From 993730ca9e8026378f4acea6e5447928c039418c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 04:33:38 +0000 Subject: [PATCH] fix(deps): bump @angular/compiler from 11.1.2 to 11.2.0 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 11.1.2 to 11.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/11.2.0/packages/compiler) 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 2a58d3bdf..8d3a03d8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,9 +29,9 @@ } }, "@angular/compiler": { - "version": "11.1.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-11.1.2.tgz", - "integrity": "sha512-+GyKPAdwkXVq6xfSRVhF2tlheDLGf2ziTzaMcpjRk8sM0VeJAqrbDI/vqpZq9y6GXceKGDPrXdPY7bPwBPpDYg==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-11.2.0.tgz", + "integrity": "sha512-EW6LM/kUYhQkuFqGt03c/eRKZAYr0LLEdMOn//j1uIh+wSq9KLffBGpky6b63xdfWxsXi8OucXUOydTQBckNEQ==", "requires": { "tslib": "^2.0.0" }, diff --git a/package.json b/package.json index 7e7b69883..5995affa6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/animations": "4.4.4", "@angular/cdk": "2.0.0-beta.11", "@angular/common": "4.4.4", - "@angular/compiler": "11.1.2", + "@angular/compiler": "11.2.0", "@angular/core": "4.4.4", "@angular/forms": "4.4.4", "@angular/http": "4.4.4",