Skip to content

Commit 1224a34

Browse files
chore: bump jest-junit from 13.0.0 to 13.1.0 in /site (#903)
Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 13.0.0 to 13.1.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](jest-community/jest-junit@v13.0.0...v13.1.0) --- updated-dependencies: - dependency-name: jest-junit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5782879 commit 1224a34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-plugin-react-hooks": "4.4.0",
7878
"html-webpack-plugin": "5.5.0",
7979
"jest": "27.5.1",
80-
"jest-junit": "13.0.0",
80+
"jest-junit": "13.1.0",
8181
"jest-runner-eslint": "1.0.0",
8282
"mini-css-extract-plugin": "2.6.0",
8383
"msw": "0.39.2",

site/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9322,10 +9322,10 @@ jest-jasmine2@^27.5.1:
93229322
pretty-format "^27.5.1"
93239323
throat "^6.0.1"
93249324

9325-
jest-junit@13.0.0:
9326-
version "13.0.0"
9327-
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.0.0.tgz#479be347457aad98ae8a5983a23d7c3ec526c9a3"
9328-
integrity sha512-JSHR+Dhb32FGJaiKkqsB7AR3OqWKtldLd6ZH2+FJ8D4tsweb8Id8zEVReU4+OlrRO1ZluqJLQEETm+Q6/KilBg==
9325+
jest-junit@13.1.0:
9326+
version "13.1.0"
9327+
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.1.0.tgz#c364b90b88ad2492dae4002f00c9fed75e0590c4"
9328+
integrity sha512-ECbhzEG3Oe2IH3Mnwcv2vAXM4qTbcObN/gTUzwKPlpaNsf2G/zlj/teEUqRGV17YQiQ4AqzTf3pCO7W59DKVIw==
93299329
dependencies:
93309330
mkdirp "^1.0.4"
93319331
strip-ansi "^6.0.1"

0 commit comments

Comments
 (0)