From 897beaadeb635c37aff12cab7647d9ded0b62d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 16:04:21 +0100 Subject: [PATCH] chore(deps-dev): bump @angular/language-service in /console (#901) Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.6 to 10.2.0. - [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/10.2.0/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 6da38a2d74..a0bd2b6999 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -901,9 +901,9 @@ } }, "@angular/language-service": { - "version": "10.1.6", - "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-10.1.6.tgz", - "integrity": "sha512-lxZHL4RGjir6acj0eF7xihIXWtRg/Z4Y+PMX7fKEI66hc1sLxH+AKkZKG6yr+rrJK2DcakC8Izz/BO+BS2ELjw==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-10.2.0.tgz", + "integrity": "sha512-p2yJ8QhJPrNAoeGJ2abX22rNMDyQAmGsMV0GUCpGfmrJ4wDLPW+hy7tbL44qGn2B4KY5lvj30yIxjxL8HtBCVw==", "dev": true }, "@angular/material": { diff --git a/console/package.json b/console/package.json index c9eca0537a..389d8cc979 100644 --- a/console/package.json +++ b/console/package.json @@ -49,7 +49,7 @@ "@angular/cli": "~10.2.0", "@angular/compiler-cli": "~10.0.11", "@types/jasmine": "~3.5.13", - "@angular/language-service": "~10.1.6", + "@angular/language-service": "~10.2.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^14.11.10", "codelyzer": "^6.0.1",