Skip to content

Commit ac12e82

Browse files
fix(deps): update dependency rimraf to v6
1 parent c22c35e commit ac12e82

2 files changed

Lines changed: 48 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"patch-package": "^6.2.0",
3838
"postinstall-postinstall": "^2.0.0",
3939
"reflect-metadata": "^0.2.0",
40-
"rimraf": "^3.0.0",
40+
"rimraf": "^6.0.0",
4141
"rxjs": "^7.0.0"
4242
},
4343
"devDependencies": {

yarn.lock

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5183,6 +5183,18 @@ glob@^10.3.10:
51835183
minipass "^7.0.4"
51845184
path-scurry "^1.10.2"
51855185

5186+
glob@^11.0.0:
5187+
version "11.0.0"
5188+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
5189+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
5190+
dependencies:
5191+
foreground-child "^3.1.0"
5192+
jackspeak "^4.0.1"
5193+
minimatch "^10.0.0"
5194+
minipass "^7.1.2"
5195+
package-json-from-dist "^1.0.0"
5196+
path-scurry "^2.0.0"
5197+
51865198
glob@^7.1.1, glob@^7.1.2, glob@^7.1.4:
51875199
version "7.1.6"
51885200
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -6386,6 +6398,13 @@ jackspeak@^3.1.2:
63866398
optionalDependencies:
63876399
"@pkgjs/parseargs" "^0.11.0"
63886400

6401+
jackspeak@^4.0.1:
6402+
version "4.0.2"
6403+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
6404+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
6405+
dependencies:
6406+
"@isaacs/cliui" "^8.0.2"
6407+
63896408
java-properties@^1.0.2:
63906409
version "1.0.2"
63916410
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -7292,6 +7311,11 @@ lru-cache@^10.2.0:
72927311
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
72937312
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
72947313

7314+
lru-cache@^11.0.0:
7315+
version "11.0.1"
7316+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147"
7317+
integrity sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==
7318+
72957319
lru-cache@^6.0.0:
72967320
version "6.0.0"
72977321
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -7538,6 +7562,13 @@ mimic-fn@^4.0.0:
75387562
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
75397563
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
75407564

7565+
minimatch@^10.0.0:
7566+
version "10.0.1"
7567+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
7568+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
7569+
dependencies:
7570+
brace-expansion "^2.0.1"
7571+
75417572
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
75427573
version "3.1.2"
75437574
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -8724,6 +8755,14 @@ path-scurry@^1.6.1:
87248755
lru-cache "^7.14.1"
87258756
minipass "^4.0.2"
87268757

8758+
path-scurry@^2.0.0:
8759+
version "2.0.0"
8760+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
8761+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
8762+
dependencies:
8763+
lru-cache "^11.0.0"
8764+
minipass "^7.1.2"
8765+
87278766
path-to-regexp@0.1.7:
87288767
version "0.1.7"
87298768
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -9392,6 +9431,14 @@ rimraf@^3.0.0, rimraf@^3.0.2:
93929431
dependencies:
93939432
glob "^7.1.3"
93949433

9434+
rimraf@^6.0.0:
9435+
version "6.0.1"
9436+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
9437+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
9438+
dependencies:
9439+
glob "^11.0.0"
9440+
package-json-from-dist "^1.0.0"
9441+
93959442
rsvp@^4.8.4:
93969443
version "4.8.5"
93979444
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"

0 commit comments

Comments
 (0)