From 00fee2e501110531a243d1bd3c5b3fd7542c3aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 14:45:05 -0400 Subject: [PATCH] chore: bump jest-junit from 13.2.0 to 14.0.0 in /site (#2907) Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 13.2.0 to 14.0.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v13.2.0...v14.0.0) --- updated-dependencies: - dependency-name: jest-junit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7ee2f74776..53747abd4c 100644 --- a/site/package.json +++ b/site/package.json @@ -99,7 +99,7 @@ "html-webpack-plugin": "5.5.0", "jest": "27.5.1", "jest-canvas-mock": "2.4.0", - "jest-junit": "13.2.0", + "jest-junit": "14.0.0", "jest-runner-eslint": "1.0.0", "jest-websocket-mock": "2.3.0", "mini-css-extract-plugin": "2.6.0", diff --git a/site/yarn.lock b/site/yarn.lock index 333a9de729..bb8170e1f6 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -8769,10 +8769,10 @@ jest-jasmine2@^27.5.1: pretty-format "^27.5.1" throat "^6.0.1" -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== +jest-junit@14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-14.0.0.tgz#f69fc31bab32224848f443480c2c808fccb2a802" + integrity sha512-kALvBDegstTROfDGXH71UGD7k5g7593Y1wuX1wpWT+QTYcBbmtuGOA8UlAt56zo/B2eMIOcaOVEON3j0VXVa4g== dependencies: mkdirp "^1.0.4" strip-ansi "^6.0.1"