File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 63
63
"graphql" : " ^15.5.0" ,
64
64
"jest" : " ^27.0.6" ,
65
65
"jest-docblock" : " ^27.0.6" ,
66
- "jest-junit" : " ^12.1 .0" ,
66
+ "jest-junit" : " ^13.0 .0" ,
67
67
"npm-run-all" : " ^4.1.5" ,
68
68
"prettier" : " ^2.2.1" ,
69
69
"react" : " ^17.0.2" ,
Original file line number Diff line number Diff line change @@ -1191,11 +1191,6 @@ ansi-escapes@^4.2.1:
1191
1191
dependencies :
1192
1192
type-fest "^0.21.3"
1193
1193
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
-
1199
1194
ansi-regex@^5.0.1 :
1200
1195
version "5.0.1"
1201
1196
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
@@ -3066,13 +3061,13 @@ jest-jasmine2@^27.3.1:
3066
3061
pretty-format "^27.3.1"
3067
3062
throat "^6.0.1"
3068
3063
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 ==
3073
3068
dependencies :
3074
3069
mkdirp "^1.0.4"
3075
- strip-ansi "^5.2.0 "
3070
+ strip-ansi "^6.0.1 "
3076
3071
uuid "^8.3.2"
3077
3072
xml "^1.0.1"
3078
3073
@@ -4480,13 +4475,6 @@ string.prototype.trimstart@^1.0.4:
4480
4475
call-bind "^1.0.2"
4481
4476
define-properties "^1.1.3"
4482
4477
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
-
4490
4478
strip-ansi@^6.0.0, strip-ansi@^6.0.1 :
4491
4479
version "6.0.1"
4492
4480
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
You can’t perform that action at this time.
0 commit comments