diff --git a/schematics/package-lock.json b/schematics/package-lock.json index f90866fe..2d4ce478 100644 --- a/schematics/package-lock.json +++ b/schematics/package-lock.json @@ -18,8 +18,8 @@ "@angular-devkit/core": "^21.1.4", "@angular-devkit/schematics": "^21.1.4", "@angular-devkit/schematics-cli": "^21.1.4", - "@angular/compiler": "^21.1.4", - "@angular/core": "^21.1.6", + "@angular/compiler": "^21.2.4", + "@angular/core": "^21.2.4", "@eslint/js": "^10.0.1", "@jest/globals": "^30.2.0", "@types/lodash": "^4.17.23", @@ -119,9 +119,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.1.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.6.tgz", - "integrity": "sha512-8RFdfbWTyx+OiRkiK2LsYPuhv8b65S3x/4+98kZRCrzP6YNjq/qsuqpfMUIKwnjok78FfhGyEx4I5LOV3Vkabw==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "dev": true, "license": "MIT", "dependencies": { @@ -132,9 +132,9 @@ } }, "node_modules/@angular/core": { - "version": "21.1.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.6.tgz", - "integrity": "sha512-c+n9Ynq1Ar+4SOaL10C/arqBje0dUFFUaDyErXp3jPXU/L29fsFTlmKM2EWunM1RhJckYonJ/xtH0gwwrH6W9Q==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.4.tgz", + "integrity": "sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==", "dev": true, "license": "MIT", "dependencies": { @@ -144,7 +144,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.1.6", + "@angular/compiler": "21.2.4", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/schematics/package.json b/schematics/package.json index e916d8a8..75425d6d 100644 --- a/schematics/package.json +++ b/schematics/package.json @@ -38,8 +38,8 @@ "@angular-devkit/core": "^21.1.4", "@angular-devkit/schematics": "^21.1.4", "@angular-devkit/schematics-cli": "^21.1.4", - "@angular/compiler": "^21.1.4", - "@angular/core": "^21.1.6", + "@angular/compiler": "^21.2.4", + "@angular/core": "^21.2.4", "@eslint/js": "^10.0.1", "@jest/globals": "^30.2.0", "@types/lodash": "^4.17.23",