diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1c8944c..106b420 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -686,9 +686,9 @@ } }, "@angular/compiler": { - "version": "13.2.7", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.7.tgz", - "integrity": "sha512-auRMo+k+xCQmIBkZ5UgkAAmhbpcoOUWQrJN2PQnPl88DPquui3tXC4R6RANpWCu59oT8m29FQMviHcN3ZTFl6Q==", + "version": "13.3.11", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.11.tgz", + "integrity": "sha512-EV6JCBbXdHDHbPShWmymvuoxFYG0KVc8sDJpYp47WLHCY2zgZaXhvWs//Hrls3fmi+TGTekgRa2jOBBNce/Ggg==", "requires": { "tslib": "^2.3.0" } diff --git a/frontend/package.json b/frontend/package.json index 560d170..7c5b3d8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@angular/animations": "~13.3.0", "@angular/cdk": "^13.2.6", "@angular/common": "~13.3.0", - "@angular/compiler": "~13.2.0", + "@angular/compiler": "~13.3.0", "@angular/core": "~13.2.0", "@angular/forms": "~13.2.0", "@angular/material": "^13.3.6",