File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 73
73
"jest-cli" : " ^29.4.2" ,
74
74
"jest-diff" : " ^29.4.2" ,
75
75
"jest-environment-jsdom" : " ^29.4.2" ,
76
+ "jest-junit" : " ^16.0.0" ,
76
77
"jest-snapshot-serializer-raw" : " ^1.2.0" ,
77
78
"minimatch" : " ^3.0.4" ,
78
79
"minimist" : " ^1.2.3" ,
Original file line number Diff line number Diff line change @@ -9866,6 +9866,16 @@ jest-haste-map@^29.4.2:
9866
9866
optionalDependencies:
9867
9867
fsevents "^2.3.2"
9868
9868
9869
+ jest-junit@^16.0.0:
9870
+ version "16.0.0"
9871
+ resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-16.0.0.tgz#d838e8c561cf9fdd7eb54f63020777eee4136785"
9872
+ integrity sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==
9873
+ dependencies:
9874
+ mkdirp "^1.0.4"
9875
+ strip-ansi "^6.0.1"
9876
+ uuid "^8.3.2"
9877
+ xml "^1.0.1"
9878
+
9869
9879
jest-leak-detector@^29.4.2:
9870
9880
version "29.4.2"
9871
9881
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.4.2.tgz#8f05c6680e0cb46a1d577c0d3da9793bed3ea97b"
@@ -11160,7 +11170,7 @@ mixin-deep@^1.2.0:
11160
11170
for-in "^1.0.2"
11161
11171
is-extendable "^1.0.1"
11162
11172
11163
-
11173
+
11164
11174
version "1.0.4"
11165
11175
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
11166
11176
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
@@ -16009,6 +16019,11 @@ xml2js@~0.4.4:
16009
16019
sax ">=0.6.0"
16010
16020
xmlbuilder "~9.0.1"
16011
16021
16022
+ xml@^1.0.1:
16023
+ version "1.0.1"
16024
+ resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5"
16025
+ integrity sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==
16026
+
16012
16027
xmlbuilder@~9.0.1:
16013
16028
version "9.0.7"
16014
16029
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d"
You can’t perform that action at this time.
0 commit comments