Skip to content

Commit 2f4f40c

Browse files
chore(deps): update dependency rimraf to v6
1 parent e0dc41a commit 2f4f40c

2 files changed

Lines changed: 68 additions & 36 deletions

File tree

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
@@ -2589,6 +2589,18 @@
25892589
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.3.tgz#c2b9d2e374ee62c586d3adbea87199b1d7a7a6ba"
25902590
integrity sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==
25912591

2592+
"@isaacs/balanced-match@^4.0.1":
2593+
version "4.0.1"
2594+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
2595+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
2596+
2597+
"@isaacs/brace-expansion@^5.0.0":
2598+
version "5.0.0"
2599+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
2600+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
2601+
dependencies:
2602+
"@isaacs/balanced-match" "^4.0.1"
2603+
25922604
"@isaacs/cliui@^8.0.2":
25932605
version "8.0.2"
25942606
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -5969,6 +5981,14 @@ foreground-child@^3.1.0:
59695981
cross-spawn "^7.0.0"
59705982
signal-exit "^4.0.1"
59715983

5984+
foreground-child@^3.3.1:
5985+
version "3.3.1"
5986+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
5987+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
5988+
dependencies:
5989+
cross-spawn "^7.0.6"
5990+
signal-exit "^4.0.1"
5991+
59725992
form-data-encoder@^2.1.2:
59735993
version "2.1.4"
59745994
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
@@ -6127,17 +6147,6 @@ glob-parent@^6.0.2:
61276147
dependencies:
61286148
is-glob "^4.0.3"
61296149

6130-
glob@^10.0.0:
6131-
version "10.3.12"
6132-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
6133-
integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
6134-
dependencies:
6135-
foreground-child "^3.1.0"
6136-
jackspeak "^2.3.6"
6137-
minimatch "^9.0.1"
6138-
minipass "^7.0.4"
6139-
path-scurry "^1.10.2"
6140-
61416150
glob@^10.3.10:
61426151
version "10.4.5"
61436152
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
@@ -6150,6 +6159,18 @@ glob@^10.3.10:
61506159
package-json-from-dist "^1.0.0"
61516160
path-scurry "^1.11.1"
61526161

6162+
glob@^11.0.0:
6163+
version "11.0.3"
6164+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
6165+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
6166+
dependencies:
6167+
foreground-child "^3.3.1"
6168+
jackspeak "^4.1.1"
6169+
minimatch "^10.0.3"
6170+
minipass "^7.1.2"
6171+
package-json-from-dist "^1.0.0"
6172+
path-scurry "^2.0.0"
6173+
61536174
glob@^7.1.1, glob@^7.1.4:
61546175
version "7.2.3"
61556176
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -6883,15 +6904,6 @@ istanbul-reports@^3.1.3:
68836904
html-escaper "^2.0.0"
68846905
istanbul-lib-report "^3.0.0"
68856906

6886-
jackspeak@^2.3.6:
6887-
version "2.3.6"
6888-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
6889-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
6890-
dependencies:
6891-
"@isaacs/cliui" "^8.0.2"
6892-
optionalDependencies:
6893-
"@pkgjs/parseargs" "^0.11.0"
6894-
68956907
jackspeak@^3.1.2:
68966908
version "3.4.3"
68976909
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
@@ -6901,6 +6913,13 @@ jackspeak@^3.1.2:
69016913
optionalDependencies:
69026914
"@pkgjs/parseargs" "^0.11.0"
69036915

6916+
jackspeak@^4.1.1:
6917+
version "4.1.1"
6918+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
6919+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
6920+
dependencies:
6921+
"@isaacs/cliui" "^8.0.2"
6922+
69046923
jake@^10.8.5:
69056924
version "10.8.7"
69066925
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
@@ -7596,6 +7615,11 @@ lru-cache@^10.4.3:
75967615
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
75977616
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
75987617

7618+
lru-cache@^11.0.0:
7619+
version "11.1.0"
7620+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
7621+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
7622+
75997623
lru-cache@^4.0.1:
76007624
version "4.1.5"
76017625
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -7757,6 +7781,13 @@ minimatch@9.0.3:
77577781
dependencies:
77587782
brace-expansion "^2.0.1"
77597783

7784+
minimatch@^10.0.3:
7785+
version "10.0.3"
7786+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
7787+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
7788+
dependencies:
7789+
"@isaacs/brace-expansion" "^5.0.0"
7790+
77607791
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
77617792
version "3.1.2"
77627793
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7771,7 +7802,7 @@ minimatch@^5.0.1:
77717802
dependencies:
77727803
brace-expansion "^2.0.1"
77737804

7774-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
7805+
minimatch@^9.0.3, minimatch@^9.0.4:
77757806
version "9.0.4"
77767807
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
77777808
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -7799,7 +7830,7 @@ minimist@^1.2.6:
77997830
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
78007831
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
78017832

7802-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
7833+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
78037834
version "7.0.4"
78047835
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
78057836
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
@@ -8261,14 +8292,6 @@ path-root@^0.1.1:
82618292
dependencies:
82628293
path-root-regex "^0.1.0"
82638294

8264-
path-scurry@^1.10.2:
8265-
version "1.10.2"
8266-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
8267-
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
8268-
dependencies:
8269-
lru-cache "^10.2.0"
8270-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8271-
82728295
path-scurry@^1.11.1:
82738296
version "1.11.1"
82748297
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -8277,6 +8300,14 @@ path-scurry@^1.11.1:
82778300
lru-cache "^10.2.0"
82788301
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
82798302

8303+
path-scurry@^2.0.0:
8304+
version "2.0.0"
8305+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
8306+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
8307+
dependencies:
8308+
lru-cache "^11.0.0"
8309+
minipass "^7.1.2"
8310+
82808311
path-type@^4.0.0:
82818312
version "4.0.0"
82828313
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -8635,12 +8666,13 @@ rfdc@^1.3.0:
86358666
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
86368667
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
86378668

8638-
rimraf@5.0.0:
8639-
version "5.0.0"
8640-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.0.tgz#5bda14e410d7e4dd522154891395802ce032c2cb"
8641-
integrity sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==
8669+
rimraf@6.0.1:
8670+
version "6.0.1"
8671+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
8672+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
86428673
dependencies:
8643-
glob "^10.0.0"
8674+
glob "^11.0.0"
8675+
package-json-from-dist "^1.0.0"
86448676

86458677
rrweb-cssom@^0.8.0:
86468678
version "0.8.0"

0 commit comments

Comments
 (0)