Skip to content

Commit 06ada58

Browse files
Update dependency rimraf to v6
1 parent c2dda50 commit 06ada58

File tree

2 files changed

+61
-2
lines changed

2 files changed

+61
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"read": "^1.0.7",
4343
"request": "^2.87.0",
4444
"request-capture-har": "^1.2.2",
45-
"rimraf": "^2.5.0",
45+
"rimraf": "^6.0.0",
4646
"semver": "^5.1.0",
4747
"ssri": "^5.3.0",
4848
"strip-ansi": "^4.0.0",

yarn.lock

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,11 @@ balanced-match@^1.0.0:
13561356
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
13571357
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
13581358

1359+
balanced-match@^4.0.2:
1360+
version "4.0.4"
1361+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1362+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1363+
13591364
base64-js@^1.0.2:
13601365
version "1.3.0"
13611366
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3"
@@ -1417,6 +1422,13 @@ brace-expansion@^1.1.7:
14171422
balanced-match "^1.0.0"
14181423
concat-map "0.0.1"
14191424

1425+
brace-expansion@^5.0.2:
1426+
version "5.0.4"
1427+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
1428+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
1429+
dependencies:
1430+
balanced-match "^4.0.2"
1431+
14201432
braces@^1.8.2:
14211433
version "1.8.5"
14221434
resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
@@ -3364,6 +3376,15 @@ glob@7.1.1:
33643376
once "^1.3.0"
33653377
path-is-absolute "^1.0.0"
33663378

3379+
glob@^13.0.3:
3380+
version "13.0.6"
3381+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
3382+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
3383+
dependencies:
3384+
minimatch "^10.2.2"
3385+
minipass "^7.1.3"
3386+
path-scurry "^2.0.2"
3387+
33673388
glob@^5.0.10:
33683389
version "5.0.15"
33693390
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
@@ -5056,6 +5077,11 @@ loud-rejection@^1.2.0:
50565077
currently-unhandled "^0.4.1"
50575078
signal-exit "^3.0.0"
50585079

5080+
lru-cache@^11.0.0:
5081+
version "11.2.6"
5082+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.6.tgz#356bf8a29e88a7a2945507b31f6429a65a192c58"
5083+
integrity sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==
5084+
50595085
lru-cache@^4.0.1:
50605086
version "4.1.3"
50615087
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c"
@@ -5241,6 +5267,13 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
52415267
dependencies:
52425268
brace-expansion "^1.1.7"
52435269

5270+
minimatch@^10.2.2:
5271+
version "10.2.4"
5272+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
5273+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
5274+
dependencies:
5275+
brace-expansion "^5.0.2"
5276+
52445277
minimist@0.0.8:
52455278
version "0.0.8"
52465279
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
@@ -5264,6 +5297,11 @@ minipass@^2.2.1, minipass@^2.3.3:
52645297
safe-buffer "^5.1.2"
52655298
yallist "^3.0.0"
52665299

5300+
minipass@^7.1.2, minipass@^7.1.3:
5301+
version "7.1.3"
5302+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
5303+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
5304+
52675305
minizlib@^1.1.0:
52685306
version "1.1.0"
52695307
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.1.0.tgz#11e13658ce46bc3a70a267aac58359d1e0c29ceb"
@@ -5768,6 +5806,11 @@ p-try@^1.0.0:
57685806
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
57695807
integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
57705808

5809+
package-json-from-dist@^1.0.1:
5810+
version "1.0.1"
5811+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
5812+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
5813+
57715814
pad-right@^0.2.2:
57725815
version "0.2.2"
57735816
resolved "https://registry.yarnpkg.com/pad-right/-/pad-right-0.2.2.tgz#6fbc924045d244f2a2a244503060d3bfc6009774"
@@ -5896,6 +5939,14 @@ path-root@^0.1.1:
58965939
dependencies:
58975940
path-root-regex "^0.1.0"
58985941

5942+
path-scurry@^2.0.2:
5943+
version "2.0.2"
5944+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
5945+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
5946+
dependencies:
5947+
lru-cache "^11.0.0"
5948+
minipass "^7.1.2"
5949+
58995950
path-type@^1.0.0:
59005951
version "1.1.0"
59015952
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -6554,13 +6605,21 @@ right-pad@^1.0.1:
65546605
resolved "https://registry.yarnpkg.com/right-pad/-/right-pad-1.0.1.tgz#8ca08c2cbb5b55e74dafa96bf7fd1a27d568c8d0"
65556606
integrity sha1-jKCMLLtbVedNr6lr9/0aJ9VoyNA=
65566607

6557-
rimraf@^2.2.8, rimraf@^2.5.0, rimraf@^2.5.4, rimraf@^2.6.1:
6608+
rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1:
65586609
version "2.6.2"
65596610
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
65606611
integrity sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==
65616612
dependencies:
65626613
glob "^7.0.5"
65636614

6615+
rimraf@^6.0.0:
6616+
version "6.1.3"
6617+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.3.tgz#afbee236b3bd2be331d4e7ce4493bac1718981af"
6618+
integrity sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==
6619+
dependencies:
6620+
glob "^13.0.3"
6621+
package-json-from-dist "^1.0.1"
6622+
65646623
rimraf@~2.2.6:
65656624
version "2.2.8"
65666625
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"

0 commit comments

Comments
 (0)