diff --git a/vitest/package-lock.json b/vitest/package-lock.json index 39aff9a..6aaa039 100644 --- a/vitest/package-lock.json +++ b/vitest/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.0.0", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0", @@ -479,9 +479,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.1.tgz", - "integrity": "sha512-FxWaSaii1vfHIFA+JksqQ8NGB2frfqCrs7Ju50a44kbwR4fmanfn/VsiS/CbwBp9vcyT/Br9X/jAG4RuK/U2nw==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/vitest/package.json b/vitest/package.json index 49771a1..ce054ff 100644 --- a/vitest/package.json +++ b/vitest/package.json @@ -25,7 +25,7 @@ "packageManager": "npm@10.8.2", "dependencies": { "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.0.0", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0",