Skip to content

Commit 99cf850

Browse files
fix(deps): update dependency rimraf to v6
1 parent 7d0964a commit 99cf850

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
@@ -5169,6 +5169,18 @@ glob@^10.3.10:
51695169
minipass "^7.0.4"
51705170
path-scurry "^1.10.2"
51715171

5172+
glob@^11.0.0:
5173+
version "11.0.0"
5174+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
5175+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
5176+
dependencies:
5177+
foreground-child "^3.1.0"
5178+
jackspeak "^4.0.1"
5179+
minimatch "^10.0.0"
5180+
minipass "^7.1.2"
5181+
package-json-from-dist "^1.0.0"
5182+
path-scurry "^2.0.0"
5183+
51725184
glob@^7.1.1, glob@^7.1.2, glob@^7.1.4:
51735185
version "7.1.6"
51745186
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -6372,6 +6384,13 @@ jackspeak@^3.1.2:
63726384
optionalDependencies:
63736385
"@pkgjs/parseargs" "^0.11.0"
63746386

6387+
jackspeak@^4.0.1:
6388+
version "4.0.2"
6389+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
6390+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
6391+
dependencies:
6392+
"@isaacs/cliui" "^8.0.2"
6393+
63756394
java-properties@^1.0.2:
63766395
version "1.0.2"
63776396
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -7278,6 +7297,11 @@ lru-cache@^10.2.0:
72787297
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
72797298
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
72807299

7300+
lru-cache@^11.0.0:
7301+
version "11.0.1"
7302+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147"
7303+
integrity sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==
7304+
72817305
lru-cache@^6.0.0:
72827306
version "6.0.0"
72837307
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -7524,6 +7548,13 @@ mimic-fn@^4.0.0:
75247548
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
75257549
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
75267550

7551+
minimatch@^10.0.0:
7552+
version "10.0.1"
7553+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
7554+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
7555+
dependencies:
7556+
brace-expansion "^2.0.1"
7557+
75277558
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
75287559
version "3.1.2"
75297560
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -8710,6 +8741,14 @@ path-scurry@^1.6.1:
87108741
lru-cache "^7.14.1"
87118742
minipass "^4.0.2"
87128743

8744+
path-scurry@^2.0.0:
8745+
version "2.0.0"
8746+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
8747+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
8748+
dependencies:
8749+
lru-cache "^11.0.0"
8750+
minipass "^7.1.2"
8751+
87138752
path-to-regexp@0.1.7:
87148753
version "0.1.7"
87158754
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -9378,6 +9417,14 @@ rimraf@^3.0.0, rimraf@^3.0.2:
93789417
dependencies:
93799418
glob "^7.1.3"
93809419

9420+
rimraf@^6.0.0:
9421+
version "6.0.1"
9422+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
9423+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
9424+
dependencies:
9425+
glob "^11.0.0"
9426+
package-json-from-dist "^1.0.0"
9427+
93819428
rsvp@^4.8.4:
93829429
version "4.8.5"
93839430
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"

0 commit comments

Comments
 (0)