From b16985c423a09eae07effe42659e111350b94046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:24:00 +0000 Subject: [PATCH] chore: bump jest-junit from 13.1.0 to 13.2.0 in /site Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 13.1.0 to 13.2.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v13.1.0...v13.2.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 7af01e016b0ae..eb3f5df0eae7f 100644 --- a/site/package.json +++ b/site/package.json @@ -80,7 +80,7 @@ "eslint-plugin-react-hooks": "4.4.0", "html-webpack-plugin": "5.5.0", "jest": "27.5.1", - "jest-junit": "13.1.0", + "jest-junit": "13.2.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 31894aaa56799..78e56fae41d7c 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -8714,10 +8714,10 @@ jest-jasmine2@^27.5.1: pretty-format "^27.5.1" throat "^6.0.1" -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== +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"