Skip to content

Commit e0e7c4c

Browse files
chore(deps): update dependency rimraf to v6
1 parent 8ef70c6 commit e0e7c4c

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
@@ -7927,16 +7927,17 @@ glob@^10.0.0:
79277927
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
79287928
path-scurry "^1.10.1"
79297929

7930-
glob@^10.3.7:
7931-
version "10.3.7"
7932-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
7933-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
7930+
glob@^11.0.0:
7931+
version "11.0.0"
7932+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
7933+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
79347934
dependencies:
79357935
foreground-child "^3.1.0"
7936-
jackspeak "^2.0.3"
7937-
minimatch "^9.0.1"
7938-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7939-
path-scurry "^1.10.1"
7936+
jackspeak "^4.0.1"
7937+
minimatch "^10.0.0"
7938+
minipass "^7.1.2"
7939+
package-json-from-dist "^1.0.0"
7940+
path-scurry "^2.0.0"
79407941

79417942
glob@^7.0.3, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.2.0:
79427943
version "7.2.0"
@@ -8809,6 +8810,13 @@ jackspeak@^2.0.3:
88098810
optionalDependencies:
88108811
"@pkgjs/parseargs" "^0.11.0"
88118812

8813+
jackspeak@^4.0.1:
8814+
version "4.0.2"
8815+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
8816+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
8817+
dependencies:
8818+
"@isaacs/cliui" "^8.0.2"
8819+
88128820
jake@^10.8.5:
88138821
version "10.8.7"
88148822
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
@@ -9384,6 +9392,11 @@ lowlight@~1.11.0:
93849392
fault "^1.0.2"
93859393
highlight.js "~9.13.0"
93869394

9395+
lru-cache@^11.0.0:
9396+
version "11.0.1"
9397+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147"
9398+
integrity sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==
9399+
93879400
lru-cache@^5.1.1:
93889401
version "5.1.1"
93899402
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -9652,6 +9665,13 @@ min-indent@^1.0.0, min-indent@^1.0.1:
96529665
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
96539666
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
96549667

9668+
minimatch@^10.0.0:
9669+
version "10.0.1"
9670+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
9671+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
9672+
dependencies:
9673+
brace-expansion "^2.0.1"
9674+
96559675
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.2:
96569676
version "3.1.2"
96579677
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -9751,6 +9771,11 @@ minipass@^5.0.0:
97519771
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.2.tgz#58a82b7d81c7010da5bd4b2c0c85ac4b4ec5131e"
97529772
integrity sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==
97539773

9774+
minipass@^7.1.2:
9775+
version "7.1.2"
9776+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
9777+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
9778+
97549779
minizlib@^2.1.1, minizlib@^2.1.2:
97559780
version "2.1.2"
97569781
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -10411,6 +10436,11 @@ p4-css@*, p4-css@^1.5.1:
1041110436
dependencies:
1041210437
nano-css "^5.3.0"
1041310438

10439+
package-json-from-dist@^1.0.0:
10440+
version "1.0.1"
10441+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
10442+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
10443+
1041410444
pacote@^13.0.3, pacote@^13.0.5:
1041510445
version "13.1.1"
1041610446
resolved "https://registry.yarnpkg.com/pacote/-/pacote-13.1.1.tgz#d3e6e27ffc5137d2a07233ed6fba2a209ecb2b7b"
@@ -10560,6 +10590,14 @@ path-scurry@^1.10.1:
1056010590
lru-cache "^9.1.1 || ^10.0.0"
1056110591
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1056210592

10593+
path-scurry@^2.0.0:
10594+
version "2.0.0"
10595+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
10596+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
10597+
dependencies:
10598+
lru-cache "^11.0.0"
10599+
minipass "^7.1.2"
10600+
1056310601
path-to-regexp@0.1.7:
1056410602
version "0.1.7"
1056510603
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -11701,12 +11739,13 @@ reusify@^1.0.4:
1170111739
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
1170211740
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
1170311741

11704-
rimraf@5.0.10:
11705-
version "5.0.10"
11706-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
11707-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
11742+
rimraf@6.0.1:
11743+
version "6.0.1"
11744+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
11745+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1170811746
dependencies:
11709-
glob "^10.3.7"
11747+
glob "^11.0.0"
11748+
package-json-from-dist "^1.0.0"
1171011749

1171111750
rimraf@^2.6.1:
1171211751
version "2.7.1"

0 commit comments

Comments
 (0)