diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 4f8fe86..30918a6 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.0.6", "@angular/cdk": "^21.0.5", "@angular/common": "^21.0.6", - "@angular/compiler": "^21.0.6", + "@angular/compiler": "^21.0.7", "@angular/core": "^21.0.6", "@angular/forms": "^21.0.6", "@angular/material": "^21.0.5", @@ -1235,9 +1235,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.6.tgz", - "integrity": "sha512-rBMzG7WnQMouFfDST+daNSAOVYdtw560645PhlxyVeIeHMlCm0j1jjBgVPGTBNpVgKRdT/sqbi6W6JYkY9mERA==", + "version": "21.0.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.7.tgz", + "integrity": "sha512-Qsjx0OrOquyx10fMynkHilRRoZy9qJcstHdML7NGKg887xqHW4YvgNKREIXmKYjnV6sUBBUxJUD1L5ouarb/YA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/src/frontend/package.json b/src/frontend/package.json index 74348b8..6009c0e 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -21,7 +21,7 @@ "@angular/animations": "^21.0.6", "@angular/cdk": "^21.0.5", "@angular/common": "^21.0.6", - "@angular/compiler": "^21.0.6", + "@angular/compiler": "^21.0.7", "@angular/core": "^21.0.6", "@angular/forms": "^21.0.6", "@angular/material": "^21.0.5",