Skip to content

Commit f45dc86

Browse files
chore(deps): update dependency rimraf to v6
1 parent 0c63410 commit f45dc86

File tree

2 files changed

+54
-7
lines changed

2 files changed

+54
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"prettier": "3.3.3",
7777
"prettier-plugin-astro": "^0.14.0",
7878
"prettier-plugin-svelte": "^3.0.0",
79-
"rimraf": "5.0.9",
79+
"rimraf": "6.0.1",
8080
"rollup": "4.19.0",
8181
"svelte": "^4.2.2",
8282
"tailwindcss": "3.4.6",

yarn.lock

+53-6
Original file line numberDiff line numberDiff line change
@@ -3494,7 +3494,7 @@ glob-parent@^6.0.2:
34943494
dependencies:
34953495
is-glob "^4.0.3"
34963496

3497-
glob@^10.3.10, glob@^10.3.7:
3497+
glob@^10.3.10:
34983498
version "10.4.1"
34993499
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
35003500
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
@@ -3505,6 +3505,18 @@ glob@^10.3.10, glob@^10.3.7:
35053505
minipass "^7.1.2"
35063506
path-scurry "^1.11.1"
35073507

3508+
glob@^11.0.0:
3509+
version "11.0.0"
3510+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
3511+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
3512+
dependencies:
3513+
foreground-child "^3.1.0"
3514+
jackspeak "^4.0.1"
3515+
minimatch "^10.0.0"
3516+
minipass "^7.1.2"
3517+
package-json-from-dist "^1.0.0"
3518+
path-scurry "^2.0.0"
3519+
35083520
glob@^7.1.3:
35093521
version "7.2.3"
35103522
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4018,6 +4030,15 @@ jackspeak@^3.1.2:
40184030
optionalDependencies:
40194031
"@pkgjs/parseargs" "^0.11.0"
40204032

4033+
jackspeak@^4.0.1:
4034+
version "4.0.1"
4035+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
4036+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
4037+
dependencies:
4038+
"@isaacs/cliui" "^8.0.2"
4039+
optionalDependencies:
4040+
"@pkgjs/parseargs" "^0.11.0"
4041+
40214042
jiti@^1.21.0:
40224043
version "1.21.0"
40234044
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d"
@@ -4305,6 +4326,11 @@ lru-cache@^10.2.0:
43054326
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
43064327
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
43074328

4329+
lru-cache@^11.0.0:
4330+
version "11.0.0"
4331+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
4332+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
4333+
43084334
lru-cache@^5.1.1:
43094335
version "5.1.1"
43104336
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -4841,6 +4867,13 @@ minimalistic-crypto-utils@^1.0.1:
48414867
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
48424868
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
48434869

4870+
minimatch@^10.0.0:
4871+
version "10.0.1"
4872+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4873+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4874+
dependencies:
4875+
brace-expansion "^2.0.1"
4876+
48444877
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
48454878
version "3.1.2"
48464879
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5139,6 +5172,11 @@ package-config@^5.0.0:
51395172
find-up-simple "^1.0.0"
51405173
load-json-file "^7.0.1"
51415174

5175+
package-json-from-dist@^1.0.0:
5176+
version "1.0.0"
5177+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
5178+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
5179+
51425180
parent-module@^1.0.0:
51435181
version "1.0.1"
51445182
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -5211,6 +5249,14 @@ path-scurry@^1.11.1:
52115249
lru-cache "^10.2.0"
52125250
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
52135251

5252+
path-scurry@^2.0.0:
5253+
version "2.0.0"
5254+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
5255+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
5256+
dependencies:
5257+
lru-cache "^11.0.0"
5258+
minipass "^7.1.2"
5259+
52145260
path-to-regexp@^6.2.2:
52155261
version "6.2.2"
52165262
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"
@@ -5702,12 +5748,13 @@ rfdc@^1.3.1:
57025748
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
57035749
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
57045750

5705-
rimraf@5.0.9:
5706-
version "5.0.9"
5707-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.9.tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9"
5708-
integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==
5751+
rimraf@6.0.1:
5752+
version "6.0.1"
5753+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
5754+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
57095755
dependencies:
5710-
glob "^10.3.7"
5756+
glob "^11.0.0"
5757+
package-json-from-dist "^1.0.0"
57115758

57125759
rimraf@^3.0.2:
57135760
version "3.0.2"

0 commit comments

Comments
 (0)