From 2be3fa117aa63ce56e84599e46b166746c040b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:03:11 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 13.3.12 to 15.2.1 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 13.3.12 to 15.2.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.2.1/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/browser-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-angular/package.json b/examples/browser-angular/package.json index 86b16524..fd8cb8a6 100644 --- a/examples/browser-angular/package.json +++ b/examples/browser-angular/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "^13.2.0", "@angular/common": "^13.2.0", - "@angular/compiler": "^13.2.0", + "@angular/compiler": "^15.2.1", "@angular/core": "^13.2.0", "@angular/forms": "^13.2.0", "@angular/platform-browser": "^13.2.0",