mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
chore(deps): update dependency jest-junit to v10
This commit is contained in:
parent
1be09047d9
commit
a420aae196
2 changed files with 9 additions and 8 deletions
|
@ -211,7 +211,7 @@
|
|||
"glob": "7.1.6",
|
||||
"husky": "3.1.0",
|
||||
"jest": "24.9.0",
|
||||
"jest-junit": "8.0.0",
|
||||
"jest-junit": "10.0.0",
|
||||
"jest-silent-reporter": "0.1.2",
|
||||
"mockdate": "2.0.5",
|
||||
"nock": "11.7.0",
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -4991,14 +4991,15 @@ jest-jasmine2@^24.9.0:
|
|||
pretty-format "^24.9.0"
|
||||
throat "^4.0.0"
|
||||
|
||||
jest-junit@8.0.0:
|
||||
version "8.0.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-8.0.0.tgz#d4f7ff67e292a5426dc60bc38694c9f77cb94178"
|
||||
integrity sha512-cuD2XM2youMjrOxOu/7H2pLfsO8LfAG4D3WsBxd9fFyI9U0uPpmr/CORH64kbIyZ47X5x1Rbzb9ovUkAEvhEEA==
|
||||
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==
|
||||
dependencies:
|
||||
jest-validate "^24.0.0"
|
||||
jest-validate "^24.9.0"
|
||||
mkdirp "^0.5.1"
|
||||
strip-ansi "^4.0.0"
|
||||
strip-ansi "^5.2.0"
|
||||
uuid "^3.3.3"
|
||||
xml "^1.0.1"
|
||||
|
||||
jest-leak-detector@^24.9.0:
|
||||
|
@ -5174,7 +5175,7 @@ jest-util@^24.0.0, jest-util@^24.9.0:
|
|||
slash "^2.0.0"
|
||||
source-map "^0.6.0"
|
||||
|
||||
jest-validate@^24.0.0, jest-validate@^24.9.0:
|
||||
jest-validate@^24.9.0:
|
||||
version "24.9.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.9.0.tgz#0775c55360d173cd854e40180756d4ff52def8ab"
|
||||
integrity sha512-HPIt6C5ACwiqSiwi+OfSSHbK8sG7akG8eATl+IPKaeIjtPOeBUd/g3J7DghugzxrGjI93qS/+RPKe1H6PqvhRQ==
|
||||
|
|
Loading…
Reference in a new issue