From 965f045572de0ffa55f3e9c9c61377f960d8ebbe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 10:12:57 +0200 Subject: [PATCH] Bump @angular/language-service from 9.0.6 to 9.1.7 (#5136) Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 9.0.6 to 9.1.7. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/9.1.7/packages/language-service) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 c20ecef64..fc2a549ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -926,9 +926,9 @@ } }, "@angular/language-service": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-9.0.6.tgz", - "integrity": "sha512-lyEYYsBXFhXKu3aT6XkKBmmf4c59lb/C6C15q4Dl8BW/wIuA/mNLosDKLnd/jCS0VpcY4v0HJRKg9SCopa8BhQ==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-9.1.7.tgz", + "integrity": "sha512-p4WOZFCn6H5qgII9MbPjSu/AErt0rXpsXlMHC9KJl+JgfPI3YwQuX1dLdt3xTJlxuv8/fY9UbgmPJUqR/txRCg==", "dev": true }, "@angular/localize": { diff --git a/package.json b/package.json index 18bcebee3..c30264122 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "@angular-devkit/build-angular": "0.900.6", "@angular/cli": "9.0.6", "@angular/compiler-cli": "9.1.4", - "@angular/language-service": "9.0.6", + "@angular/language-service": "9.1.7", "@cypress/webpack-preprocessor": "5.2.1", "@types/jasmine": "3.5.9", "@types/jasminewd2": "2.0.8", -- GitLab