From 3b818dd220e86ee19bdbe1cc6a46a8054633e0fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 11:40:02 +0000 Subject: [PATCH] build(deps): bump @angular/language-service from 10.1.4 to 15.0.3 Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.4 to 15.0.3. - [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/15.0.3/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..5ab4be9 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": "15.0.3", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-15.0.3.tgz", + "integrity": "sha512-Sa/gIzJKYC0Zb5LpR3HMLhbNlV/7kZQk99TVp0CREBxmHcjw01TC4+HIzgIgEq2Q1iO2qVUbpkClNf8q6Q/Ocw==" }, "@angular/localize": { "version": "10.1.4", diff --git a/package.json b/package.json index 11100c1..59376d4 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": "^15.0.3", "@angular/localize": "^10.1.4", "@angular/platform-browser": "^10.1.4", "@angular/platform-browser-dynamic": "^10.1.4",