Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependency jest-junit to v12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 29, 2021
1 parent ace8764 commit 9ed2bb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "27.0.1",
"jest-circus": "^27.0.0",
"jest-junit": "12.0.0",
"jest-junit": "12.1.0",
"jest-resolve-cached": "1.1.1",
"jsdom": "16.6.0",
"madge": "^4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8326,10 +8326,10 @@ jest-jasmine2@^27.0.1:
pretty-format "^27.0.1"
throat "^6.0.1"

jest-junit@12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-12.0.0.tgz#3ebd4a6a84b50c4ab18323a8f7d9cceb9d845df6"
integrity sha512-+8K35LlboWiPuCnXSyiid7rFdxNlpCWWM20WEYe6IZH6psfUWKZmSpSRQ5tk0C0cBeDsvsnIzcef5mYhyJsbug==
jest-junit@12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-12.1.0.tgz#f27173529e7f8f10eac37beb30f8b9bc97e8f3c3"
integrity sha512-Z45INyzEAqTkCHX/hGCPgVFfZP3hQVgI68CgoEwkCiBuxETsPsniq5yPd8oxbMMHtDCpUlxXzoq7jY35dcuLKw==
dependencies:
mkdirp "^1.0.4"
strip-ansi "^5.2.0"
Expand Down

0 comments on commit 9ed2bb3

Please sign in to comment.