Skip to content

Commit 0a9350f

Browse files
Update yarn.lock
1 parent aedd43e commit 0a9350f

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

yarn.lock

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2278,6 +2278,16 @@ jest-haste-map@^29.7.0:
22782278
optionalDependencies:
22792279
fsevents "^2.3.2"
22802280

2281+
jest-junit@^16.0.0:
2282+
version "16.0.0"
2283+
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-16.0.0.tgz#d838e8c561cf9fdd7eb54f63020777eee4136785"
2284+
integrity sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==
2285+
dependencies:
2286+
mkdirp "^1.0.4"
2287+
strip-ansi "^6.0.1"
2288+
uuid "^8.3.2"
2289+
xml "^1.0.1"
2290+
22812291
jest-leak-detector@^29.7.0:
22822292
version "29.7.0"
22832293
resolved "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz"
@@ -2730,6 +2740,11 @@ minimist@^1.2.5:
27302740
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz"
27312741
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
27322742

2743+
mkdirp@^1.0.4:
2744+
version "1.0.4"
2745+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
2746+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
2747+
27332748
mlly@^1.7.4:
27342749
version "1.8.0"
27352750
resolved "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz"
@@ -3445,6 +3460,11 @@ uri-js@^4.2.2:
34453460
dependencies:
34463461
punycode "^2.1.0"
34473462

3463+
uuid@^8.3.2:
3464+
version "8.3.2"
3465+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
3466+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
3467+
34483468
uuid@^9.0.0:
34493469
version "9.0.0"
34503470
resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz"
@@ -3537,6 +3557,11 @@ write-file-atomic@^4.0.2:
35373557
imurmurhash "^0.1.4"
35383558
signal-exit "^3.0.7"
35393559

3560+
xml@^1.0.1:
3561+
version "1.0.1"
3562+
resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5"
3563+
integrity sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==
3564+
35403565
y18n@^5.0.5:
35413566
version "5.0.8"
35423567
resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz"

0 commit comments

Comments
 (0)