From 0152a12c5a51a9ac8203cb2eca57d2d94c1b6dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 00:27:01 +0000 Subject: [PATCH] Bump @angular/compiler from 16.2.5 to 17.0.4 in /client Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 16.2.5 to 17.0.4. - [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.0.4/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 12 ++++++------ client/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index db1217d7..e9cf3a05 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^16.2.5", "@angular/common": "^16.2.5", - "@angular/compiler": "^16.2.5", + "@angular/compiler": "^17.0.4", "@angular/core": "^16.2.5", "@angular/forms": "^16.2.5", "@angular/platform-browser": "^16.2.5", @@ -710,17 +710,17 @@ } }, "node_modules/@angular/compiler": { - "version": "16.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.5.tgz", - "integrity": "sha512-DpLfWWZFk4lbr81W7sLRt15+/nbyyqTvz+UmGcrSfKBTSbV0VSoUjC3XZeIdPWoIgQXiKUCpaC0YXw0BjaOl0g==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.4.tgz", + "integrity": "sha512-OweJui9EWCa1ZcZjkJHS5z1gqICqyryR1Gdmyr8vIa6HD8wU/5BaeBJPCDgYgt+qJkvcT/sPxgZQsc2pVeUwbQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^16.14.0 || >=18.10.0" + "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "16.2.5" + "@angular/core": "17.0.4" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/client/package.json b/client/package.json index 39453ac1..302895a3 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "^16.2.5", "@angular/common": "^16.2.5", - "@angular/compiler": "^16.2.5", + "@angular/compiler": "^17.0.4", "@angular/core": "^16.2.5", "@angular/forms": "^16.2.5", "@angular/platform-browser": "^16.2.5",