Skip to content

Commit 8953ce2

Browse files
fix(deps): update dependency rimraf to v6
1 parent 5328c58 commit 8953ce2

2 files changed

Lines changed: 68 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: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,18 @@
508508
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.3.tgz#c2b9d2e374ee62c586d3adbea87199b1d7a7a6ba"
509509
integrity sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==
510510

511+
"@isaacs/balanced-match@^4.0.1":
512+
version "4.0.1"
513+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
514+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
515+
516+
"@isaacs/brace-expansion@^5.0.0":
517+
version "5.0.0"
518+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
519+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
520+
dependencies:
521+
"@isaacs/balanced-match" "^4.0.1"
522+
511523
"@isaacs/cliui@^8.0.2":
512524
version "8.0.2"
513525
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -4833,6 +4845,14 @@ foreground-child@^3.1.0:
48334845
cross-spawn "^7.0.0"
48344846
signal-exit "^4.0.1"
48354847

4848+
foreground-child@^3.3.1:
4849+
version "3.3.1"
4850+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
4851+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
4852+
dependencies:
4853+
cross-spawn "^7.0.6"
4854+
signal-exit "^4.0.1"
4855+
48364856
forever-agent@~0.6.1:
48374857
version "0.6.1"
48384858
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -5251,6 +5271,18 @@ glob@^10.2.2:
52515271
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
52525272
path-scurry "^1.10.1"
52535273

5274+
glob@^11.0.0:
5275+
version "11.0.3"
5276+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
5277+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
5278+
dependencies:
5279+
foreground-child "^3.3.1"
5280+
jackspeak "^4.1.1"
5281+
minimatch "^10.0.3"
5282+
minipass "^7.1.2"
5283+
package-json-from-dist "^1.0.0"
5284+
path-scurry "^2.0.0"
5285+
52545286
glob@^7.1.1, glob@^7.1.2, glob@^7.1.4:
52555287
version "7.1.6"
52565288
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -6547,6 +6579,13 @@ jackspeak@^3.1.2:
65476579
optionalDependencies:
65486580
"@pkgjs/parseargs" "^0.11.0"
65496581

6582+
jackspeak@^4.1.1:
6583+
version "4.1.1"
6584+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
6585+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
6586+
dependencies:
6587+
"@isaacs/cliui" "^8.0.2"
6588+
65506589
java-properties@^1.0.2:
65516590
version "1.0.2"
65526591
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -7451,6 +7490,11 @@ lru-cache@^10.2.2:
74517490
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
74527491
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
74537492

7493+
lru-cache@^11.0.0:
7494+
version "11.2.2"
7495+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz#40fd37edffcfae4b2940379c0722dc6eeaa75f24"
7496+
integrity sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==
7497+
74547498
lru-cache@^6.0.0:
74557499
version "6.0.0"
74567500
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -7676,6 +7720,13 @@ mimic-fn@^4.0.0:
76767720
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
76777721
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
76787722

7723+
minimatch@^10.0.3:
7724+
version "10.0.3"
7725+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
7726+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
7727+
dependencies:
7728+
"@isaacs/brace-expansion" "^5.0.0"
7729+
76797730
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
76807731
version "3.1.2"
76817732
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -8764,6 +8815,14 @@ path-scurry@^1.11.1:
87648815
lru-cache "^10.2.0"
87658816
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
87668817

8818+
path-scurry@^2.0.0:
8819+
version "2.0.0"
8820+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
8821+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
8822+
dependencies:
8823+
lru-cache "^11.0.0"
8824+
minipass "^7.1.2"
8825+
87678826
path-to-regexp@0.1.7:
87688827
version "0.1.7"
87698828
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -9416,6 +9475,14 @@ rimraf@^3.0.0:
94169475
dependencies:
94179476
glob "^7.1.3"
94189477

9478+
rimraf@^6.0.0:
9479+
version "6.0.1"
9480+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
9481+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
9482+
dependencies:
9483+
glob "^11.0.0"
9484+
package-json-from-dist "^1.0.0"
9485+
94199486
rsvp@^4.8.4:
94209487
version "4.8.5"
94219488
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"

0 commit comments

Comments
 (0)