Skip to content

Commit d48625e

Browse files
Update dependency rimraf to v6
1 parent 9e8173f commit d48625e

File tree

2 files changed

+47
-7
lines changed

2 files changed

+47
-7
lines changed

packages/helpers-gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"c8": "10.1.3",
3232
"mocha": "11.1.0",
3333
"react": "18.3.1",
34-
"rimraf": "5.0.10",
34+
"rimraf": "6.0.1",
3535
"should": "13.2.3",
3636
"sinon": "20.0.0"
3737
},

yarn.lock

+46-6
Original file line numberDiff line numberDiff line change
@@ -6711,7 +6711,7 @@ [email protected]:
67116711
once "^1.3.0"
67126712
path-is-absolute "^1.0.0"
67136713

6714-
glob@^10.2.2, glob@^10.3.7, glob@^10.4.1, glob@^10.4.5:
6714+
glob@^10.2.2, glob@^10.4.1, glob@^10.4.5:
67156715
version "10.4.5"
67166716
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
67176717
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -6723,6 +6723,18 @@ glob@^10.2.2, glob@^10.3.7, glob@^10.4.1, glob@^10.4.5:
67236723
package-json-from-dist "^1.0.0"
67246724
path-scurry "^1.11.1"
67256725

6726+
glob@^11.0.0:
6727+
version "11.0.2"
6728+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
6729+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
6730+
dependencies:
6731+
foreground-child "^3.1.0"
6732+
jackspeak "^4.0.1"
6733+
minimatch "^10.0.0"
6734+
minipass "^7.1.2"
6735+
package-json-from-dist "^1.0.0"
6736+
path-scurry "^2.0.0"
6737+
67266738
glob@^5.0.10, glob@^5.0.15:
67276739
version "5.0.15"
67286740
resolved "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz"
@@ -7718,6 +7730,13 @@ jackspeak@^3.1.2:
77187730
optionalDependencies:
77197731
"@pkgjs/parseargs" "^0.11.0"
77207732

7733+
jackspeak@^4.0.1:
7734+
version "4.1.0"
7735+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
7736+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
7737+
dependencies:
7738+
"@isaacs/cliui" "^8.0.2"
7739+
77217740
jake@^10.8.5:
77227741
version "10.9.2"
77237742
resolved "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz"
@@ -8360,6 +8379,11 @@ lru-cache@^10.2.0, lru-cache@^10.4.3:
83608379
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz"
83618380
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
83628381

8382+
lru-cache@^11.0.0:
8383+
version "11.1.0"
8384+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
8385+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
8386+
83638387
lru-cache@^5.1.1:
83648388
version "5.1.1"
83658389
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz"
@@ -8617,6 +8641,13 @@ [email protected]:
86178641
dependencies:
86188642
brace-expansion "^2.0.1"
86198643

8644+
minimatch@^10.0.0:
8645+
version "10.0.1"
8646+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
8647+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
8648+
dependencies:
8649+
brace-expansion "^2.0.1"
8650+
86208651
minimatch@^5.0.1, minimatch@^5.1.6:
86218652
version "5.1.6"
86228653
resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz"
@@ -9723,6 +9754,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
97239754
lru-cache "^10.2.0"
97249755
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
97259756

9757+
path-scurry@^2.0.0:
9758+
version "2.0.0"
9759+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
9760+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
9761+
dependencies:
9762+
lru-cache "^11.0.0"
9763+
minipass "^7.1.2"
9764+
97269765
path-type@^3.0.0:
97279766
version "3.0.0"
97289767
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz"
@@ -10452,12 +10491,13 @@ [email protected]:
1045210491
dependencies:
1045310492
eslint "^8.47.0"
1045410493

10455-
rimraf@5.0.10:
10456-
version "5.0.10"
10457-
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz"
10458-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
10494+
rimraf@6.0.1:
10495+
version "6.0.1"
10496+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
10497+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1045910498
dependencies:
10460-
glob "^10.3.7"
10499+
glob "^11.0.0"
10500+
package-json-from-dist "^1.0.0"
1046110501

1046210502
rimraf@^2.2.8, rimraf@^2.3.4, rimraf@^2.4.3, rimraf@^2.5.3, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2:
1046310503
version "2.7.1"

0 commit comments

Comments
 (0)