Skip to content

Commit 9ceae4e

Browse files
chore(deps): update dependency rimraf to v6
1 parent c3af3e9 commit 9ceae4e

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"
@@ -6381,15 +6402,6 @@ istanbul-reports@^3.1.3:
63816402
html-escaper "^2.0.0"
63826403
istanbul-lib-report "^3.0.0"
63836404

6384-
jackspeak@^2.3.6:
6385-
version "2.3.6"
6386-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
6387-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
6388-
dependencies:
6389-
"@isaacs/cliui" "^8.0.2"
6390-
optionalDependencies:
6391-
"@pkgjs/parseargs" "^0.11.0"
6392-
63936405
jackspeak@^3.1.2:
63946406
version "3.4.3"
63956407
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
@@ -6399,6 +6411,13 @@ jackspeak@^3.1.2:
63996411
optionalDependencies:
64006412
"@pkgjs/parseargs" "^0.11.0"
64016413

6414+
jackspeak@^4.1.1:
6415+
version "4.1.1"
6416+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
6417+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
6418+
dependencies:
6419+
"@isaacs/cliui" "^8.0.2"
6420+
64026421
jake@^10.8.5:
64036422
version "10.8.7"
64046423
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
@@ -7079,6 +7098,11 @@ lru-cache@^10.4.3:
70797098
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
70807099
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
70817100

7101+
lru-cache@^11.0.0:
7102+
version "11.1.0"
7103+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
7104+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
7105+
70827106
lru-cache@^5.1.1:
70837107
version "5.1.1"
70847108
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7200,6 +7224,13 @@ [email protected]:
72007224
dependencies:
72017225
brace-expansion "^2.0.1"
72027226

7227+
minimatch@^10.0.3:
7228+
version "10.0.3"
7229+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
7230+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
7231+
dependencies:
7232+
"@isaacs/brace-expansion" "^5.0.0"
7233+
72037234
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
72047235
version "3.1.2"
72057236
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7214,7 +7245,7 @@ minimatch@^5.0.1:
72147245
dependencies:
72157246
brace-expansion "^2.0.1"
72167247

7217-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
7248+
minimatch@^9.0.3, minimatch@^9.0.4:
72187249
version "9.0.4"
72197250
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
72207251
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -7233,7 +7264,7 @@ minimist@^1.2.6:
72337264
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
72347265
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
72357266

7236-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
7267+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
72377268
version "7.0.4"
72387269
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
72397270
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
@@ -7672,14 +7703,6 @@ path-root@^0.1.1:
76727703
dependencies:
76737704
path-root-regex "^0.1.0"
76747705

7675-
path-scurry@^1.10.2:
7676-
version "1.10.2"
7677-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
7678-
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
7679-
dependencies:
7680-
lru-cache "^10.2.0"
7681-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7682-
76837706
path-scurry@^1.11.1:
76847707
version "1.11.1"
76857708
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -7688,6 +7711,14 @@ path-scurry@^1.11.1:
76887711
lru-cache "^10.2.0"
76897712
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
76907713

7714+
path-scurry@^2.0.0:
7715+
version "2.0.0"
7716+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7717+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
7718+
dependencies:
7719+
lru-cache "^11.0.0"
7720+
minipass "^7.1.2"
7721+
76917722
path-type@^4.0.0:
76927723
version "4.0.0"
76937724
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -7989,12 +8020,13 @@ rfdc@^1.3.0:
79898020
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
79908021
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
79918022

7992-
rimraf@5.0.0:
7993-
version "5.0.0"
7994-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.0.tgz#5bda14e410d7e4dd522154891395802ce032c2cb"
7995-
integrity sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==
8023+
rimraf@6.0.1:
8024+
version "6.0.1"
8025+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
8026+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
79968027
dependencies:
7997-
glob "^10.0.0"
8028+
glob "^11.0.0"
8029+
package-json-from-dist "^1.0.0"
79988030

79998031
rrweb-cssom@^0.8.0:
80008032
version "0.8.0"

0 commit comments

Comments
 (0)