From 6dcebb131cd5832776c6a4a386d59cbc34825a76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 15:18:24 +0200 Subject: [PATCH] chore(deps-dev): bump @angular/language-service in /console (#173) Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 9.1.0 to 9.1.9. - [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.9/packages/language-service) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- console/package-lock.json | 6 +++--- console/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/console/package-lock.json b/console/package-lock.json index 6c1219e4d4..7872991e89 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -849,9 +849,9 @@ "integrity": "sha512-5GC8HQlPChPV+168zLlm4yj4syA6N9ChSKV0tmzj1zIfMcub1UAOaB9IYaXRHQsjPFh9OuQXwmkzScyAfhEVjA==" }, "@angular/language-service": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-9.1.0.tgz", - "integrity": "sha512-2f8ECoXrj40oS1rtIfi+F8T4WPzundcZDs8WMFNBuWYbk14v1S9sTgMEmZyePHGkPjt6IfYiLJKJCvVgrt1nxQ==", + "version": "9.1.9", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-9.1.9.tgz", + "integrity": "sha512-yT6HPpdAe2mD9HRoTCiWFog1MRJt+0j+CLbI/Ql7C6pH6vbjmfsJ55xMmQ7eS6trsnebpMWTUv1f2GRykv3ygw==", "dev": true }, "@angular/material": { diff --git a/console/package.json b/console/package.json index 58cbddfdd8..8029c09754 100644 --- a/console/package.json +++ b/console/package.json @@ -50,7 +50,7 @@ "@angular-devkit/build-angular": "~0.901.7", "@angular/cli": "~9.1.0", "@angular/compiler-cli": "~9.1.0", - "@angular/language-service": "~9.1.0", + "@angular/language-service": "~9.1.9", "@types/jasmine": "~3.5.10", "@types/jasminewd2": "~2.0.3", "@types/node": "^14.0.11",