Skip to content

Commit 5dce494

Browse files
chore(deps-dev): bump rimraf from 3.0.2 to 6.0.1
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v3.0.2...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 c18a73d commit 5dce494

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"find-up": "^5.0.0",
7979
"react-dev-utils": "^10.2.1",
8080
"react-docgen": "^5.4.0",
81-
"rimraf": "^3.0.2",
81+
"rimraf": "^6.0.1",
8282
"wait-on": "^6.0.0"
8383
},
8484
"resolutions": {

yarn.lock

+49
Original file line numberDiff line numberDiff line change
@@ -12501,6 +12501,18 @@ glob@^10.3.10, glob@^10.3.3, glob@^10.4.1:
1250112501
package-json-from-dist "^1.0.0"
1250212502
path-scurry "^1.11.1"
1250312503

12504+
glob@^11.0.0:
12505+
version "11.0.0"
12506+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
12507+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
12508+
dependencies:
12509+
foreground-child "^3.1.0"
12510+
jackspeak "^4.0.1"
12511+
minimatch "^10.0.0"
12512+
minipass "^7.1.2"
12513+
package-json-from-dist "^1.0.0"
12514+
path-scurry "^2.0.0"
12515+
1250412516
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@^7.1.6, glob@^7.1.7:
1250512517
version "7.2.3"
1250612518
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -14368,6 +14380,15 @@ jackspeak@^3.1.2:
1436814380
optionalDependencies:
1436914381
"@pkgjs/parseargs" "^0.11.0"
1437014382

14383+
jackspeak@^4.0.1:
14384+
version "4.0.1"
14385+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
14386+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
14387+
dependencies:
14388+
"@isaacs/cliui" "^8.0.2"
14389+
optionalDependencies:
14390+
"@pkgjs/parseargs" "^0.11.0"
14391+
1437114392
jake@^10.8.5:
1437214393
version "10.9.2"
1437314394
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -16156,6 +16177,11 @@ lru-cache@^10.2.0:
1615616177
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
1615716178
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
1615816179

16180+
lru-cache@^11.0.0:
16181+
version "11.0.0"
16182+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
16183+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
16184+
1615916185
lru-cache@^4.0.1:
1616016186
version "4.1.5"
1616116187
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -16606,6 +16632,13 @@ [email protected]:
1660616632
dependencies:
1660716633
brace-expansion "^2.0.1"
1660816634

16635+
minimatch@^10.0.0:
16636+
version "10.0.1"
16637+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
16638+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
16639+
dependencies:
16640+
brace-expansion "^2.0.1"
16641+
1660916642
minimatch@^5.0.1, minimatch@^5.1.6:
1661016643
version "5.1.6"
1661116644
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
@@ -17810,6 +17843,14 @@ path-scurry@^1.11.1:
1781017843
lru-cache "^10.2.0"
1781117844
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1781217845

17846+
path-scurry@^2.0.0:
17847+
version "2.0.0"
17848+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
17849+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
17850+
dependencies:
17851+
lru-cache "^11.0.0"
17852+
minipass "^7.1.2"
17853+
1781317854
1781417855
version "0.1.7"
1781517856
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -20924,6 +20965,14 @@ rimraf@^2.5.4, rimraf@^2.6.3:
2092420965
dependencies:
2092520966
glob "^7.1.3"
2092620967

20968+
rimraf@^6.0.1:
20969+
version "6.0.1"
20970+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
20971+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
20972+
dependencies:
20973+
glob "^11.0.0"
20974+
package-json-from-dist "^1.0.0"
20975+
2092720976
rimraf@~2.6.2:
2092820977
version "2.6.3"
2092920978
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"

0 commit comments

Comments
 (0)