From d27063dc30cc04bdcbf3af7a9812504591afe542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 20:05:44 +0000 Subject: [PATCH] Bump @angular/compiler from 11.2.14 to 15.1.1 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 11.2.14 to 15.1.1. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/15.1.1/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-major ... 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..e084c2e 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": "^15.1.1", "@angular/core": "^11.2.1", "@angular/forms": "^11.2.1", "@angular/platform-browser": "^11.2.1",