From fdcbf0baf199d6f06b69f2b962a5d84d4014be78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 10:01:00 +0000 Subject: [PATCH] Bump @angular/compiler from 11.2.10 to 11.2.11 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 11.2.10 to 11.2.11. - [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/11.2.11/packages/compiler) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 308bbaa26..31f702cca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "^11.2.11", "@angular/cdk": "^11.1.0", "@angular/common": "^11.2.11", - "@angular/compiler": "^11.2.8", + "@angular/compiler": "^11.2.11", "@angular/core": "^11.2.2", "@angular/forms": "^11.2.11", "@angular/localize": "^11.2.11", @@ -451,9 +451,9 @@ } }, "node_modules/@angular/compiler": { - "version": "11.2.10", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-11.2.10.tgz", - "integrity": "sha512-+Ba/y0v5eIu1fEJthIpFK+DiIT/YTYSL7Jy1hhZrGLHDiAUxSnzF5/lgrnLAPuZWt/5w44+WPXx3d1xqvNWWNw==", + "version": "11.2.11", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-11.2.11.tgz", + "integrity": "sha512-8hJcT6oH/XGfE8DrCG9/PJR+FMsAAs2zT40c8mAuXa0qSn3Yrg/g1sHZ1eTwdU3iNIKzpoPj33MkJSoGN26NAQ==", "dependencies": { "tslib": "^2.0.0" } @@ -22563,9 +22563,9 @@ } }, "@angular/compiler": { - "version": "11.2.10", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-11.2.10.tgz", - "integrity": "sha512-+Ba/y0v5eIu1fEJthIpFK+DiIT/YTYSL7Jy1hhZrGLHDiAUxSnzF5/lgrnLAPuZWt/5w44+WPXx3d1xqvNWWNw==", + "version": "11.2.11", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-11.2.11.tgz", + "integrity": "sha512-8hJcT6oH/XGfE8DrCG9/PJR+FMsAAs2zT40c8mAuXa0qSn3Yrg/g1sHZ1eTwdU3iNIKzpoPj33MkJSoGN26NAQ==", "requires": { "tslib": "^2.0.0" } diff --git a/package.json b/package.json index 74f601dd9..a0b77b57a 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@angular/animations": "^11.2.11", "@angular/cdk": "^11.1.0", "@angular/common": "^11.2.11", - "@angular/compiler": "^11.2.8", + "@angular/compiler": "^11.2.11", "@angular/core": "^11.2.2", "@angular/forms": "^11.2.11", "@angular/localize": "^11.2.11",