Skip to content

Commit 97dc94a

Browse files
chore(deps): update dependency rimraf to v6
1 parent 89b7903 commit 97dc94a

File tree

2 files changed

+53
-14
lines changed

2 files changed

+53
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"pretty-quick": "4.0.0",
5555
"react": "18.3.1",
5656
"react-dom": "18.3.1",
57-
"rimraf": "5.0.10",
57+
"rimraf": "6.0.1",
5858
"semantic-release": "19.0.5",
5959
"storybook-readme": "5.0.9",
6060
"ts-loader": "9.5.1",

yarn.lock

Lines changed: 52 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7943,16 +7943,17 @@ glob@^10.0.0:
79437943
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
79447944
path-scurry "^1.10.1"
79457945

7946-
glob@^10.3.7:
7947-
version "10.3.7"
7948-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
7949-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
7946+
glob@^11.0.0:
7947+
version "11.0.0"
7948+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
7949+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
79507950
dependencies:
79517951
foreground-child "^3.1.0"
7952-
jackspeak "^2.0.3"
7953-
minimatch "^9.0.1"
7954-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7955-
path-scurry "^1.10.1"
7952+
jackspeak "^4.0.1"
7953+
minimatch "^10.0.0"
7954+
minipass "^7.1.2"
7955+
package-json-from-dist "^1.0.0"
7956+
path-scurry "^2.0.0"
79567957

79577958
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.2.0:
79587959
version "7.2.0"
@@ -8814,6 +8815,13 @@ jackspeak@^2.0.3:
88148815
optionalDependencies:
88158816
"@pkgjs/parseargs" "^0.11.0"
88168817

8818+
jackspeak@^4.0.1:
8819+
version "4.0.2"
8820+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
8821+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
8822+
dependencies:
8823+
"@isaacs/cliui" "^8.0.2"
8824+
88178825
jake@^10.8.5:
88188826
version "10.8.7"
88198827
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
@@ -9389,6 +9397,11 @@ lowlight@~1.11.0:
93899397
fault "^1.0.2"
93909398
highlight.js "~9.13.0"
93919399

9400+
lru-cache@^11.0.0:
9401+
version "11.0.2"
9402+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
9403+
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
9404+
93929405
lru-cache@^5.1.1:
93939406
version "5.1.1"
93949407
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -9657,6 +9670,13 @@ min-indent@^1.0.0, min-indent@^1.0.1:
96579670
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
96589671
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
96599672

9673+
minimatch@^10.0.0:
9674+
version "10.0.1"
9675+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
9676+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
9677+
dependencies:
9678+
brace-expansion "^2.0.1"
9679+
96609680
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.2:
96619681
version "3.1.2"
96629682
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -9756,6 +9776,11 @@ minipass@^5.0.0:
97569776
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.2.tgz#58a82b7d81c7010da5bd4b2c0c85ac4b4ec5131e"
97579777
integrity sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==
97589778

9779+
minipass@^7.1.2:
9780+
version "7.1.2"
9781+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
9782+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
9783+
97599784
minizlib@^2.1.1, minizlib@^2.1.2:
97609785
version "2.1.2"
97619786
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -10416,6 +10441,11 @@ p4-css@*, p4-css@^1.5.1:
1041610441
dependencies:
1041710442
nano-css "^5.3.0"
1041810443

10444+
package-json-from-dist@^1.0.0:
10445+
version "1.0.1"
10446+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
10447+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
10448+
1041910449
pacote@^13.0.3, pacote@^13.0.5:
1042010450
version "13.1.1"
1042110451
resolved "https://registry.yarnpkg.com/pacote/-/pacote-13.1.1.tgz#d3e6e27ffc5137d2a07233ed6fba2a209ecb2b7b"
@@ -10565,6 +10595,14 @@ path-scurry@^1.10.1:
1056510595
lru-cache "^9.1.1 || ^10.0.0"
1056610596
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1056710597

10598+
path-scurry@^2.0.0:
10599+
version "2.0.0"
10600+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
10601+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
10602+
dependencies:
10603+
lru-cache "^11.0.0"
10604+
minipass "^7.1.2"
10605+
1056810606
1056910607
version "0.1.7"
1057010608
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -11689,12 +11727,13 @@ reusify@^1.0.4:
1168911727
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
1169011728
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
1169111729

11692-
rimraf@5.0.10:
11693-
version "5.0.10"
11694-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
11695-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
11730+
rimraf@6.0.1:
11731+
version "6.0.1"
11732+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
11733+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1169611734
dependencies:
11697-
glob "^10.3.7"
11735+
glob "^11.0.0"
11736+
package-json-from-dist "^1.0.0"
1169811737

1169911738
rimraf@^2.6.1:
1170011739
version "2.7.1"

0 commit comments

Comments
 (0)