Skip to content

Commit 97008d8

Browse files
committed
chore(deps): update dependency jest-junit to v13
1 parent ca1ea27 commit 97008d8

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"graphql": "^15.5.0",
6464
"jest": "^27.0.6",
6565
"jest-docblock": "^27.0.6",
66-
"jest-junit": "^12.1.0",
66+
"jest-junit": "^13.0.0",
6767
"npm-run-all": "^4.1.5",
6868
"prettier": "^2.2.1",
6969
"react": "^17.0.2",

yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,11 +1191,6 @@ ansi-escapes@^4.2.1:
11911191
dependencies:
11921192
type-fest "^0.21.3"
11931193

1194-
ansi-regex@^4.1.0:
1195-
version "4.1.0"
1196-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
1197-
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
1198-
11991194
ansi-regex@^5.0.1:
12001195
version "5.0.1"
12011196
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
@@ -3066,13 +3061,13 @@ jest-jasmine2@^27.3.1:
30663061
pretty-format "^27.3.1"
30673062
throat "^6.0.1"
30683063

3069-
jest-junit@^12.1.0:
3070-
version "12.3.0"
3071-
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-12.3.0.tgz#ee41a74e439eecdc8965f163f83035cce5998d6d"
3072-
integrity sha512-+NmE5ogsEjFppEl90GChrk7xgz8xzvF0f+ZT5AnhW6suJC93gvQtmQjfyjDnE0Z2nXJqEkxF0WXlvjG/J+wn/g==
3064+
jest-junit@^13.0.0:
3065+
version "13.0.0"
3066+
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.0.0.tgz#479be347457aad98ae8a5983a23d7c3ec526c9a3"
3067+
integrity sha512-JSHR+Dhb32FGJaiKkqsB7AR3OqWKtldLd6ZH2+FJ8D4tsweb8Id8zEVReU4+OlrRO1ZluqJLQEETm+Q6/KilBg==
30733068
dependencies:
30743069
mkdirp "^1.0.4"
3075-
strip-ansi "^5.2.0"
3070+
strip-ansi "^6.0.1"
30763071
uuid "^8.3.2"
30773072
xml "^1.0.1"
30783073

@@ -4480,13 +4475,6 @@ string.prototype.trimstart@^1.0.4:
44804475
call-bind "^1.0.2"
44814476
define-properties "^1.1.3"
44824477

4483-
strip-ansi@^5.2.0:
4484-
version "5.2.0"
4485-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
4486-
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
4487-
dependencies:
4488-
ansi-regex "^4.1.0"
4489-
44904478
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
44914479
version "6.0.1"
44924480
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"

0 commit comments

Comments
 (0)