Skip to content

Commit 368fc4e

Browse files
Update dependency rimraf to v6
1 parent 42a4b7c commit 368fc4e

File tree

2 files changed

+76
-48
lines changed

2 files changed

+76
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-functional": "4.4.1",
5555
"husky": "8.0.3",
5656
"prettier": "3.5.3",
57-
"rimraf": "5.0.10",
57+
"rimraf": "6.0.1",
5858
"rollup": "3.29.5",
5959
"rollup-plugin-dts": "6.1.1",
6060
"typescript": "5.7.3"

yarn.lock

Lines changed: 75 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,18 @@
294294
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
295295
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
296296

297+
"@isaacs/balanced-match@^4.0.1":
298+
version "4.0.1"
299+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
300+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
301+
302+
"@isaacs/brace-expansion@^5.0.0":
303+
version "5.0.0"
304+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
305+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
306+
dependencies:
307+
"@isaacs/balanced-match" "^4.0.1"
308+
297309
"@isaacs/cliui@^8.0.2":
298310
version "8.0.2"
299311
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -332,11 +344,6 @@
332344
"@nodelib/fs.scandir" "2.1.5"
333345
fastq "^1.6.0"
334346

335-
"@pkgjs/parseargs@^0.11.0":
336-
version "0.11.0"
337-
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
338-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
339-
340347
"@rollup/plugin-multi-entry@6.0.1":
341348
version "6.0.1"
342349
resolved "https://registry.yarnpkg.com/@rollup/plugin-multi-entry/-/plugin-multi-entry-6.0.1.tgz#0f969706ea705dc76c4566ee1318251247832549"
@@ -939,7 +946,7 @@ convert-to-spaces@^2.0.1:
939946
resolved "https://registry.yarnpkg.com/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz#61a6c98f8aa626c16b296b862a91412a33bceb6b"
940947
integrity sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==
941948

942-
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
949+
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
943950
version "7.0.3"
944951
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
945952
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -948,6 +955,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
948955
shebang-command "^2.0.0"
949956
which "^2.0.1"
950957

958+
cross-spawn@^7.0.6:
959+
version "7.0.6"
960+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
961+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
962+
dependencies:
963+
path-key "^3.1.0"
964+
shebang-command "^2.0.0"
965+
which "^2.0.1"
966+
951967
currently-unhandled@^0.4.1:
952968
version "0.4.1"
953969
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -1356,12 +1372,12 @@ flatted@^3.1.0:
13561372
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
13571373
integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==
13581374

1359-
foreground-child@^3.1.0:
1360-
version "3.1.1"
1361-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
1362-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
1375+
foreground-child@^3.3.1:
1376+
version "3.3.1"
1377+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
1378+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
13631379
dependencies:
1364-
cross-spawn "^7.0.0"
1380+
cross-spawn "^7.0.6"
13651381
signal-exit "^4.0.1"
13661382

13671383
fs.realpath@^1.0.0:
@@ -1403,16 +1419,17 @@ glob-parent@^6.0.2:
14031419
dependencies:
14041420
is-glob "^4.0.3"
14051421

1406-
glob@^10.3.7:
1407-
version "10.3.7"
1408-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
1409-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
1422+
glob@^11.0.0:
1423+
version "11.0.3"
1424+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
1425+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
14101426
dependencies:
1411-
foreground-child "^3.1.0"
1412-
jackspeak "^2.0.3"
1413-
minimatch "^9.0.1"
1414-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1415-
path-scurry "^1.10.1"
1427+
foreground-child "^3.3.1"
1428+
jackspeak "^4.1.1"
1429+
minimatch "^10.0.3"
1430+
minipass "^7.1.2"
1431+
package-json-from-dist "^1.0.0"
1432+
path-scurry "^2.0.0"
14161433

14171434
glob@^7.1.3, glob@^7.1.6:
14181435
version "7.2.0"
@@ -1651,14 +1668,12 @@ isexe@^2.0.0:
16511668
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
16521669
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
16531670

1654-
jackspeak@^2.0.3:
1655-
version "2.2.0"
1656-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.0.tgz#497cbaedc902ec3f31d5d61be804d2364ff9ddad"
1657-
integrity sha512-r5XBrqIJfwRIjRt/Xr5fv9Wh09qyhHfKnYddDlpM+ibRR20qrYActpCAgU6U+d53EOEjzkvxPMVHSlgR7leXrQ==
1671+
jackspeak@^4.1.1:
1672+
version "4.1.1"
1673+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
1674+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
16581675
dependencies:
16591676
"@isaacs/cliui" "^8.0.2"
1660-
optionalDependencies:
1661-
"@pkgjs/parseargs" "^0.11.0"
16621677

16631678
js-sha3@0.8.0:
16641679
version "0.8.0"
@@ -1810,18 +1825,18 @@ long@^4.0.0:
18101825
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"
18111826
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
18121827

1828+
lru-cache@^11.0.0:
1829+
version "11.1.0"
1830+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
1831+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
1832+
18131833
lru-cache@^6.0.0:
18141834
version "6.0.0"
18151835
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
18161836
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
18171837
dependencies:
18181838
yallist "^4.0.0"
18191839

1820-
"lru-cache@^9.1.1 || ^10.0.0":
1821-
version "10.0.1"
1822-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
1823-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
1824-
18251840
magic-string@^0.30.10:
18261841
version "0.30.10"
18271842
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.10.tgz#123d9c41a0cb5640c892b041d4cfb3bd0aa4b39e"
@@ -1899,13 +1914,20 @@ minimalistic-crypto-utils@^1.0.1:
18991914
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
19001915
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
19011916

1902-
minimatch@9.0.3, minimatch@^9.0.1:
1917+
minimatch@9.0.3:
19031918
version "9.0.3"
19041919
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
19051920
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
19061921
dependencies:
19071922
brace-expansion "^2.0.1"
19081923

1924+
minimatch@^10.0.3:
1925+
version "10.0.3"
1926+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
1927+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
1928+
dependencies:
1929+
"@isaacs/brace-expansion" "^5.0.0"
1930+
19091931
minimatch@^3.0.4:
19101932
version "3.0.4"
19111933
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1920,10 +1942,10 @@ minimatch@^3.0.5, minimatch@^3.1.2:
19201942
dependencies:
19211943
brace-expansion "^1.1.7"
19221944

1923-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
1924-
version "7.0.3"
1925-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
1926-
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
1945+
minipass@^7.1.2:
1946+
version "7.1.2"
1947+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
1948+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
19271949

19281950
ms@2.1.2:
19291951
version "2.1.2"
@@ -2035,6 +2057,11 @@ p-timeout@^5.0.2:
20352057
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-5.0.2.tgz#d12964c4b2f988e15f72b455c2c428d82a0ec0a0"
20362058
integrity sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ==
20372059

2060+
package-json-from-dist@^1.0.0:
2061+
version "1.0.1"
2062+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
2063+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
2064+
20382065
parent-module@^1.0.0:
20392066
version "1.0.1"
20402067
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -2077,13 +2104,13 @@ path-parse@^1.0.7:
20772104
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
20782105
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
20792106

2080-
path-scurry@^1.10.1:
2081-
version "1.10.1"
2082-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
2083-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
2107+
path-scurry@^2.0.0:
2108+
version "2.0.0"
2109+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
2110+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
20842111
dependencies:
2085-
lru-cache "^9.1.1 || ^10.0.0"
2086-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2112+
lru-cache "^11.0.0"
2113+
minipass "^7.1.2"
20872114

20882115
path-type@^4.0.0:
20892116
version "4.0.0"
@@ -2195,12 +2222,13 @@ reusify@^1.0.4:
21952222
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
21962223
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
21972224

2198-
rimraf@5.0.10:
2199-
version "5.0.10"
2200-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
2201-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
2225+
rimraf@6.0.1:
2226+
version "6.0.1"
2227+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
2228+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
22022229
dependencies:
2203-
glob "^10.3.7"
2230+
glob "^11.0.0"
2231+
package-json-from-dist "^1.0.0"
22042232

22052233
rimraf@^3.0.2:
22062234
version "3.0.2"

0 commit comments

Comments
 (0)