Skip to content

Commit 7e1abe5

Browse files
chore(deps): update dependency rimraf to v6
1 parent 9c50b48 commit 7e1abe5

File tree

2 files changed

+68
-36
lines changed

2 files changed

+68
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"micromatch": "4.0.5",
5151
"nx": "21.3.1",
5252
"prettier": "^2.6.2",
53-
"rimraf": "5.0.0",
53+
"rimraf": "6.0.1",
5454
"ts-jest": "29.1.0",
5555
"ts-morph": "22.0.0",
5656
"ts-node": "10.9.1",

yarn.lock

Lines changed: 67 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2586,6 +2586,18 @@
25862586
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.3.tgz#c2b9d2e374ee62c586d3adbea87199b1d7a7a6ba"
25872587
integrity sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==
25882588

2589+
"@isaacs/balanced-match@^4.0.1":
2590+
version "4.0.1"
2591+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
2592+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
2593+
2594+
"@isaacs/brace-expansion@^5.0.0":
2595+
version "5.0.0"
2596+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
2597+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
2598+
dependencies:
2599+
"@isaacs/balanced-match" "^4.0.1"
2600+
25892601
"@isaacs/cliui@^8.0.2":
25902602
version "8.0.2"
25912603
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -5671,6 +5683,14 @@ foreground-child@^3.1.0:
56715683
cross-spawn "^7.0.0"
56725684
signal-exit "^4.0.1"
56735685

5686+
foreground-child@^3.3.1:
5687+
version "3.3.1"
5688+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
5689+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
5690+
dependencies:
5691+
cross-spawn "^7.0.6"
5692+
signal-exit "^4.0.1"
5693+
56745694
form-data-encoder@^2.1.2:
56755695
version "2.1.4"
56765696
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
@@ -5794,17 +5814,6 @@ glob-parent@^6.0.2:
57945814
dependencies:
57955815
is-glob "^4.0.3"
57965816

5797-
glob@^10.0.0:
5798-
version "10.3.12"
5799-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
5800-
integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
5801-
dependencies:
5802-
foreground-child "^3.1.0"
5803-
jackspeak "^2.3.6"
5804-
minimatch "^9.0.1"
5805-
minipass "^7.0.4"
5806-
path-scurry "^1.10.2"
5807-
58085817
glob@^10.3.10:
58095818
version "10.4.5"
58105819
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
@@ -5817,6 +5826,18 @@ glob@^10.3.10:
58175826
package-json-from-dist "^1.0.0"
58185827
path-scurry "^1.11.1"
58195828

5829+
glob@^11.0.0:
5830+
version "11.0.3"
5831+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
5832+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
5833+
dependencies:
5834+
foreground-child "^3.3.1"
5835+
jackspeak "^4.1.1"
5836+
minimatch "^10.0.3"
5837+
minipass "^7.1.2"
5838+
package-json-from-dist "^1.0.0"
5839+
path-scurry "^2.0.0"
5840+
58205841
glob@^7.1.1, glob@^7.1.4:
58215842
version "7.2.3"
58225843
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -6376,15 +6397,6 @@ istanbul-reports@^3.1.3:
63766397
html-escaper "^2.0.0"
63776398
istanbul-lib-report "^3.0.0"
63786399

6379-
jackspeak@^2.3.6:
6380-
version "2.3.6"
6381-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
6382-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
6383-
dependencies:
6384-
"@isaacs/cliui" "^8.0.2"
6385-
optionalDependencies:
6386-
"@pkgjs/parseargs" "^0.11.0"
6387-
63886400
jackspeak@^3.1.2:
63896401
version "3.4.3"
63906402
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
@@ -6394,6 +6406,13 @@ jackspeak@^3.1.2:
63946406
optionalDependencies:
63956407
"@pkgjs/parseargs" "^0.11.0"
63966408

6409+
jackspeak@^4.1.1:
6410+
version "4.1.1"
6411+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
6412+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
6413+
dependencies:
6414+
"@isaacs/cliui" "^8.0.2"
6415+
63976416
jake@^10.8.5:
63986417
version "10.8.7"
63996418
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
@@ -7074,6 +7093,11 @@ lru-cache@^10.4.3:
70747093
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
70757094
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
70767095

7096+
lru-cache@^11.0.0:
7097+
version "11.1.0"
7098+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
7099+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
7100+
70777101
lru-cache@^5.1.1:
70787102
version "5.1.1"
70797103
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7195,6 +7219,13 @@ [email protected]:
71957219
dependencies:
71967220
brace-expansion "^2.0.1"
71977221

7222+
minimatch@^10.0.3:
7223+
version "10.0.3"
7224+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
7225+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
7226+
dependencies:
7227+
"@isaacs/brace-expansion" "^5.0.0"
7228+
71987229
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
71997230
version "3.1.2"
72007231
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7209,7 +7240,7 @@ minimatch@^5.0.1:
72097240
dependencies:
72107241
brace-expansion "^2.0.1"
72117242

7212-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
7243+
minimatch@^9.0.3, minimatch@^9.0.4:
72137244
version "9.0.4"
72147245
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
72157246
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -7228,7 +7259,7 @@ minimist@^1.2.6:
72287259
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
72297260
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
72307261

7231-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
7262+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
72327263
version "7.0.4"
72337264
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
72347265
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
@@ -7667,14 +7698,6 @@ path-root@^0.1.1:
76677698
dependencies:
76687699
path-root-regex "^0.1.0"
76697700

7670-
path-scurry@^1.10.2:
7671-
version "1.10.2"
7672-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
7673-
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
7674-
dependencies:
7675-
lru-cache "^10.2.0"
7676-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7677-
76787701
path-scurry@^1.11.1:
76797702
version "1.11.1"
76807703
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -7683,6 +7706,14 @@ path-scurry@^1.11.1:
76837706
lru-cache "^10.2.0"
76847707
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
76857708

7709+
path-scurry@^2.0.0:
7710+
version "2.0.0"
7711+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7712+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
7713+
dependencies:
7714+
lru-cache "^11.0.0"
7715+
minipass "^7.1.2"
7716+
76867717
path-type@^4.0.0:
76877718
version "4.0.0"
76887719
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -7984,12 +8015,13 @@ rfdc@^1.3.0:
79848015
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
79858016
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
79868017

7987-
rimraf@5.0.0:
7988-
version "5.0.0"
7989-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.0.tgz#5bda14e410d7e4dd522154891395802ce032c2cb"
7990-
integrity sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==
8018+
rimraf@6.0.1:
8019+
version "6.0.1"
8020+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
8021+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
79918022
dependencies:
7992-
glob "^10.0.0"
8023+
glob "^11.0.0"
8024+
package-json-from-dist "^1.0.0"
79938025

79948026
rrweb-cssom@^0.8.0:
79958027
version "0.8.0"

0 commit comments

Comments
 (0)