diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 48c7a16..7bda090 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^17.0.0", "@angular/cdk": "^17.0.3", "@angular/common": "^17.0.0", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^17.1.1", "@angular/core": "^17.0.0", "@angular/forms": "^17.0.0", "@angular/material": "^17.0.3", @@ -331,9 +331,9 @@ } }, "node_modules/@angular/compiler": { - "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.8.tgz", - "integrity": "sha512-48jWypuhBGTrUUbkz1vB9gjbKKZ3hpuJ2DUUncd331Yw4tqkqZQbBa/E3ei4IHiCxEvW2uX3lI4AwlhuozmUtA==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.1.1.tgz", + "integrity": "sha512-lEQ5YNMJQm2iO2EZbGkwL3SqnxtE2ENfymgbS023F6ACsnP3kKB2DMwOnIbGgQY4+8r4sJFiMAIjEkj5c9kttg==", "dependencies": { "tslib": "^2.3.0" }, @@ -341,7 +341,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.8" + "@angular/core": "17.1.1" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/frontend/package.json b/frontend/package.json index cca12b3..b55af23 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@angular/animations": "^17.0.0", "@angular/cdk": "^17.0.3", "@angular/common": "^17.0.0", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^17.1.1", "@angular/core": "^17.0.0", "@angular/forms": "^17.0.0", "@angular/material": "^17.0.3",