Skip to content

Commit

Permalink
fix(deps): update dependency jest-junit to ^13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 21, 2022
1 parent 8071fe4 commit a48e170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/web-functionality/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sourcegraph/tsconfig": "^4.0.1",
"execa": "^5.1.1",
"jest": "25.5.4",
"jest-junit": "^13.0.0",
"jest-junit": "^13.2.0",
"jest-puppeteer": "^6.1.0",
"puppeteer": "^13.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5357,10 +5357,10 @@ jest-jasmine2@^25.5.4:
pretty-format "^25.5.0"
throat "^5.0.0"

jest-junit@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.0.0.tgz#479be347457aad98ae8a5983a23d7c3ec526c9a3"
integrity sha512-JSHR+Dhb32FGJaiKkqsB7AR3OqWKtldLd6ZH2+FJ8D4tsweb8Id8zEVReU4+OlrRO1ZluqJLQEETm+Q6/KilBg==
jest-junit@^13.2.0:
version "13.2.0"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.2.0.tgz#66eeb86429aafac8c1745a70f44ace185aacb943"
integrity sha512-B0XNlotl1rdsvFZkFfoa19mc634+rrd8E4Sskb92Bb8MmSXeWV9XJGUyctunZS1W410uAxcyYuPUGVnbcOH8cg==
dependencies:
mkdirp "^1.0.4"
strip-ansi "^6.0.1"
Expand Down

0 comments on commit a48e170

Please sign in to comment.