diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 507df31a1..eea144d28 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.0.6", "@angular/cdk": "^21.0.5", "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.0.7", "@angular/core": "^21.0.7", "@angular/forms": "^21.0.0", "@angular/material": "^21.0.5", @@ -1161,9 +1161,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", "peer": true, "dependencies": { @@ -14243,9 +14243,9 @@ } }, "node_modules/ordered-binary": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.6.0.tgz", - "integrity": "sha512-IQh2aMfMIDbPjI/8a3Edr+PiOpcsB7yo8NdW7aHWVaoR/pcDldunMvnnwbk/auPGqmKeAdxtZl7MHX/QmPwhvQ==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.6.1.tgz", + "integrity": "sha512-QkCdPooczexPLiXIrbVOPYkR3VO3T6v2OyKRkR1Xbhpy7/LAVXwahnRCgRp78Oe/Ehf0C/HATAxfSr6eA1oX+w==", "dev": true, "license": "MIT", "optional": true diff --git a/frontend/package.json b/frontend/package.json index f651d0e1e..4b1b46818 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "@angular/animations": "^21.0.6", "@angular/cdk": "^21.0.5", "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.0.7", "@angular/core": "^21.0.7", "@angular/forms": "^21.0.0", "@angular/material": "^21.0.5",