Skip to content

Commit

Permalink
chore(deps): update dependency jest-junit to v11 (#6770)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jul 17, 2020
1 parent 9730079 commit a18ec2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"jest": "26.1.0",
"jest-circus": "26.1.0",
"jest-extended": "0.11.5",
"jest-junit": "10.0.0",
"jest-junit": "11.0.1",
"jest-mock-extended": "1.0.9",
"jest-silent-reporter": "0.2.1",
"mockdate": "2.0.5",
Expand Down
13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5576,13 +5576,12 @@ jest-jasmine2@^26.1.0:
pretty-format "^26.1.0"
throat "^5.0.0"

jest-junit@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-10.0.0.tgz#c94b91c24920a327c9d2a075e897b2dba4af494b"
integrity sha512-dbOVRyxHprdSpwSAR9/YshLwmnwf+RSl5hf0kCGlhAcEeZY9aRqo4oNmaT0tLC16Zy9D0zekDjWkjHGjXlglaQ==
jest-junit@11.0.1:
version "11.0.1"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-11.0.1.tgz#944b997b7318efd1f021b4f0fce4937f8d66f392"
integrity sha512-stgc0mBoiSg/F9qWd4KkmR3K7Nk2u+M/dc1oup7gxz9mrzGcEaU2YL9/0QscVqqg3IOaA1P5ZXtozG/XR6j6nw==
dependencies:
jest-validate "^24.9.0"
mkdirp "^0.5.1"
mkdirp "^1.0.4"
strip-ansi "^5.2.0"
uuid "^3.3.3"
xml "^1.0.1"
Expand Down Expand Up @@ -5808,7 +5807,7 @@ jest-util@>=25.1.0, jest-util@^24.0.0, jest-util@^26.1.0:
is-ci "^2.0.0"
micromatch "^4.0.2"

jest-validate@>=25.1.0, jest-validate@^24.9.0, jest-validate@^26.1.0:
jest-validate@>=25.1.0, jest-validate@^26.1.0:
version "26.1.0"
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.1.0.tgz#942c85ad3d60f78250c488a7f85d8f11a29788e7"
integrity sha512-WPApOOnXsiwhZtmkDsxnpye+XLb/tUISP+H6cHjfUIXvlG+eKwP+isnivsxlHCPaO9Q5wvbhloIBkdF3qUn+Nw==
Expand Down

0 comments on commit a18ec2a

Please sign in to comment.