From 40701b0ccff1220b881dd4bdff866091799f8de7 Mon Sep 17 00:00:00 2001 From: Kai Mallea Date: Wed, 2 Mar 2022 14:31:47 -0500 Subject: [PATCH] chore: update jest-junit from v12 to v13 BREAKING CHANGE: update jest-junit from v12 to v13 --- packages/web-scripts/package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/web-scripts/package.json b/packages/web-scripts/package.json index ab11e77e..5227ea8a 100644 --- a/packages/web-scripts/package.json +++ b/packages/web-scripts/package.json @@ -48,7 +48,7 @@ "debug": "^4.1.1", "eslint": "^8.10.0", "jest": "^27.0.1", - "jest-junit": "^12.3.0", + "jest-junit": "^13.0.0", "lint-staged": "^11.0.0", "prettier": "^2.2.1", "semantic-release": "^18.0.0", diff --git a/yarn.lock b/yarn.lock index 81e452d3..91f777a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5208,13 +5208,13 @@ jest-jasmine2@^27.5.1: pretty-format "^27.5.1" throat "^6.0.1" -jest-junit@^12.3.0: - version "12.3.0" - resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-12.3.0.tgz#ee41a74e439eecdc8965f163f83035cce5998d6d" - integrity sha512-+NmE5ogsEjFppEl90GChrk7xgz8xzvF0f+ZT5AnhW6suJC93gvQtmQjfyjDnE0Z2nXJqEkxF0WXlvjG/J+wn/g== +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== dependencies: mkdirp "^1.0.4" - strip-ansi "^5.2.0" + strip-ansi "^6.0.1" uuid "^8.3.2" xml "^1.0.1" @@ -8060,7 +8060,7 @@ strip-ansi@^4.0.0: dependencies: ansi-regex "^3.0.0" -strip-ansi@^5.1.0, strip-ansi@^5.2.0: +strip-ansi@^5.1.0: version "5.2.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==