From 94c76e728bc4ea8eba2e63ab21375adb957314df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 22:20:12 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 17.0.0 to 18.2.5 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 17.0.0 to 18.2.5. - [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.5/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 1215b051..ac720e1f 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.5", "@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.5", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.5.tgz", + "integrity": "sha512-vcqe9x4dGGAnMfPhEpcZyiSVgAiqJeK80LqP1vWoAmBR+HeOqAilSv6SflcLAtuTzwgzMMAvD2T+SMCgUvaqww==", "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.5" }, "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": "18.2.5", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.5.tgz", + "integrity": "sha512-vcqe9x4dGGAnMfPhEpcZyiSVgAiqJeK80LqP1vWoAmBR+HeOqAilSv6SflcLAtuTzwgzMMAvD2T+SMCgUvaqww==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index b562db9c..1a6bb6cc 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.5", "@angular/core": "^17.0.0", "@angular/forms": "^17.0.0", "@angular/platform-browser": "^17.0.0",