Skip to content

Commit 7216255

Browse files
chore(deps): update dependency rimraf to v6
1 parent d0bee56 commit 7216255

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
@@ -7945,16 +7945,17 @@ glob@^10.0.0:
79457945
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
79467946
path-scurry "^1.10.1"
79477947

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

79597960
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.2.0:
79607961
version "7.2.0"
@@ -8816,6 +8817,13 @@ jackspeak@^2.0.3:
88168817
optionalDependencies:
88178818
"@pkgjs/parseargs" "^0.11.0"
88188819

8820+
jackspeak@^4.0.1:
8821+
version "4.0.2"
8822+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
8823+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
8824+
dependencies:
8825+
"@isaacs/cliui" "^8.0.2"
8826+
88198827
jake@^10.8.5:
88208828
version "10.8.7"
88218829
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
@@ -9391,6 +9399,11 @@ lowlight@~1.11.0:
93919399
fault "^1.0.2"
93929400
highlight.js "~9.13.0"
93939401

9402+
lru-cache@^11.0.0:
9403+
version "11.0.1"
9404+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147"
9405+
integrity sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==
9406+
93949407
lru-cache@^5.1.1:
93959408
version "5.1.1"
93969409
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -9659,6 +9672,13 @@ min-indent@^1.0.0, min-indent@^1.0.1:
96599672
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
96609673
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
96619674

9675+
minimatch@^10.0.0:
9676+
version "10.0.1"
9677+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
9678+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
9679+
dependencies:
9680+
brace-expansion "^2.0.1"
9681+
96629682
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.2:
96639683
version "3.1.2"
96649684
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -9758,6 +9778,11 @@ minipass@^5.0.0:
97589778
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.2.tgz#58a82b7d81c7010da5bd4b2c0c85ac4b4ec5131e"
97599779
integrity sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==
97609780

9781+
minipass@^7.1.2:
9782+
version "7.1.2"
9783+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
9784+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
9785+
97619786
minizlib@^2.1.1, minizlib@^2.1.2:
97629787
version "2.1.2"
97639788
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -10418,6 +10443,11 @@ p4-css@*, p4-css@^1.5.1:
1041810443
dependencies:
1041910444
nano-css "^5.3.0"
1042010445

10446+
package-json-from-dist@^1.0.0:
10447+
version "1.0.1"
10448+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
10449+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
10450+
1042110451
pacote@^13.0.3, pacote@^13.0.5:
1042210452
version "13.1.1"
1042310453
resolved "https://registry.yarnpkg.com/pacote/-/pacote-13.1.1.tgz#d3e6e27ffc5137d2a07233ed6fba2a209ecb2b7b"
@@ -10567,6 +10597,14 @@ path-scurry@^1.10.1:
1056710597
lru-cache "^9.1.1 || ^10.0.0"
1056810598
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1056910599

10600+
path-scurry@^2.0.0:
10601+
version "2.0.0"
10602+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
10603+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
10604+
dependencies:
10605+
lru-cache "^11.0.0"
10606+
minipass "^7.1.2"
10607+
1057010608
1057110609
version "0.1.7"
1057210610
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -11691,12 +11729,13 @@ reusify@^1.0.4:
1169111729
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
1169211730
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
1169311731

11694-
rimraf@5.0.10:
11695-
version "5.0.10"
11696-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
11697-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
11732+
rimraf@6.0.1:
11733+
version "6.0.1"
11734+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
11735+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1169811736
dependencies:
11699-
glob "^10.3.7"
11737+
glob "^11.0.0"
11738+
package-json-from-dist "^1.0.0"
1170011739

1170111740
rimraf@^2.6.1:
1170211741
version "2.7.1"

0 commit comments

Comments
 (0)