Skip to content

Commit d8bcc29

Browse files
chore(deps): update dependency rimraf to v6
1 parent ebac736 commit d8bcc29

File tree

2 files changed

+49
-7
lines changed

2 files changed

+49
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"husky": "9.1.4",
3838
"nano-staged": "0.8.0",
3939
"pkgroll": "2.4.2",
40-
"rimraf": "5.0.10",
40+
"rimraf": "6.0.1",
4141
"sort-package-json": "2.10.0",
4242
"tsd": "0.31.1",
4343
"tsx": "4.16.3",

yarn.lock

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ glob-parent@^5.1.2:
10981098
dependencies:
10991099
is-glob "^4.0.1"
11001100

1101-
glob@^10.3.7, glob@^10.4.1:
1101+
glob@^10.4.1:
11021102
version "10.4.5"
11031103
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
11041104
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -1110,6 +1110,18 @@ glob@^10.3.7, glob@^10.4.1:
11101110
package-json-from-dist "^1.0.0"
11111111
path-scurry "^1.11.1"
11121112

1113+
glob@^11.0.0:
1114+
version "11.0.0"
1115+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
1116+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
1117+
dependencies:
1118+
foreground-child "^3.1.0"
1119+
jackspeak "^4.0.1"
1120+
minimatch "^10.0.0"
1121+
minipass "^7.1.2"
1122+
package-json-from-dist "^1.0.0"
1123+
path-scurry "^2.0.0"
1124+
11131125
globby@^11.0.1:
11141126
version "11.1.0"
11151127
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
@@ -1279,6 +1291,15 @@ jackspeak@^3.1.2:
12791291
optionalDependencies:
12801292
"@pkgjs/parseargs" "^0.11.0"
12811293

1294+
jackspeak@^4.0.1:
1295+
version "4.0.1"
1296+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
1297+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
1298+
dependencies:
1299+
"@isaacs/cliui" "^8.0.2"
1300+
optionalDependencies:
1301+
"@pkgjs/parseargs" "^0.11.0"
1302+
12821303
jest-diff@^29.0.3:
12831304
version "29.7.0"
12841305
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a"
@@ -1359,6 +1380,11 @@ lru-cache@^10.2.0:
13591380
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
13601381
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
13611382

1383+
lru-cache@^11.0.0:
1384+
version "11.0.0"
1385+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
1386+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
1387+
13621388
lru-cache@^6.0.0:
13631389
version "6.0.0"
13641390
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -1429,6 +1455,13 @@ min-indent@^1.0.0:
14291455
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
14301456
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
14311457

1458+
minimatch@^10.0.0:
1459+
version "10.0.1"
1460+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
1461+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
1462+
dependencies:
1463+
brace-expansion "^2.0.1"
1464+
14321465
minimatch@^9.0.4:
14331466
version "9.0.5"
14341467
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
@@ -1585,6 +1618,14 @@ path-scurry@^1.11.1:
15851618
lru-cache "^10.2.0"
15861619
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
15871620

1621+
path-scurry@^2.0.0:
1622+
version "2.0.0"
1623+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
1624+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
1625+
dependencies:
1626+
lru-cache "^11.0.0"
1627+
minipass "^7.1.2"
1628+
15881629
path-type@^4.0.0:
15891630
version "4.0.0"
15901631
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -1721,12 +1762,13 @@ reusify@^1.0.4:
17211762
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
17221763
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
17231764

1724-
rimraf@5.0.10:
1725-
version "5.0.10"
1726-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
1727-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
1765+
rimraf@6.0.1:
1766+
version "6.0.1"
1767+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
1768+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
17281769
dependencies:
1729-
glob "^10.3.7"
1770+
glob "^11.0.0"
1771+
package-json-from-dist "^1.0.0"
17301772

17311773
rollup@^4.13.0, rollup@^4.18.1:
17321774
version "4.19.1"

0 commit comments

Comments
 (0)