Skip to content

Commit 51d956b

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 0398392 commit 51d956b

File tree

3 files changed

+58
-58
lines changed

3 files changed

+58
-58
lines changed

package.json

Lines changed: 3 additions & 3 deletions
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.6.0",
116-
"@typescript-eslint/parser": "7.6.0",
115+
"@typescript-eslint/eslint-plugin": "7.7.0",
116+
"@typescript-eslint/parser": "7.7.0",
117117
"@vitejs/plugin-basic-ssl": "1.1.0",
118118
"@web/test-runner": "^0.18.0",
119119
"@yarnpkg/lockfile": "1.1.0",
@@ -206,7 +206,7 @@
206206
"undici": "6.13.0",
207207
"verdaccio": "5.30.3",
208208
"verdaccio-auth-memory": "^10.0.0",
209-
"vite": "5.2.8",
209+
"vite": "5.2.9",
210210
"watchpack": "2.4.1",
211211
"webpack": "5.91.0",
212212
"webpack-dev-middleware": "7.2.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.6.2",
6464
"undici": "6.13.0",
65-
"vite": "5.2.8",
65+
"vite": "5.2.9",
6666
"watchpack": "2.4.1",
6767
"webpack": "5.91.0",
6868
"webpack-dev-middleware": "7.2.1",

yarn.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -4169,90 +4169,90 @@
41694169
dependencies:
41704170
"@types/node" "*"
41714171

4172-
"@typescript-eslint/eslint-plugin@7.6.0":
4173-
version "7.6.0"
4174-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.6.0.tgz#1f5df5cda490a0bcb6fbdd3382e19f1241024242"
4175-
integrity sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A==
4172+
"@typescript-eslint/eslint-plugin@7.7.0":
4173+
version "7.7.0"
4174+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.0.tgz#bf34a02f221811505b8bf2f31060c8560c1bb0a3"
4175+
integrity sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==
41764176
dependencies:
41774177
"@eslint-community/regexpp" "^4.10.0"
4178-
"@typescript-eslint/scope-manager" "7.6.0"
4179-
"@typescript-eslint/type-utils" "7.6.0"
4180-
"@typescript-eslint/utils" "7.6.0"
4181-
"@typescript-eslint/visitor-keys" "7.6.0"
4178+
"@typescript-eslint/scope-manager" "7.7.0"
4179+
"@typescript-eslint/type-utils" "7.7.0"
4180+
"@typescript-eslint/utils" "7.7.0"
4181+
"@typescript-eslint/visitor-keys" "7.7.0"
41824182
debug "^4.3.4"
41834183
graphemer "^1.4.0"
41844184
ignore "^5.3.1"
41854185
natural-compare "^1.4.0"
41864186
semver "^7.6.0"
41874187
ts-api-utils "^1.3.0"
41884188

4189-
"@typescript-eslint/parser@7.6.0":
4190-
version "7.6.0"
4191-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.6.0.tgz#0aca5de3045d68b36e88903d15addaf13d040a95"
4192-
integrity sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg==
4189+
"@typescript-eslint/parser@7.7.0":
4190+
version "7.7.0"
4191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.0.tgz#6b1b3ce76c5de002c43af8ae933613b0f2b4bcc6"
4192+
integrity sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==
41934193
dependencies:
4194-
"@typescript-eslint/scope-manager" "7.6.0"
4195-
"@typescript-eslint/types" "7.6.0"
4196-
"@typescript-eslint/typescript-estree" "7.6.0"
4197-
"@typescript-eslint/visitor-keys" "7.6.0"
4194+
"@typescript-eslint/scope-manager" "7.7.0"
4195+
"@typescript-eslint/types" "7.7.0"
4196+
"@typescript-eslint/typescript-estree" "7.7.0"
4197+
"@typescript-eslint/visitor-keys" "7.7.0"
41984198
debug "^4.3.4"
41994199

4200-
"@typescript-eslint/scope-manager@7.6.0":
4201-
version "7.6.0"
4202-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.6.0.tgz#1e9972f654210bd7500b31feadb61a233f5b5e9d"
4203-
integrity sha512-ngttyfExA5PsHSx0rdFgnADMYQi+Zkeiv4/ZxGYUWd0nLs63Ha0ksmp8VMxAIC0wtCFxMos7Lt3PszJssG/E6w==
4200+
"@typescript-eslint/scope-manager@7.7.0":
4201+
version "7.7.0"
4202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.0.tgz#3f0db079b275bb8b0cb5be7613fb3130cfb5de77"
4203+
integrity sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==
42044204
dependencies:
4205-
"@typescript-eslint/types" "7.6.0"
4206-
"@typescript-eslint/visitor-keys" "7.6.0"
4205+
"@typescript-eslint/types" "7.7.0"
4206+
"@typescript-eslint/visitor-keys" "7.7.0"
42074207

4208-
"@typescript-eslint/type-utils@7.6.0":
4209-
version "7.6.0"
4210-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.6.0.tgz#644f75075f379827d25fe0713e252ccd4e4a428c"
4211-
integrity sha512-NxAfqAPNLG6LTmy7uZgpK8KcuiS2NZD/HlThPXQRGwz6u7MDBWRVliEEl1Gj6U7++kVJTpehkhZzCJLMK66Scw==
4208+
"@typescript-eslint/type-utils@7.7.0":
4209+
version "7.7.0"
4210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.0.tgz#36792ff4209a781b058de61631a48df17bdefbc5"
4211+
integrity sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==
42124212
dependencies:
4213-
"@typescript-eslint/typescript-estree" "7.6.0"
4214-
"@typescript-eslint/utils" "7.6.0"
4213+
"@typescript-eslint/typescript-estree" "7.7.0"
4214+
"@typescript-eslint/utils" "7.7.0"
42154215
debug "^4.3.4"
42164216
ts-api-utils "^1.3.0"
42174217

4218-
"@typescript-eslint/types@7.6.0":
4219-
version "7.6.0"
4220-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.6.0.tgz#53dba7c30c87e5f10a731054266dd905f1fbae38"
4221-
integrity sha512-h02rYQn8J+MureCvHVVzhl69/GAfQGPQZmOMjG1KfCl7o3HtMSlPaPUAPu6lLctXI5ySRGIYk94clD/AUMCUgQ==
4218+
"@typescript-eslint/types@7.7.0":
4219+
version "7.7.0"
4220+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.0.tgz#23af4d24bf9ce15d8d301236e3e3014143604f27"
4221+
integrity sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==
42224222

4223-
"@typescript-eslint/typescript-estree@7.6.0":
4224-
version "7.6.0"
4225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.6.0.tgz#112a3775563799fd3f011890ac8322f80830ac17"
4226-
integrity sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw==
4223+
"@typescript-eslint/typescript-estree@7.7.0":
4224+
version "7.7.0"
4225+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.0.tgz#b5dd6383b4c6a852d7b256a37af971e8982be97f"
4226+
integrity sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==
42274227
dependencies:
4228-
"@typescript-eslint/types" "7.6.0"
4229-
"@typescript-eslint/visitor-keys" "7.6.0"
4228+
"@typescript-eslint/types" "7.7.0"
4229+
"@typescript-eslint/visitor-keys" "7.7.0"
42304230
debug "^4.3.4"
42314231
globby "^11.1.0"
42324232
is-glob "^4.0.3"
42334233
minimatch "^9.0.4"
42344234
semver "^7.6.0"
42354235
ts-api-utils "^1.3.0"
42364236

4237-
"@typescript-eslint/utils@7.6.0":
4238-
version "7.6.0"
4239-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.6.0.tgz#e400d782280b6f724c8a1204269d984c79202282"
4240-
integrity sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA==
4237+
"@typescript-eslint/utils@7.7.0":
4238+
version "7.7.0"
4239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.0.tgz#3d2b6606a60ac34f3c625facfb3b3ab7e126f58d"
4240+
integrity sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==
42414241
dependencies:
42424242
"@eslint-community/eslint-utils" "^4.4.0"
42434243
"@types/json-schema" "^7.0.15"
42444244
"@types/semver" "^7.5.8"
4245-
"@typescript-eslint/scope-manager" "7.6.0"
4246-
"@typescript-eslint/types" "7.6.0"
4247-
"@typescript-eslint/typescript-estree" "7.6.0"
4245+
"@typescript-eslint/scope-manager" "7.7.0"
4246+
"@typescript-eslint/types" "7.7.0"
4247+
"@typescript-eslint/typescript-estree" "7.7.0"
42484248
semver "^7.6.0"
42494249

4250-
"@typescript-eslint/visitor-keys@7.6.0":
4251-
version "7.6.0"
4252-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.6.0.tgz#d1ce13145844379021e1f9bd102c1d78946f4e76"
4253-
integrity sha512-4eLB7t+LlNUmXzfOu1VAIAdkjbu5xNSerURS9X/S5TUKWFRpXRQZbmtPqgKmYx8bj3J0irtQXSiWAOY82v+cgw==
4250+
"@typescript-eslint/visitor-keys@7.7.0":
4251+
version "7.7.0"
4252+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.0.tgz#950148cf1ac11562a2d903fdf7acf76714a2dc9e"
4253+
integrity sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==
42544254
dependencies:
4255-
"@typescript-eslint/types" "7.6.0"
4255+
"@typescript-eslint/types" "7.7.0"
42564256
eslint-visitor-keys "^3.4.3"
42574257

42584258
"@ungap/structured-clone@^1.2.0":
@@ -13779,10 +13779,10 @@ [email protected]:
1377913779
optionalDependencies:
1378013780
fsevents "~2.3.3"
1378113781

13782-
13783-
version "5.2.8"
13784-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.8.tgz#a99e09939f1a502992381395ce93efa40a2844aa"
13785-
integrity sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==
13782+
13783+
version "5.2.9"
13784+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.9.tgz#cd9a356c6ff5f7456c09c5ce74068ffa8df743d9"
13785+
integrity sha512-uOQWfuZBlc6Y3W/DTuQ1Sr+oIXWvqljLvS881SVmAj00d5RdgShLcuXWxseWPd4HXwiYBFW/vXHfKFeqj9uQnw==
1378613786
dependencies:
1378713787
esbuild "^0.20.1"
1378813788
postcss "^8.4.38"

0 commit comments

Comments
 (0)