Skip to content

Commit 09e70f6

Browse files
fix(deps): update dependency rimraf to v6
1 parent 31b1dfd commit 09e70f6

File tree

2 files changed

+62
-48
lines changed

2 files changed

+62
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"cross-spawn": "^7.0.6",
5555
"cross-spawn-promise": "^0.10.2",
5656
"meow": "^11.0.0",
57-
"rimraf": "^4.4.1",
57+
"rimraf": "^6.1.2",
5858
"update-notifier": "^6.0.2"
5959
},
6060
"devDependencies": {

yarn.lock

Lines changed: 61 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26+
"@isaacs/cliui@^9.0.0":
27+
version "9.0.0"
28+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-9.0.0.tgz#4d0a3f127058043bf2e7ee169eaf30ed901302f3"
29+
integrity sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==
30+
2631
"@pnpm/network.ca-file@^1.0.1":
2732
version "1.0.1"
2833
resolved "https://registry.yarnpkg.com/@pnpm/network.ca-file/-/network.ca-file-1.0.1.tgz#16f88d057c68cd5419c1ef3dfa281296ea80b047"
@@ -131,10 +136,12 @@ astral-regex@^2.0.0:
131136
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
132137
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
133138

134-
balanced-match@^1.0.0:
135-
version "1.0.2"
136-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
137-
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
139+
balanced-match@^4.0.2:
140+
version "4.0.2"
141+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.2.tgz#241591ea634702bef9c482696f2469406e16d233"
142+
integrity sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==
143+
dependencies:
144+
jackspeak "^4.2.3"
138145

139146
boxen@^7.0.0:
140147
version "7.0.0"
@@ -150,12 +157,12 @@ boxen@^7.0.0:
150157
widest-line "^4.0.1"
151158
wrap-ansi "^8.0.1"
152159

153-
brace-expansion@^2.0.1:
154-
version "2.0.1"
155-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
156-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
160+
brace-expansion@^5.0.2:
161+
version "5.0.2"
162+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.2.tgz#b6c16d0791087af6c2bc463f52a8142046c06b6f"
163+
integrity sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==
157164
dependencies:
158-
balanced-match "^1.0.0"
165+
balanced-match "^4.0.2"
159166

160167
braces@^3.0.2:
161168
version "3.0.2"
@@ -469,11 +476,6 @@ form-data-encoder@^2.1.2:
469476
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.3.tgz#682cd821a8423605093992ff895e6b2ed5a9d429"
470477
integrity sha512-KqU0nnPMgIJcCOFTNJFEA8epcseEaoox4XZffTgy8jlI6pL/5EFyR54NRG7CnCJN0biY7q52DO3MH6/sJ/TKlQ==
471478

472-
fs.realpath@^1.0.0:
473-
version "1.0.0"
474-
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
475-
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
476-
477479
function-bind@^1.1.1:
478480
version "1.1.1"
479481
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -484,15 +486,14 @@ get-stream@^6.0.1:
484486
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
485487
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
486488

487-
glob@^9.2.0:
488-
version "9.3.0"
489-
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.0.tgz#be6e50d172d025c3fcf87903ae25b36b787c0bb0"
490-
integrity sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==
489+
glob@^13.0.3:
490+
version "13.0.5"
491+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.5.tgz#a48f760c6312b1a19d2950fcb577384221c4ec00"
492+
integrity sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==
491493
dependencies:
492-
fs.realpath "^1.0.0"
493-
minimatch "^7.4.1"
494-
minipass "^4.2.4"
495-
path-scurry "^1.6.1"
494+
minimatch "^10.2.1"
495+
minipass "^7.1.2"
496+
path-scurry "^2.0.0"
496497

497498
global-dirs@^3.0.0:
498499
version "3.0.0"
@@ -689,6 +690,13 @@ isexe@^2.0.0:
689690
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
690691
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
691692

693+
jackspeak@^4.2.3:
694+
version "4.2.3"
695+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.2.3.tgz#27ef80f33b93412037c3bea4f8eddf80e1931483"
696+
integrity sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==
697+
dependencies:
698+
"@isaacs/cliui" "^9.0.0"
699+
692700
js-tokens@^4.0.0:
693701
version "4.0.0"
694702
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -788,6 +796,11 @@ lowercase-keys@^3.0.0:
788796
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2"
789797
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
790798

799+
lru-cache@^11.0.0:
800+
version "11.2.6"
801+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.6.tgz#356bf8a29e88a7a2945507b31f6429a65a192c58"
802+
integrity sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==
803+
791804
lru-cache@^4.0.1:
792805
version "4.1.5"
793806
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -803,11 +816,6 @@ lru-cache@^6.0.0:
803816
dependencies:
804817
yallist "^4.0.0"
805818

806-
lru-cache@^7.14.1:
807-
version "7.18.3"
808-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
809-
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
810-
811819
lru-cache@^7.5.1:
812820
version "7.14.1"
813821
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea"
@@ -879,12 +887,12 @@ min-indent@^1.0.1:
879887
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
880888
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
881889

882-
minimatch@^7.4.1:
883-
version "7.4.2"
884-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
885-
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
890+
minimatch@^10.2.1:
891+
version "10.2.1"
892+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0"
893+
integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==
886894
dependencies:
887-
brace-expansion "^2.0.1"
895+
brace-expansion "^5.0.2"
888896

889897
minimist-options@4.1.0:
890898
version "4.1.0"
@@ -900,10 +908,10 @@ minimist@^1.2.0:
900908
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
901909
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
902910

903-
minipass@^4.0.2, minipass@^4.2.4:
904-
version "4.2.5"
905-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb"
906-
integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==
911+
minipass@^7.1.2:
912+
version "7.1.2"
913+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
914+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
907915

908916
ms@2.1.2:
909917
version "2.1.2"
@@ -992,6 +1000,11 @@ p-map@^4.0.0:
9921000
dependencies:
9931001
aggregate-error "^3.0.0"
9941002

1003+
package-json-from-dist@^1.0.1:
1004+
version "1.0.1"
1005+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
1006+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
1007+
9951008
package-json@^8.1.0:
9961009
version "8.1.0"
9971010
resolved "https://registry.yarnpkg.com/package-json/-/package-json-8.1.0.tgz#2a22806f1ed7c786c8e6ff26cfe20003bf4c6850"
@@ -1027,13 +1040,13 @@ path-key@^4.0.0:
10271040
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
10281041
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
10291042

1030-
path-scurry@^1.6.1:
1031-
version "1.6.1"
1032-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
1033-
integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==
1043+
path-scurry@^2.0.0:
1044+
version "2.0.1"
1045+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz#4b6572376cfd8b811fca9cd1f5c24b3cbac0fe10"
1046+
integrity sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==
10341047
dependencies:
1035-
lru-cache "^7.14.1"
1036-
minipass "^4.0.2"
1048+
lru-cache "^11.0.0"
1049+
minipass "^7.1.2"
10371050

10381051
picomatch@^2.3.1:
10391052
version "2.3.1"
@@ -1153,12 +1166,13 @@ rfdc@^1.3.0:
11531166
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
11541167
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
11551168

1156-
rimraf@^4.4.1:
1157-
version "4.4.1"
1158-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.1.tgz#bd33364f67021c5b79e93d7f4fa0568c7c21b755"
1159-
integrity sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==
1169+
rimraf@^6.1.2:
1170+
version "6.1.3"
1171+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.3.tgz#afbee236b3bd2be331d4e7ce4493bac1718981af"
1172+
integrity sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==
11601173
dependencies:
1161-
glob "^9.2.0"
1174+
glob "^13.0.3"
1175+
package-json-from-dist "^1.0.1"
11621176

11631177
rxjs@^7.8.0:
11641178
version "7.8.0"

0 commit comments

Comments
 (0)