From 04ee49967b9f67c32f7aab18093d08fbb41b7cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:19:57 +0000 Subject: [PATCH] Bump @angular/compiler from 17.0.2 to 17.0.3 in /WebClient Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 17.0.2 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-patch ... Signed-off-by: dependabot[bot] --- WebClient/package-lock.json | 10 +++++----- WebClient/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WebClient/package-lock.json b/WebClient/package-lock.json index 60e6c4a8..8725a4bb 100644 --- a/WebClient/package-lock.json +++ b/WebClient/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^17.0.2", "@angular/common": "^17.0.2", - "@angular/compiler": "^17.0.2", + "@angular/compiler": "^17.0.3", "@angular/core": "^17.0.2", "@angular/forms": "^17.0.2", "@angular/localize": "^17.0.2", @@ -474,9 +474,9 @@ } }, "node_modules/@angular/compiler": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.2.tgz", - "integrity": "sha512-ewUFbKhMEhAmw2dGfk0ImhTlyrO2y4pJSKIZdFrkR1d0HiJX8bCHUdTiiR/2jeP7w2eamjXj15Rptb+iZZes2Q==", + "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" }, @@ -484,7 +484,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.2" + "@angular/core": "17.0.3" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/WebClient/package.json b/WebClient/package.json index 6caf6c39..48f4ae18 100644 --- a/WebClient/package.json +++ b/WebClient/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/animations": "^17.0.2", "@angular/common": "^17.0.2", - "@angular/compiler": "^17.0.2", + "@angular/compiler": "^17.0.3", "@angular/core": "^17.0.2", "@angular/forms": "^17.0.2", "@angular/localize": "^17.0.2",