Skip to content

Commit 4adadcb

Browse files
build(deps-dev): bump rimraf from 5.0.7 to 6.0.1
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.7...v6.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5134bcc commit 4adadcb

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
@@ -43,7 +43,7 @@
4343
"jest-fetch-mock": "^3.0.3",
4444
"jest-runner-eslint": "^2.1.2",
4545
"prettier": "^3.3.3",
46-
"rimraf": "^5.0.7",
46+
"rimraf": "^6.0.1",
4747
"rollup": "^4.19.0",
4848
"rollup-plugin-dts": "^6.1.1",
4949
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",

yarn.lock

+53-6
Original file line numberDiff line numberDiff line change
@@ -8031,7 +8031,7 @@ glob-to-regexp@^0.4.1:
80318031
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
80328032
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
80338033

8034-
glob@^10.3.7, glob@^10.4.1:
8034+
glob@^10.4.1:
80358035
version "10.4.1"
80368036
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
80378037
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
@@ -8042,6 +8042,18 @@ glob@^10.3.7, glob@^10.4.1:
80428042
minipass "^7.1.2"
80438043
path-scurry "^1.11.1"
80448044

8045+
glob@^11.0.0:
8046+
version "11.0.0"
8047+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
8048+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
8049+
dependencies:
8050+
foreground-child "^3.1.0"
8051+
jackspeak "^4.0.1"
8052+
minimatch "^10.0.0"
8053+
minipass "^7.1.2"
8054+
package-json-from-dist "^1.0.0"
8055+
path-scurry "^2.0.0"
8056+
80458057
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
80468058
version "7.2.3"
80478059
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -8838,6 +8850,15 @@ jackspeak@^3.1.2:
88388850
optionalDependencies:
88398851
"@pkgjs/parseargs" "^0.11.0"
88408852

8853+
jackspeak@^4.0.1:
8854+
version "4.0.1"
8855+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
8856+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
8857+
dependencies:
8858+
"@isaacs/cliui" "^8.0.2"
8859+
optionalDependencies:
8860+
"@pkgjs/parseargs" "^0.11.0"
8861+
88418862
jake@^10.8.5:
88428863
version "10.9.1"
88438864
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
@@ -9690,6 +9711,11 @@ lru-cache@^10.2.0:
96909711
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
96919712
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
96929713

9714+
lru-cache@^11.0.0:
9715+
version "11.0.0"
9716+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
9717+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
9718+
96939719
lru-cache@^4.0.1:
96949720
version "4.1.5"
96959721
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -9885,6 +9911,13 @@ [email protected], miniflare@^3.20240718.0:
98859911
youch "^3.2.2"
98869912
zod "^3.22.3"
98879913

9914+
minimatch@^10.0.0:
9915+
version "10.0.1"
9916+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
9917+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
9918+
dependencies:
9919+
brace-expansion "^2.0.1"
9920+
98889921
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
98899922
version "3.1.2"
98909923
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -10435,6 +10468,11 @@ p-try@^2.0.0:
1043510468
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
1043610469
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
1043710470

10471+
package-json-from-dist@^1.0.0:
10472+
version "1.0.0"
10473+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
10474+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
10475+
1043810476
param-case@^3.0.4:
1043910477
version "3.0.4"
1044010478
resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
@@ -10547,6 +10585,14 @@ path-scurry@^1.11.1:
1054710585
lru-cache "^10.2.0"
1054810586
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1054910587

10588+
path-scurry@^2.0.0:
10589+
version "2.0.0"
10590+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
10591+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
10592+
dependencies:
10593+
lru-cache "^11.0.0"
10594+
minipass "^7.1.2"
10595+
1055010596
1055110597
version "0.1.7"
1055210598
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -11267,12 +11313,13 @@ rimraf@^3.0.2:
1126711313
dependencies:
1126811314
glob "^7.1.3"
1126911315

11270-
rimraf@^5.0.7:
11271-
version "5.0.7"
11272-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.7.tgz#27bddf202e7d89cb2e0381656380d1734a854a74"
11273-
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
11316+
rimraf@^6.0.1:
11317+
version "6.0.1"
11318+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
11319+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1127411320
dependencies:
11275-
glob "^10.3.7"
11321+
glob "^11.0.0"
11322+
package-json-from-dist "^1.0.0"
1127611323

1127711324
rollup-plugin-dts@^6.1.1:
1127811325
version "6.1.1"

0 commit comments

Comments
 (0)