From 7bee84562fe763af0775be3c36ae7a2dd2e78a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:47:30 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 17.0.0 to 17.2.1 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 17.0.0 to 17.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/17.2.1/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c04bd53d..89580926 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^17.0.0", "@angular/common": "^17.0.0", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^17.2.1", "@angular/core": "^17.0.0", "@angular/forms": "^17.0.0", "@angular/platform-browser": "^17.0.0", @@ -987,9 +987,9 @@ } }, "node_modules/@angular/compiler": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.0.tgz", - "integrity": "sha512-TLECbTkRQJvAzyBhp/WKjKrPEp3YtN50bZ2qdkuWZii3nj5hqk5gGIT3T8mAIDHEX91EIN/JsvlUhFjSeb5bKw==", + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.2.1.tgz", + "integrity": "sha512-jKk1ZQxZA/iGj0RsCa5rbd4gaygmfZcj7K1+VfGcY6NPyFkBGfFxIcA5fkZPOBvlNHjurXGuejA8NrsQ0kHbOw==", "dependencies": { "tslib": "^2.3.0" }, @@ -997,7 +997,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.0" + "@angular/core": "17.2.1" }, "peerDependenciesMeta": { "@angular/core": { @@ -18676,9 +18676,9 @@ } }, "@angular/compiler": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.0.tgz", - "integrity": "sha512-TLECbTkRQJvAzyBhp/WKjKrPEp3YtN50bZ2qdkuWZii3nj5hqk5gGIT3T8mAIDHEX91EIN/JsvlUhFjSeb5bKw==", + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.2.1.tgz", + "integrity": "sha512-jKk1ZQxZA/iGj0RsCa5rbd4gaygmfZcj7K1+VfGcY6NPyFkBGfFxIcA5fkZPOBvlNHjurXGuejA8NrsQ0kHbOw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index b562db9c..e0cfb9a1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@angular/animations": "^17.0.0", "@angular/common": "^17.0.0", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^17.2.1", "@angular/core": "^17.0.0", "@angular/forms": "^17.0.0", "@angular/platform-browser": "^17.0.0",