mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
chore(deps): update dependency jest-junit to v12 (#7483)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e909d99bbd
commit
e0a1a691f0
2 changed files with 5 additions and 5 deletions
|
@ -241,7 +241,7 @@
|
||||||
"jest": "26.5.3",
|
"jest": "26.5.3",
|
||||||
"jest-circus": "26.5.3",
|
"jest-circus": "26.5.3",
|
||||||
"jest-extended": "0.11.5",
|
"jest-extended": "0.11.5",
|
||||||
"jest-junit": "11.1.0",
|
"jest-junit": "12.0.0",
|
||||||
"jest-mock-extended": "1.0.10",
|
"jest-mock-extended": "1.0.10",
|
||||||
"jest-silent-reporter": "0.2.1",
|
"jest-silent-reporter": "0.2.1",
|
||||||
"mockdate": "3.0.2",
|
"mockdate": "3.0.2",
|
||||||
|
|
|
@ -5861,10 +5861,10 @@ jest-jasmine2@^26.5.3:
|
||||||
pretty-format "^26.5.2"
|
pretty-format "^26.5.2"
|
||||||
throat "^5.0.0"
|
throat "^5.0.0"
|
||||||
|
|
||||||
jest-junit@11.1.0:
|
jest-junit@12.0.0:
|
||||||
version "11.1.0"
|
version "12.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-11.1.0.tgz#79cd53948e44d62b2b30fa23ea0d7a899d2c8d7a"
|
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-12.0.0.tgz#3ebd4a6a84b50c4ab18323a8f7d9cceb9d845df6"
|
||||||
integrity sha512-c2LFOyKY7+ZxL5zSu+WHmHfsJ2wqbOpeYJ4Uu26yMhFxny2J2NQj6AVS7M+Eaxji9Q/oIDDK5tQy0DGzDp9xOw==
|
integrity sha512-+8K35LlboWiPuCnXSyiid7rFdxNlpCWWM20WEYe6IZH6psfUWKZmSpSRQ5tk0C0cBeDsvsnIzcef5mYhyJsbug==
|
||||||
dependencies:
|
dependencies:
|
||||||
mkdirp "^1.0.4"
|
mkdirp "^1.0.4"
|
||||||
strip-ansi "^5.2.0"
|
strip-ansi "^5.2.0"
|
||||||
|
|
Loading…
Reference in a new issue