From 5a9210adb059868d78154ecc1bc67b7e4b8e1206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 11:33:12 +0000 Subject: [PATCH] build(deps): bump @angular/language-service from 10.1.4 to 14.2.10 Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.4 to 14.2.10. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/14.2.10/packages/language-service) --- updated-dependencies: - dependency-name: "@angular/language-service" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5109e68..ce6525c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -836,9 +836,9 @@ } }, "@angular/language-service": { - "version": "10.1.4", - "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-10.1.4.tgz", - "integrity": "sha512-+CsL/HWlja9mxqyvTTqP/rpxjVeuICmTHyfAKxqpq0488N7KTRRLvWXDoL5uwc+lzqhMsaXDasReMO+ATUAUrg==" + "version": "14.2.10", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-14.2.10.tgz", + "integrity": "sha512-192PXTB5JXCSqEaco+eQjiL2/l0Jf/y4m0jB/X4TE6cN1sPYNob0A8amtswPwDv0kzdBFsphPiao7obylVJEHA==" }, "@angular/localize": { "version": "10.1.4", diff --git a/package.json b/package.json index 11100c1..5baa1ed 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@angular/compiler-cli": "^10.1.4", "@angular/core": "^10.1.4", "@angular/forms": "^10.1.4", - "@angular/language-service": "^10.1.4", + "@angular/language-service": "^14.2.10", "@angular/localize": "^10.1.4", "@angular/platform-browser": "^10.1.4", "@angular/platform-browser-dynamic": "^10.1.4",