Skip to content

Commit b77a751

Browse files
chore(deps): update dependency rimraf to v6
1 parent b43896e commit b77a751

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
@@ -46,7 +46,7 @@
4646
"micromatch": "4.0.5",
4747
"nx": "21.3.1",
4848
"prettier": "^2.6.2",
49-
"rimraf": "5.0.0",
49+
"rimraf": "6.0.1",
5050
"ts-jest": "29.1.0",
5151
"ts-morph": "22.0.0",
5252
"ts-node": "10.9.1",

yarn.lock

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

2379+
"@isaacs/balanced-match@^4.0.1":
2380+
version "4.0.1"
2381+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
2382+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
2383+
2384+
"@isaacs/brace-expansion@^5.0.0":
2385+
version "5.0.0"
2386+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
2387+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
2388+
dependencies:
2389+
"@isaacs/balanced-match" "^4.0.1"
2390+
23792391
"@isaacs/cliui@^8.0.2":
23802392
version "8.0.2"
23812393
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -5289,6 +5301,14 @@ foreground-child@^3.1.0:
52895301
cross-spawn "^7.0.0"
52905302
signal-exit "^4.0.1"
52915303

5304+
foreground-child@^3.3.1:
5305+
version "3.3.1"
5306+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
5307+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
5308+
dependencies:
5309+
cross-spawn "^7.0.6"
5310+
signal-exit "^4.0.1"
5311+
52925312
form-data@^4.0.0:
52935313
version "4.0.0"
52945314
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
@@ -5417,17 +5437,6 @@ glob-parent@^6.0.2:
54175437
dependencies:
54185438
is-glob "^4.0.3"
54195439

5420-
glob@^10.0.0:
5421-
version "10.3.12"
5422-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
5423-
integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
5424-
dependencies:
5425-
foreground-child "^3.1.0"
5426-
jackspeak "^2.3.6"
5427-
minimatch "^9.0.1"
5428-
minipass "^7.0.4"
5429-
path-scurry "^1.10.2"
5430-
54315440
glob@^10.3.10:
54325441
version "10.4.5"
54335442
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
@@ -5440,6 +5449,18 @@ glob@^10.3.10:
54405449
package-json-from-dist "^1.0.0"
54415450
path-scurry "^1.11.1"
54425451

5452+
glob@^11.0.0:
5453+
version "11.0.3"
5454+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
5455+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
5456+
dependencies:
5457+
foreground-child "^3.3.1"
5458+
jackspeak "^4.1.1"
5459+
minimatch "^10.0.3"
5460+
minipass "^7.1.2"
5461+
package-json-from-dist "^1.0.0"
5462+
path-scurry "^2.0.0"
5463+
54435464
glob@^7.1.1, glob@^7.1.4:
54445465
version "7.2.3"
54455466
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -6116,15 +6137,6 @@ istanbul-reports@^3.1.3:
61166137
html-escaper "^2.0.0"
61176138
istanbul-lib-report "^3.0.0"
61186139

6119-
jackspeak@^2.3.6:
6120-
version "2.3.6"
6121-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
6122-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
6123-
dependencies:
6124-
"@isaacs/cliui" "^8.0.2"
6125-
optionalDependencies:
6126-
"@pkgjs/parseargs" "^0.11.0"
6127-
61286140
jackspeak@^3.1.2:
61296141
version "3.4.3"
61306142
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
@@ -6134,6 +6146,13 @@ jackspeak@^3.1.2:
61346146
optionalDependencies:
61356147
"@pkgjs/parseargs" "^0.11.0"
61366148

6149+
jackspeak@^4.1.1:
6150+
version "4.1.1"
6151+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
6152+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
6153+
dependencies:
6154+
"@isaacs/cliui" "^8.0.2"
6155+
61376156
jake@^10.8.5:
61386157
version "10.8.7"
61396158
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
@@ -6819,6 +6838,11 @@ lru-cache@^10.4.3:
68196838
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
68206839
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
68216840

6841+
lru-cache@^11.0.0:
6842+
version "11.1.0"
6843+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
6844+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
6845+
68226846
lru-cache@^4.0.1:
68236847
version "4.1.5"
68246848
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -6960,6 +6984,13 @@ [email protected]:
69606984
dependencies:
69616985
brace-expansion "^2.0.1"
69626986

6987+
minimatch@^10.0.3:
6988+
version "10.0.3"
6989+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
6990+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
6991+
dependencies:
6992+
"@isaacs/brace-expansion" "^5.0.0"
6993+
69636994
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
69646995
version "3.1.2"
69656996
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6974,7 +7005,7 @@ minimatch@^5.0.1:
69747005
dependencies:
69757006
brace-expansion "^2.0.1"
69767007

6977-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
7008+
minimatch@^9.0.3, minimatch@^9.0.4:
69787009
version "9.0.4"
69797010
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
69807011
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -7002,7 +7033,7 @@ minimist@^1.2.6:
70027033
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
70037034
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
70047035

7005-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
7036+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
70067037
version "7.0.4"
70077038
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
70087039
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
@@ -7435,14 +7466,6 @@ path-root@^0.1.1:
74357466
dependencies:
74367467
path-root-regex "^0.1.0"
74377468

7438-
path-scurry@^1.10.2:
7439-
version "1.10.2"
7440-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
7441-
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
7442-
dependencies:
7443-
lru-cache "^10.2.0"
7444-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7445-
74467469
path-scurry@^1.11.1:
74477470
version "1.11.1"
74487471
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -7451,6 +7474,14 @@ path-scurry@^1.11.1:
74517474
lru-cache "^10.2.0"
74527475
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
74537476

7477+
path-scurry@^2.0.0:
7478+
version "2.0.0"
7479+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7480+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
7481+
dependencies:
7482+
lru-cache "^11.0.0"
7483+
minipass "^7.1.2"
7484+
74547485
path-type@^4.0.0:
74557486
version "4.0.0"
74567487
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -7770,12 +7801,13 @@ rfdc@^1.3.0:
77707801
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
77717802
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
77727803

7773-
rimraf@5.0.0:
7774-
version "5.0.0"
7775-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.0.tgz#5bda14e410d7e4dd522154891395802ce032c2cb"
7776-
integrity sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==
7804+
rimraf@6.0.1:
7805+
version "6.0.1"
7806+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
7807+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
77777808
dependencies:
7778-
glob "^10.0.0"
7809+
glob "^11.0.0"
7810+
package-json-from-dist "^1.0.0"
77797811

77807812
rrweb-cssom@^0.8.0:
77817813
version "0.8.0"

0 commit comments

Comments
 (0)