From ae976298b39fd1227eef85a78241f0236267115d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 06:40:09 +0000 Subject: [PATCH] Bump @angular/compiler from 11.2.14 to 12.0.1 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 11.2.14 to 12.0.1. - [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/12.0.1/packages/compiler) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b060df1..1d1f2ba 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "^11.2.1", "@angular/common": "^11.2.1", - "@angular/compiler": "^11.2.1", + "@angular/compiler": "^12.0.1", "@angular/core": "^11.2.1", "@angular/forms": "^11.2.1", "@angular/platform-browser": "^11.2.1",