diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 42c4406..80e6322 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -924,9 +924,9 @@ } }, "@angular/compiler": { - "version": "15.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.0.3.tgz", - "integrity": "sha512-LNQkQgjAy43ZbQcoUzbzwaCokl6LQHhnTnGIO8s8ZWFT9cTRORsLb/ziMKPPIWlSUImHUG4NH0dK7fVe7/eAng==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.1.0.tgz", + "integrity": "sha512-+ky5Cvgps725Q/KdgsYzi/fe9LbT5ujhZoT9N5k+tYTJsepMUrpExFwMFkWrdMUYTK7DaxC9ufjZ4WZmHVhFoA==", "requires": { "tslib": "^2.3.0" } diff --git a/frontend/package.json b/frontend/package.json index c6730c9..f9d2387 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@angular/animations": "~15.0.0", "@angular/cdk": "^15.0.0", "@angular/common": "~15.0.0", - "@angular/compiler": "~15.0.0", + "@angular/compiler": "~15.1.0", "@angular/core": "~15.0.0", "@angular/forms": "~15.0.0", "@angular/material": "^15.0.0",