From 1f4473c277eec1ced22b66ebc676816cfa62dfa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 23:16:15 +0000 Subject: [PATCH] Bump @angular/language-service from 10.1.1 to 11.2.2 Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.1 to 11.2.2. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/11.2.2/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/11.2.2/packages/language-service) 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 1449b5b..c50954f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -913,9 +913,9 @@ "integrity": "sha512-t4WHrh6ot1r8zdV+3fJz7g9rCok77c9CiIevhH2dR/idxD+HtFR0wqmcBQzsn+rNVB0f0TiSHDrj+TeELIFyWw==" }, "@angular/language-service": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-10.1.1.tgz", - "integrity": "sha512-Mg+GUNVPtzSupmjkzIrxzvylM7TGtVP36h61Yd0ixyo7vBcNV+NQ7PTdwfKGVWN0N6PiMuk2/4PA0hW2EokSZg==", + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-11.2.2.tgz", + "integrity": "sha512-H09s5pivJq8lip206NrNJ0cXLge9CfthtT3tY+OGXn5Xiyvjxs+dOkVytoGauHE3mdge/Wn/rxoGmm/oYKejNQ==", "dev": true }, "@angular/material": { diff --git a/package.json b/package.json index 222c6bf..d025c47 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@angular-devkit/build-angular": "0.901.12", "@angular/cli": "9.1.0", "@angular/compiler-cli": "^9.1.0", - "@angular/language-service": "^10.1.1", + "@angular/language-service": "^11.2.2", "@nrwl/jest": "9.4.5", "@nrwl/workspace": "9.4.5", "@pact-foundation/pact": "^9.11.1",