diff --git a/package-lock.json b/package-lock.json index 3802c425a..0a71c84ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@angular/common": "21.2.1", "@angular/compiler": "21.2.1", "@angular/compiler-cli": "21.2.1", - "@angular/core": "21.2.0", + "@angular/core": "21.2.1", "@angular/forms": "21.2.1", "@angular/platform-browser": "21.2.0", "@angular/platform-browser-dynamic": "21.2.1", @@ -847,9 +847,9 @@ } }, "node_modules/@angular/core": { - "version": "21.2.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.0.tgz", - "integrity": "sha512-VnTbmZq3g3Q+s3nCZ8VUDMLjMezOg/bqUxAJ/DrRWCrEcTP5JO3mrNPs3FHj+qlB0T+BQP7uQv6QTzPVKybwoA==", + "version": "21.2.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.1.tgz", + "integrity": "sha512-pFTbg03s2ZI5cHNT+eWsGjwIIKiYkeAnodFbCAHjwFi9KCEYlTykFLjr9lcpGrBddfmAH7GE08Q73vgmsdcNHw==", "dev": true, "license": "MIT", "dependencies": { @@ -859,7 +859,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.0", + "@angular/compiler": "21.2.1", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index e3c921aa5..ddd955c92 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@angular/common": "21.2.1", "@angular/compiler": "21.2.1", "@angular/compiler-cli": "21.2.1", - "@angular/core": "21.2.0", + "@angular/core": "21.2.1", "@angular/forms": "21.2.1", "@angular/platform-browser": "21.2.0", "@angular/platform-browser-dynamic": "21.2.1",