diff --git a/package-lock.json b/package-lock.json index a07fe6946..907f46616 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@angular/common": "21.1.3", "@angular/compiler": "21.1.3", "@angular/compiler-cli": "21.1.3", - "@angular/core": "21.1.2", + "@angular/core": "21.1.3", "@angular/forms": "21.1.3", "@angular/platform-browser": "21.1.3", "@angular/platform-browser-dynamic": "21.1.2", @@ -1146,9 +1146,9 @@ } }, "node_modules/@angular/core": { - "version": "21.1.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.2.tgz", - "integrity": "sha512-W2xxRb7noOD1DdMwKaZ3chFhii6nutaNIXt7dfWsMWoujg3Kqpdn1ukeyW5aHKQZvCJTIGr4f3whZ8Sj/17aCA==", + "version": "21.1.3", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.3.tgz", + "integrity": "sha512-TbhQxRC7Lb/3WBdm1n8KRsktmVEuGBBp0WRF5mq0Ze4s1YewIM6cULrSw9ACtcL5jdcq7c74ms+uKQsaP/gdcQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1158,7 +1158,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.1.2", + "@angular/compiler": "21.1.3", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 91122ddff..281612123 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@angular/common": "21.1.3", "@angular/compiler": "21.1.3", "@angular/compiler-cli": "21.1.3", - "@angular/core": "21.1.2", + "@angular/core": "21.1.3", "@angular/forms": "21.1.3", "@angular/platform-browser": "21.1.3", "@angular/platform-browser-dynamic": "21.1.2",