Skip to content

Commit aea9ea6

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 422edd7 commit aea9ea6

File tree

3 files changed

+90
-97
lines changed

3 files changed

+90
-97
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
"@types/yargs": "^17.0.20",
113113
"@types/yargs-parser": "^21.0.0",
114114
"@types/yarnpkg__lockfile": "^1.1.5",
115-
"@typescript-eslint/eslint-plugin": "7.5.0",
116-
"@typescript-eslint/parser": "7.5.0",
115+
"@typescript-eslint/eslint-plugin": "7.6.0",
116+
"@typescript-eslint/parser": "7.6.0",
117117
"@vitejs/plugin-basic-ssl": "1.1.0",
118118
"@web/test-runner": "^0.18.0",
119119
"@yarnpkg/lockfile": "1.1.0",
@@ -130,7 +130,7 @@
130130
"chokidar": "3.6.0",
131131
"copy-webpack-plugin": "12.0.2",
132132
"critters": "0.0.22",
133-
"css-loader": "7.0.0",
133+
"css-loader": "7.1.0",
134134
"debug": "^4.1.1",
135135
"esbuild": "0.20.2",
136136
"esbuild-wasm": "0.20.2",
@@ -182,7 +182,7 @@
182182
"prettier": "^3.0.0",
183183
"protractor": "~7.0.0",
184184
"puppeteer": "18.2.1",
185-
"quicktype-core": "23.0.115",
185+
"quicktype-core": "23.0.116",
186186
"resolve-url-loader": "5.0.0",
187187
"rollup": "~4.14.0",
188188
"rollup-plugin-sourcemaps": "^0.6.0",
@@ -203,7 +203,7 @@
203203
"ts-node": "^10.9.1",
204204
"tslib": "2.6.2",
205205
"typescript": "5.4.4",
206-
"undici": "6.11.1",
206+
"undici": "6.12.0",
207207
"verdaccio": "5.30.3",
208208
"verdaccio-auth-memory": "^10.0.0",
209209
"vite": "5.2.8",

packages/angular_devkit/build_angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"browserslist": "^4.21.5",
3030
"copy-webpack-plugin": "11.0.0",
3131
"critters": "0.0.22",
32-
"css-loader": "7.0.0",
32+
"css-loader": "7.1.0",
3333
"esbuild-wasm": "0.20.2",
3434
"fast-glob": "3.3.2",
3535
"https-proxy-agent": "7.0.4",
@@ -61,7 +61,7 @@
6161
"terser": "5.30.3",
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.6.2",
64-
"undici": "6.11.1",
64+
"undici": "6.12.0",
6565
"vite": "5.2.8",
6666
"watchpack": "2.4.1",
6767
"webpack": "5.91.0",

yarn.lock

+83-90
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@
19751975
dependencies:
19761976
eslint-visitor-keys "^3.3.0"
19771977

1978-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
1978+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
19791979
version "4.10.0"
19801980
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
19811981
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -3749,7 +3749,7 @@
37493749
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-5.1.4.tgz#0de3f6ca753e10d1600ce1864ae42cfd47cf9924"
37503750
integrity sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==
37513751

3752-
"@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
3752+
"@types/json-schema@*", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
37533753
version "7.0.15"
37543754
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
37553755
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -3988,7 +3988,7 @@
39883988
dependencies:
39893989
"@types/ws" "*"
39903990

3991-
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
3991+
"@types/semver@^7.3.12", "@types/semver@^7.5.8":
39923992
version "7.5.8"
39933993
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
39943994
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
@@ -4158,91 +4158,91 @@
41584158
dependencies:
41594159
"@types/node" "*"
41604160

4161-
"@typescript-eslint/eslint-plugin@7.5.0":
4162-
version "7.5.0"
4163-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.5.0.tgz#1dc52fe48454d5b54be2d5f089680452f1628a5a"
4164-
integrity sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==
4165-
dependencies:
4166-
"@eslint-community/regexpp" "^4.5.1"
4167-
"@typescript-eslint/scope-manager" "7.5.0"
4168-
"@typescript-eslint/type-utils" "7.5.0"
4169-
"@typescript-eslint/utils" "7.5.0"
4170-
"@typescript-eslint/visitor-keys" "7.5.0"
4161+
"@typescript-eslint/eslint-plugin@7.6.0":
4162+
version "7.6.0"
4163+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.6.0.tgz#1f5df5cda490a0bcb6fbdd3382e19f1241024242"
4164+
integrity sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A==
4165+
dependencies:
4166+
"@eslint-community/regexpp" "^4.10.0"
4167+
"@typescript-eslint/scope-manager" "7.6.0"
4168+
"@typescript-eslint/type-utils" "7.6.0"
4169+
"@typescript-eslint/utils" "7.6.0"
4170+
"@typescript-eslint/visitor-keys" "7.6.0"
41714171
debug "^4.3.4"
41724172
graphemer "^1.4.0"
4173-
ignore "^5.2.4"
4173+
ignore "^5.3.1"
41744174
natural-compare "^1.4.0"
4175-
semver "^7.5.4"
4176-
ts-api-utils "^1.0.1"
4175+
semver "^7.6.0"
4176+
ts-api-utils "^1.3.0"
41774177

4178-
"@typescript-eslint/parser@7.5.0":
4179-
version "7.5.0"
4180-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.5.0.tgz#1eeff36309ac2253c905dd4a88b4b71b72a358ed"
4181-
integrity sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==
4178+
"@typescript-eslint/parser@7.6.0":
4179+
version "7.6.0"
4180+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.6.0.tgz#0aca5de3045d68b36e88903d15addaf13d040a95"
4181+
integrity sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg==
41824182
dependencies:
4183-
"@typescript-eslint/scope-manager" "7.5.0"
4184-
"@typescript-eslint/types" "7.5.0"
4185-
"@typescript-eslint/typescript-estree" "7.5.0"
4186-
"@typescript-eslint/visitor-keys" "7.5.0"
4183+
"@typescript-eslint/scope-manager" "7.6.0"
4184+
"@typescript-eslint/types" "7.6.0"
4185+
"@typescript-eslint/typescript-estree" "7.6.0"
4186+
"@typescript-eslint/visitor-keys" "7.6.0"
41874187
debug "^4.3.4"
41884188

4189-
"@typescript-eslint/scope-manager@7.5.0":
4190-
version "7.5.0"
4191-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz#70f0a7361430ab1043a5f97386da2a0d8b2f4d56"
4192-
integrity sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==
4189+
"@typescript-eslint/scope-manager@7.6.0":
4190+
version "7.6.0"
4191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.6.0.tgz#1e9972f654210bd7500b31feadb61a233f5b5e9d"
4192+
integrity sha512-ngttyfExA5PsHSx0rdFgnADMYQi+Zkeiv4/ZxGYUWd0nLs63Ha0ksmp8VMxAIC0wtCFxMos7Lt3PszJssG/E6w==
41934193
dependencies:
4194-
"@typescript-eslint/types" "7.5.0"
4195-
"@typescript-eslint/visitor-keys" "7.5.0"
4194+
"@typescript-eslint/types" "7.6.0"
4195+
"@typescript-eslint/visitor-keys" "7.6.0"
41964196

4197-
"@typescript-eslint/type-utils@7.5.0":
4198-
version "7.5.0"
4199-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.5.0.tgz#a8faa403232da3a3901655387c7082111f692cf9"
4200-
integrity sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==
4197+
"@typescript-eslint/type-utils@7.6.0":
4198+
version "7.6.0"
4199+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.6.0.tgz#644f75075f379827d25fe0713e252ccd4e4a428c"
4200+
integrity sha512-NxAfqAPNLG6LTmy7uZgpK8KcuiS2NZD/HlThPXQRGwz6u7MDBWRVliEEl1Gj6U7++kVJTpehkhZzCJLMK66Scw==
42014201
dependencies:
4202-
"@typescript-eslint/typescript-estree" "7.5.0"
4203-
"@typescript-eslint/utils" "7.5.0"
4202+
"@typescript-eslint/typescript-estree" "7.6.0"
4203+
"@typescript-eslint/utils" "7.6.0"
42044204
debug "^4.3.4"
4205-
ts-api-utils "^1.0.1"
4205+
ts-api-utils "^1.3.0"
42064206

4207-
"@typescript-eslint/types@7.5.0":
4208-
version "7.5.0"
4209-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.5.0.tgz#0a284bcdef3cb850ec9fd57992df9f29d6bde1bc"
4210-
integrity sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==
4207+
"@typescript-eslint/types@7.6.0":
4208+
version "7.6.0"
4209+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.6.0.tgz#53dba7c30c87e5f10a731054266dd905f1fbae38"
4210+
integrity sha512-h02rYQn8J+MureCvHVVzhl69/GAfQGPQZmOMjG1KfCl7o3HtMSlPaPUAPu6lLctXI5ySRGIYk94clD/AUMCUgQ==
42114211

4212-
"@typescript-eslint/typescript-estree@7.5.0":
4213-
version "7.5.0"
4214-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz#aa5031c511874420f6b5edd90f8e4021525ee776"
4215-
integrity sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==
4212+
"@typescript-eslint/typescript-estree@7.6.0":
4213+
version "7.6.0"
4214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.6.0.tgz#112a3775563799fd3f011890ac8322f80830ac17"
4215+
integrity sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw==
42164216
dependencies:
4217-
"@typescript-eslint/types" "7.5.0"
4218-
"@typescript-eslint/visitor-keys" "7.5.0"
4217+
"@typescript-eslint/types" "7.6.0"
4218+
"@typescript-eslint/visitor-keys" "7.6.0"
42194219
debug "^4.3.4"
42204220
globby "^11.1.0"
42214221
is-glob "^4.0.3"
4222-
minimatch "9.0.3"
4223-
semver "^7.5.4"
4224-
ts-api-utils "^1.0.1"
4222+
minimatch "^9.0.4"
4223+
semver "^7.6.0"
4224+
ts-api-utils "^1.3.0"
42254225

4226-
"@typescript-eslint/utils@7.5.0":
4227-
version "7.5.0"
4228-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.5.0.tgz#bbd963647fbbe9ffea033f42c0fb7e89bb19c858"
4229-
integrity sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==
4226+
"@typescript-eslint/utils@7.6.0":
4227+
version "7.6.0"
4228+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.6.0.tgz#e400d782280b6f724c8a1204269d984c79202282"
4229+
integrity sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA==
42304230
dependencies:
42314231
"@eslint-community/eslint-utils" "^4.4.0"
4232-
"@types/json-schema" "^7.0.12"
4233-
"@types/semver" "^7.5.0"
4234-
"@typescript-eslint/scope-manager" "7.5.0"
4235-
"@typescript-eslint/types" "7.5.0"
4236-
"@typescript-eslint/typescript-estree" "7.5.0"
4237-
semver "^7.5.4"
4238-
4239-
"@typescript-eslint/visitor-keys@7.5.0":
4240-
version "7.5.0"
4241-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz#8abcac66f93ef20b093e87a400c2d21e3a6d55ee"
4242-
integrity sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==
4232+
"@types/json-schema" "^7.0.15"
4233+
"@types/semver" "^7.5.8"
4234+
"@typescript-eslint/scope-manager" "7.6.0"
4235+
"@typescript-eslint/types" "7.6.0"
4236+
"@typescript-eslint/typescript-estree" "7.6.0"
4237+
semver "^7.6.0"
4238+
4239+
"@typescript-eslint/visitor-keys@7.6.0":
4240+
version "7.6.0"
4241+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.6.0.tgz#d1ce13145844379021e1f9bd102c1d78946f4e76"
4242+
integrity sha512-4eLB7t+LlNUmXzfOu1VAIAdkjbu5xNSerURS9X/S5TUKWFRpXRQZbmtPqgKmYx8bj3J0irtQXSiWAOY82v+cgw==
42434243
dependencies:
4244-
"@typescript-eslint/types" "7.5.0"
4245-
eslint-visitor-keys "^3.4.1"
4244+
"@typescript-eslint/types" "7.6.0"
4245+
eslint-visitor-keys "^3.4.3"
42464246

42474247
"@ungap/structured-clone@^1.2.0":
42484248
version "1.2.0"
@@ -6245,10 +6245,10 @@ css-loader@6.10.0:
62456245
postcss-value-parser "^4.2.0"
62466246
semver "^7.5.4"
62476247

6248-
css-loader@7.0.0:
6249-
version "7.0.0"
6250-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-7.0.0.tgz#3456a621ce51f9dfd12b9674bfc7527c5e1821db"
6251-
integrity sha512-WrO4FVoamxt5zY9CauZjoJgXRi/LZKIk+Ta7YvpSGr5r/eMYPNp5/T9ODlMe4/1rF5DYlycG1avhV4g3A/tiAw==
6248+
css-loader@7.1.0:
6249+
version "7.1.0"
6250+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-7.1.0.tgz#6eb163c1fa78fed32272161fec7ffe6c956bb727"
6251+
integrity sha512-VFNj47MAG84MqYDdh9puJG0h98Xs7gEYaX0aeGkfjYqBLB0seOE325sVbqWwaNu3hMZwEP4bB+F4gvF+A63qMA==
62526252
dependencies:
62536253
icss-utils "^5.1.0"
62546254
postcss "^8.4.33"
@@ -8303,7 +8303,7 @@ ignore-walk@^6.0.4:
83038303
dependencies:
83048304
minimatch "^9.0.0"
83058305

8306-
ignore@^5.2.0, ignore@^5.2.4:
8306+
ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.1:
83078307
version "5.3.1"
83088308
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
83098309
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
@@ -9976,21 +9976,14 @@ minimatch@7.4.6:
99769976
dependencies:
99779977
brace-expansion "^2.0.1"
99789978

9979-
minimatch@9.0.3:
9980-
version "9.0.3"
9981-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
9982-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
9983-
dependencies:
9984-
brace-expansion "^2.0.1"
9985-
99869979
minimatch@^5.0.1, minimatch@^5.1.0:
99879980
version "5.1.6"
99889981
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
99899982
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
99909983
dependencies:
99919984
brace-expansion "^2.0.1"
99929985

9993-
minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3:
9986+
minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
99949987
version "9.0.4"
99959988
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
99969989
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -11646,10 +11639,10 @@ quick-format-unescaped@^4.0.3:
1164611639
resolved "https://registry.yarnpkg.com/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz#93ef6dd8d3453cbc7970dd614fad4c5954d6b5a7"
1164711640
integrity sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==
1164811641

11649-
quicktype-core@23.0.115:
11650-
version "23.0.115"
11651-
resolved "https://registry.yarnpkg.com/quicktype-core/-/quicktype-core-23.0.115.tgz#60840d4eeae93aa0acbe63e9d6e4d3b039f74dfd"
11652-
integrity sha512-wrDX8TtHjlCMQgPOxv94NoNfhvIO4V0qFQZY2NOyuup0hINKT6gKKnqceu6QMkME33V7Nt58lx6ABbWQ5f4f2Q==
11642+
quicktype-core@23.0.116:
11643+
version "23.0.116"
11644+
resolved "https://registry.yarnpkg.com/quicktype-core/-/quicktype-core-23.0.116.tgz#9e057d80c848b0feec290d3e362bc63a388ca191"
11645+
integrity sha512-gMqXYRhKJaqUCnhbdb0jnBDkwgQ7NKNco5eucZcwVv2xOtry8a4zrek06Qgwyrgqj8faLcLVvjvpmRP+huPpsQ==
1165311646
dependencies:
1165411647
"@glideapps/ts-necessities" "2.1.3"
1165511648
"@types/urijs" "^1.19.25"
@@ -12255,7 +12248,7 @@ semver@5.6.0:
1225512248
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
1225612249
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
1225712250

12258-
semver@7.6.0, semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
12251+
semver@7.6.0, semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
1225912252
version "7.6.0"
1226012253
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
1226112254
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
@@ -13210,7 +13203,7 @@ treeverse@^2.0.0:
1321013203
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
1321113204
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==
1321213205

13213-
ts-api-utils@^1.0.1:
13206+
ts-api-utils@^1.3.0:
1321413207
version "1.3.0"
1321513208
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
1321613209
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
@@ -13434,10 +13427,10 @@ undici-types@~5.26.4:
1343413427
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1343513428
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1343613429

13437-
undici@6.11.1:
13438-
version "6.11.1"
13439-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.11.1.tgz#75ab573677885b421ca2e6f5f17ff1185b24c68d"
13440-
integrity sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw==
13430+
undici@6.12.0:
13431+
version "6.12.0"
13432+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.12.0.tgz#396d4dbd2ea2351094c00be44655d489afe4fb8a"
13433+
integrity sha512-d87yk8lqSFUYtR5fTFe2frpkMIrUEz+lgoJmhcL+J3StVl+8fj8ytE4lLnJOTPCE12YbumNGzf4LYsQyusdV5g==
1344113434

1344213435
undici@6.7.1:
1344313436
version "6.7.1"

0 commit comments

Comments
 (0)