From a5c58122b8a0b0fafc91c7bde03af36aa4e5f4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:40:28 +0000 Subject: [PATCH] chore: bump jest-junit from 13.0.0 to 13.1.0 in /site 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](https://github.com/jest-community/jest-junit/compare/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] --- site/package.json | 2 +- site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index 931c55a9bfde0..9081c5f6b6e03 100644 --- a/site/package.json +++ b/site/package.json @@ -75,7 +75,7 @@ "eslint-plugin-react-hooks": "4.4.0", "html-webpack-plugin": "5.5.0", "jest": "27.5.1", - "jest-junit": "13.0.0", + "jest-junit": "13.1.0", "jest-runner-eslint": "1.0.0", "mini-css-extract-plugin": "2.6.0", "msw": "0.39.2", diff --git a/site/yarn.lock b/site/yarn.lock index 74e49810e7539..9bda959c8653f 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -9317,10 +9317,10 @@ jest-jasmine2@^27.5.1: pretty-format "^27.5.1" throat "^6.0.1" -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.1.0: + version "13.1.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.1.0.tgz#c364b90b88ad2492dae4002f00c9fed75e0590c4" + integrity sha512-ECbhzEG3Oe2IH3Mnwcv2vAXM4qTbcObN/gTUzwKPlpaNsf2G/zlj/teEUqRGV17YQiQ4AqzTf3pCO7W59DKVIw== dependencies: mkdirp "^1.0.4" strip-ansi "^6.0.1"