From 1ee29a7a1c686a8b8c8545fad8e86a06bf747453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:25:35 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 17.0.0 to 18.2.7 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 17.0.0 to 18.2.7. - [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/18.2.7/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10f267b6..f681d22e 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": "^18.2.7", "@angular/core": "^17.0.0", "@angular/forms": "^17.0.0", "@angular/platform-browser": "^17.0.0", @@ -987,17 +987,17 @@ } }, "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": "18.2.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.7.tgz", + "integrity": "sha512-XemlYyRGnu/HrICtXwTPmGtyOrI8BhbGg/HMiJ7sVx40AeEIX0uyDgnu9Gc5OjmtDqZZ8Qftg1sQAxaCVjLb1w==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "17.0.0" + "@angular/core": "18.2.7" }, "peerDependenciesMeta": { "@angular/core": { @@ -18794,9 +18794,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": "18.2.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.7.tgz", + "integrity": "sha512-XemlYyRGnu/HrICtXwTPmGtyOrI8BhbGg/HMiJ7sVx40AeEIX0uyDgnu9Gc5OjmtDqZZ8Qftg1sQAxaCVjLb1w==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index b562db9c..fd110fff 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": "^18.2.7", "@angular/core": "^17.0.0", "@angular/forms": "^17.0.0", "@angular/platform-browser": "^17.0.0",