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",