Skip to content

Commit 248b4c9

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent efa1a19 commit 248b4c9

File tree

7 files changed

+63
-58
lines changed

7 files changed

+63
-58
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
"@types/yargs": "^17.0.20",
119119
"@types/yargs-parser": "^21.0.0",
120120
"@types/yarnpkg__lockfile": "^1.1.5",
121-
"@typescript-eslint/eslint-plugin": "6.19.0",
122-
"@typescript-eslint/parser": "6.19.0",
121+
"@typescript-eslint/eslint-plugin": "6.19.1",
122+
"@typescript-eslint/parser": "6.19.1",
123123
"@vitejs/plugin-basic-ssl": "1.1.0",
124124
"@web/test-runner": "^0.18.0",
125125
"@yarnpkg/lockfile": "1.1.0",
@@ -156,7 +156,7 @@
156156
"jasmine-core": "~5.1.0",
157157
"jasmine-spec-reporter": "~7.0.0",
158158
"jquery": "^3.3.1",
159-
"jsonc-parser": "3.2.0",
159+
"jsonc-parser": "3.2.1",
160160
"karma": "~6.4.0",
161161
"karma-chrome-launcher": "~3.2.0",
162162
"karma-coverage": "~2.2.0",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ansi-colors": "4.1.3",
3131
"ini": "4.1.1",
3232
"inquirer": "9.2.12",
33-
"jsonc-parser": "3.2.0",
33+
"jsonc-parser": "3.2.1",
3434
"npm-package-arg": "11.0.1",
3535
"npm-pick-manifest": "9.0.0",
3636
"open": "8.4.2",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"https-proxy-agent": "7.0.2",
3636
"http-proxy-middleware": "2.0.6",
3737
"inquirer": "9.2.12",
38-
"jsonc-parser": "3.2.0",
38+
"jsonc-parser": "3.2.1",
3939
"karma-source-map-support": "1.4.0",
4040
"less": "4.2.0",
4141
"less-loader": "11.1.0",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"ajv-formats": "2.1.1",
2929
"ajv": "8.12.0",
30-
"jsonc-parser": "3.2.0",
30+
"jsonc-parser": "3.2.1",
3131
"picomatch": "3.0.1",
3232
"rxjs": "7.8.1",
3333
"source-map": "0.7.4"

packages/angular_devkit/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
17-
"jsonc-parser": "3.2.0",
17+
"jsonc-parser": "3.2.1",
1818
"magic-string": "0.30.5",
1919
"ora": "5.4.1",
2020
"rxjs": "7.8.1"

packages/schematics/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"dependencies": {
2121
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2222
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
23-
"jsonc-parser": "3.2.0"
23+
"jsonc-parser": "3.2.1"
2424
}
2525
}

yarn.lock

Lines changed: 55 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -3851,90 +3851,90 @@
38513851
dependencies:
38523852
"@types/node" "*"
38533853

3854-
"@typescript-eslint/[email protected].0":
3855-
version "6.19.0"
3856-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.19.0.tgz#db03f3313b57a30fbbdad2e6929e88fc7feaf9ba"
3857-
integrity sha512-DUCUkQNklCQYnrBSSikjVChdc84/vMPDQSgJTHBZ64G9bA9w0Crc0rd2diujKbTdp6w2J47qkeHQLoi0rpLCdg==
3854+
"@typescript-eslint/[email protected].1":
3855+
version "6.19.1"
3856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.19.1.tgz#bb0676af940bc23bf299ca58dbdc6589c2548c2e"
3857+
integrity sha512-roQScUGFruWod9CEyoV5KlCYrubC/fvG8/1zXuT0WTcxX87GnMMmnksMwSg99lo1xiKrBzw2icsJPMAw1OtKxg==
38583858
dependencies:
38593859
"@eslint-community/regexpp" "^4.5.1"
3860-
"@typescript-eslint/scope-manager" "6.19.0"
3861-
"@typescript-eslint/type-utils" "6.19.0"
3862-
"@typescript-eslint/utils" "6.19.0"
3863-
"@typescript-eslint/visitor-keys" "6.19.0"
3860+
"@typescript-eslint/scope-manager" "6.19.1"
3861+
"@typescript-eslint/type-utils" "6.19.1"
3862+
"@typescript-eslint/utils" "6.19.1"
3863+
"@typescript-eslint/visitor-keys" "6.19.1"
38643864
debug "^4.3.4"
38653865
graphemer "^1.4.0"
38663866
ignore "^5.2.4"
38673867
natural-compare "^1.4.0"
38683868
semver "^7.5.4"
38693869
ts-api-utils "^1.0.1"
38703870

3871-
"@typescript-eslint/[email protected].0":
3872-
version "6.19.0"
3873-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.19.0.tgz#80344086f362181890ade7e94fc35fe0480bfdf5"
3874-
integrity sha512-1DyBLG5SH7PYCd00QlroiW60YJ4rWMuUGa/JBV0iZuqi4l4IK3twKPq5ZkEebmGqRjXWVgsUzfd3+nZveewgow==
3871+
"@typescript-eslint/[email protected].1":
3872+
version "6.19.1"
3873+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.19.1.tgz#68a87bb21afaf0b1689e9cdce0e6e75bc91ada78"
3874+
integrity sha512-WEfX22ziAh6pRE9jnbkkLGp/4RhTpffr2ZK5bJ18M8mIfA8A+k97U9ZyaXCEJRlmMHh7R9MJZWXp/r73DzINVQ==
38753875
dependencies:
3876-
"@typescript-eslint/scope-manager" "6.19.0"
3877-
"@typescript-eslint/types" "6.19.0"
3878-
"@typescript-eslint/typescript-estree" "6.19.0"
3879-
"@typescript-eslint/visitor-keys" "6.19.0"
3876+
"@typescript-eslint/scope-manager" "6.19.1"
3877+
"@typescript-eslint/types" "6.19.1"
3878+
"@typescript-eslint/typescript-estree" "6.19.1"
3879+
"@typescript-eslint/visitor-keys" "6.19.1"
38803880
debug "^4.3.4"
38813881

3882-
"@typescript-eslint/[email protected].0":
3883-
version "6.19.0"
3884-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.19.0.tgz#b6d2abb825b29ab70cb542d220e40c61c1678116"
3885-
integrity sha512-dO1XMhV2ehBI6QN8Ufi7I10wmUovmLU0Oru3n5LVlM2JuzB4M+dVphCPLkVpKvGij2j/pHBWuJ9piuXx+BhzxQ==
3882+
"@typescript-eslint/[email protected].1":
3883+
version "6.19.1"
3884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.19.1.tgz#2f527ee30703a6169a52b31d42a1103d80acd51b"
3885+
integrity sha512-4CdXYjKf6/6aKNMSly/BP4iCSOpvMmqtDzRtqFyyAae3z5kkqEjKndR5vDHL8rSuMIIWP8u4Mw4VxLyxZW6D5w==
38863886
dependencies:
3887-
"@typescript-eslint/types" "6.19.0"
3888-
"@typescript-eslint/visitor-keys" "6.19.0"
3887+
"@typescript-eslint/types" "6.19.1"
3888+
"@typescript-eslint/visitor-keys" "6.19.1"
38893889

3890-
"@typescript-eslint/[email protected].0":
3891-
version "6.19.0"
3892-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.19.0.tgz#522a494ef0d3e9fdc5e23a7c22c9331bbade0101"
3893-
integrity sha512-mcvS6WSWbjiSxKCwBcXtOM5pRkPQ6kcDds/juxcy/727IQr3xMEcwr/YLHW2A2+Fp5ql6khjbKBzOyjuPqGi/w==
3890+
"@typescript-eslint/[email protected].1":
3891+
version "6.19.1"
3892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.19.1.tgz#6a130e3afe605a4898e043fa9f72e96309b54935"
3893+
integrity sha512-0vdyld3ecfxJuddDjACUvlAeYNrHP/pDeQk2pWBR2ESeEzQhg52DF53AbI9QCBkYE23lgkhLCZNkHn2hEXXYIg==
38943894
dependencies:
3895-
"@typescript-eslint/typescript-estree" "6.19.0"
3896-
"@typescript-eslint/utils" "6.19.0"
3895+
"@typescript-eslint/typescript-estree" "6.19.1"
3896+
"@typescript-eslint/utils" "6.19.1"
38973897
debug "^4.3.4"
38983898
ts-api-utils "^1.0.1"
38993899

3900-
"@typescript-eslint/[email protected].0":
3901-
version "6.19.0"
3902-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.19.0.tgz#689b0498c436272a6a2059b09f44bcbd90de294a"
3903-
integrity sha512-lFviGV/vYhOy3m8BJ/nAKoAyNhInTdXpftonhWle66XHAtT1ouBlkjL496b5H5hb8dWXHwtypTqgtb/DEa+j5A==
3900+
"@typescript-eslint/[email protected].1":
3901+
version "6.19.1"
3902+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.19.1.tgz#2d4c9d492a63ede15e7ba7d129bdf7714b77f771"
3903+
integrity sha512-6+bk6FEtBhvfYvpHsDgAL3uo4BfvnTnoge5LrrCj2eJN8g3IJdLTD4B/jK3Q6vo4Ql/Hoip9I8aB6fF+6RfDqg==
39043904

3905-
"@typescript-eslint/[email protected].0":
3906-
version "6.19.0"
3907-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.19.0.tgz#0813ba364a409afb4d62348aec0202600cb468fa"
3908-
integrity sha512-o/zefXIbbLBZ8YJ51NlkSAt2BamrK6XOmuxSR3hynMIzzyMY33KuJ9vuMdFSXW+H0tVvdF9qBPTHA91HDb4BIQ==
3905+
"@typescript-eslint/[email protected].1":
3906+
version "6.19.1"
3907+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.19.1.tgz#796d88d88882f12e85bb33d6d82d39e1aea54ed1"
3908+
integrity sha512-aFdAxuhzBFRWhy+H20nYu19+Km+gFfwNO4TEqyszkMcgBDYQjmPJ61erHxuT2ESJXhlhrO7I5EFIlZ+qGR8oVA==
39093909
dependencies:
3910-
"@typescript-eslint/types" "6.19.0"
3911-
"@typescript-eslint/visitor-keys" "6.19.0"
3910+
"@typescript-eslint/types" "6.19.1"
3911+
"@typescript-eslint/visitor-keys" "6.19.1"
39123912
debug "^4.3.4"
39133913
globby "^11.1.0"
39143914
is-glob "^4.0.3"
39153915
minimatch "9.0.3"
39163916
semver "^7.5.4"
39173917
ts-api-utils "^1.0.1"
39183918

3919-
"@typescript-eslint/[email protected].0":
3920-
version "6.19.0"
3921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.19.0.tgz#557b72c3eeb4f73bef8037c85dae57b21beb1a4b"
3922-
integrity sha512-QR41YXySiuN++/dC9UArYOg4X86OAYP83OWTewpVx5ct1IZhjjgTLocj7QNxGhWoTqknsgpl7L+hGygCO+sdYw==
3919+
"@typescript-eslint/[email protected].1":
3920+
version "6.19.1"
3921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.19.1.tgz#df93497f9cfddde2bcc2a591da80536e68acd151"
3922+
integrity sha512-JvjfEZuP5WoMqwh9SPAPDSHSg9FBHHGhjPugSRxu5jMfjvBpq5/sGTD+9M9aQ5sh6iJ8AY/Kk/oUYVEMAPwi7w==
39233923
dependencies:
39243924
"@eslint-community/eslint-utils" "^4.4.0"
39253925
"@types/json-schema" "^7.0.12"
39263926
"@types/semver" "^7.5.0"
3927-
"@typescript-eslint/scope-manager" "6.19.0"
3928-
"@typescript-eslint/types" "6.19.0"
3929-
"@typescript-eslint/typescript-estree" "6.19.0"
3927+
"@typescript-eslint/scope-manager" "6.19.1"
3928+
"@typescript-eslint/types" "6.19.1"
3929+
"@typescript-eslint/typescript-estree" "6.19.1"
39303930
semver "^7.5.4"
39313931

3932-
"@typescript-eslint/[email protected].0":
3933-
version "6.19.0"
3934-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.19.0.tgz#4565e0ecd63ca1f81b96f1dd76e49f746c6b2b49"
3935-
integrity sha512-hZaUCORLgubBvtGpp1JEFEazcuEdfxta9j4iUwdSAr7mEsYYAp3EAUyCZk3VEEqGj6W+AV4uWyrDGtrlawAsgQ==
3932+
"@typescript-eslint/[email protected].1":
3933+
version "6.19.1"
3934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.19.1.tgz#2164073ed4fc34a5ff3b5e25bb5a442100454c4c"
3935+
integrity sha512-gkdtIO+xSO/SmI0W68DBg4u1KElmIUo3vXzgHyGPs6cxgB0sa3TlptRAAE0hUY1hM6FcDKEv7aIwiTGm76cXfQ==
39363936
dependencies:
3937-
"@typescript-eslint/types" "6.19.0"
3937+
"@typescript-eslint/types" "6.19.1"
39383938
eslint-visitor-keys "^3.4.1"
39393939

39403940
"@ungap/structured-clone@^1.2.0":
@@ -8533,6 +8533,11 @@ [email protected], jsonc-parser@^3.2.0:
85338533
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
85348534
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
85358535

8536+
8537+
version "3.2.1"
8538+
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.1.tgz#031904571ccf929d7670ee8c547545081cb37f1a"
8539+
integrity sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==
8540+
85368541
jsonfile@^3.0.0:
85378542
version "3.0.1"
85388543
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-3.0.1.tgz#a5ecc6f65f53f662c4415c7675a0331d0992ec66"

0 commit comments

Comments
 (0)