From 5569fd1cfc2f1c26703803dce1590bc56793d839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:33:43 +0000 Subject: [PATCH] Bump @angular/compiler from 16.2.5 to 17.0.3 in /client Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 16.2.5 to 17.0.3. - [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.3/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..b69a976e 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.3", "@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.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.3.tgz", + "integrity": "sha512-ryUcj8Vc+Q4jMrjrmsEIsGLXeWSmNE/KoTyURPCH+NWq9GBMbjv4oe0/oFSBMN2ZtRMVCvqv2Nq+Z2KRDRGB0A==", "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.3" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/client/package.json b/client/package.json index 39453ac1..4f1e8267 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.3", "@angular/core": "^16.2.5", "@angular/forms": "^16.2.5", "@angular/platform-browser": "^16.2.5",