Skip to content

Commit fa6da42

Browse files
chore(deps): update dependency rimraf to v6
1 parent 863a7e2 commit fa6da42

File tree

2 files changed

+68
-41
lines changed

2 files changed

+68
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"prettier": "3.6.2",
7474
"prettier-plugin-astro": "^0.14.0",
7575
"prettier-plugin-svelte": "^3.0.0",
76-
"rimraf": "5.0.10",
76+
"rimraf": "6.0.1",
7777
"rollup": "4.45.0",
7878
"svelte": "^5.0.0",
7979
"tailwindcss": "4.1.11",

yarn.lock

Lines changed: 67 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,18 @@
973973
resolved "https://registry.yarnpkg.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz#56f00962ff0c4e0eb93d34a047d29fa995e3e342"
974974
integrity sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==
975975

976+
"@isaacs/balanced-match@^4.0.1":
977+
version "4.0.1"
978+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
979+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
980+
981+
"@isaacs/brace-expansion@^5.0.0":
982+
version "5.0.0"
983+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
984+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
985+
dependencies:
986+
"@isaacs/balanced-match" "^4.0.1"
987+
976988
"@isaacs/cliui@^8.0.2":
977989
version "8.0.2"
978990
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -2829,7 +2841,7 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
28292841
shebang-command "^2.0.0"
28302842
which "^2.0.1"
28312843

2832-
cross-spawn@^7.0.3:
2844+
cross-spawn@^7.0.3, cross-spawn@^7.0.6:
28332845
version "7.0.6"
28342846
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
28352847
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -3561,6 +3573,14 @@ foreground-child@^3.1.0:
35613573
cross-spawn "^7.0.0"
35623574
signal-exit "^4.0.1"
35633575

3576+
foreground-child@^3.3.1:
3577+
version "3.3.1"
3578+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
3579+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
3580+
dependencies:
3581+
cross-spawn "^7.0.6"
3582+
signal-exit "^4.0.1"
3583+
35643584
form-data@^4.0.0:
35653585
version "4.0.0"
35663586
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
@@ -3651,17 +3671,6 @@ glob-parent@^6.0.2:
36513671
dependencies:
36523672
is-glob "^4.0.3"
36533673

3654-
glob@^10.3.7:
3655-
version "10.3.10"
3656-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
3657-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
3658-
dependencies:
3659-
foreground-child "^3.1.0"
3660-
jackspeak "^2.3.5"
3661-
minimatch "^9.0.1"
3662-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3663-
path-scurry "^1.10.1"
3664-
36653674
glob@^10.4.5:
36663675
version "10.4.5"
36673676
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
@@ -3674,6 +3683,18 @@ glob@^10.4.5:
36743683
package-json-from-dist "^1.0.0"
36753684
path-scurry "^1.11.1"
36763685

3686+
glob@^11.0.0:
3687+
version "11.0.3"
3688+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
3689+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
3690+
dependencies:
3691+
foreground-child "^3.3.1"
3692+
jackspeak "^4.1.1"
3693+
minimatch "^10.0.3"
3694+
minipass "^7.1.2"
3695+
package-json-from-dist "^1.0.0"
3696+
path-scurry "^2.0.0"
3697+
36773698
glob@^7.1.3:
36783699
version "7.2.3"
36793700
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4179,15 +4200,6 @@ isomorphic-dompurify@2.18.0:
41794200
dompurify "^3.2.2"
41804201
jsdom "^25.0.1"
41814202

4182-
jackspeak@^2.3.5:
4183-
version "2.3.6"
4184-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
4185-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
4186-
dependencies:
4187-
"@isaacs/cliui" "^8.0.2"
4188-
optionalDependencies:
4189-
"@pkgjs/parseargs" "^0.11.0"
4190-
41914203
jackspeak@^3.1.2:
41924204
version "3.4.3"
41934205
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
@@ -4197,6 +4209,13 @@ jackspeak@^3.1.2:
41974209
optionalDependencies:
41984210
"@pkgjs/parseargs" "^0.11.0"
41994211

4212+
jackspeak@^4.1.1:
4213+
version "4.1.1"
4214+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
4215+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
4216+
dependencies:
4217+
"@isaacs/cliui" "^8.0.2"
4218+
42004219
js-base64@^3.7.2:
42014220
version "3.7.6"
42024221
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.6.tgz#6ccb5d761b48381fd819f9ce04998866dbcbbc99"
@@ -4414,6 +4433,11 @@ lru-cache@^10.2.0, lru-cache@^10.4.3:
44144433
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
44154434
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
44164435

4436+
lru-cache@^11.0.0:
4437+
version "11.1.0"
4438+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
4439+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
4440+
44174441
lru-cache@^5.1.1:
44184442
version "5.1.1"
44194443
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -4428,11 +4452,6 @@ lru-cache@^6.0.0:
44284452
dependencies:
44294453
yallist "^4.0.0"
44304454

4431-
"lru-cache@^9.1.1 || ^10.0.0":
4432-
version "10.2.0"
4433-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
4434-
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
4435-
44364455
m3u8-parser@^7.2.0:
44374456
version "7.2.0"
44384457
resolved "https://registry.yarnpkg.com/m3u8-parser/-/m3u8-parser-7.2.0.tgz#9e2eb50abb8349d248cd58842367da4acabdf297"
@@ -4983,13 +5002,20 @@ minimalistic-crypto-utils@^1.0.1:
49835002
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
49845003
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
49855004

4986-
minimatch@9.0.3, minimatch@^9.0.1:
5005+
minimatch@9.0.3:
49875006
version "9.0.3"
49885007
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
49895008
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
49905009
dependencies:
49915010
brace-expansion "^2.0.1"
49925011

5012+
minimatch@^10.0.3:
5013+
version "10.0.3"
5014+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
5015+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
5016+
dependencies:
5017+
"@isaacs/brace-expansion" "^5.0.0"
5018+
49935019
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
49945020
version "3.1.2"
49955021
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5380,14 +5406,6 @@ path-parse@^1.0.7:
53805406
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
53815407
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
53825408

5383-
path-scurry@^1.10.1:
5384-
version "1.10.1"
5385-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
5386-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
5387-
dependencies:
5388-
lru-cache "^9.1.1 || ^10.0.0"
5389-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
5390-
53915409
path-scurry@^1.11.1:
53925410
version "1.11.1"
53935411
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -5396,6 +5414,14 @@ path-scurry@^1.11.1:
53965414
lru-cache "^10.2.0"
53975415
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
53985416

5417+
path-scurry@^2.0.0:
5418+
version "2.0.0"
5419+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
5420+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
5421+
dependencies:
5422+
lru-cache "^11.0.0"
5423+
minipass "^7.1.2"
5424+
53995425
path-type@^4.0.0:
54005426
version "4.0.0"
54015427
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -5826,12 +5852,13 @@ rfdc@^1.4.1:
58265852
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
58275853
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
58285854

5829-
rimraf@5.0.10:
5830-
version "5.0.10"
5831-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
5832-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
5855+
rimraf@6.0.1:
5856+
version "6.0.1"
5857+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
5858+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
58335859
dependencies:
5834-
glob "^10.3.7"
5860+
glob "^11.0.0"
5861+
package-json-from-dist "^1.0.0"
58355862

58365863
rimraf@^3.0.2:
58375864
version "3.0.2"

0 commit comments

Comments
 (0)