diff --git a/package-lock.json b/package-lock.json index eaf2ecbf..23398df7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@angular/common": "21.0.8", "@angular/compiler": "21.0.7", "@angular/compiler-cli": "21.0.8", - "@angular/core": "21.0.7", + "@angular/core": "21.0.8", "@angular/forms": "21.0.8", "@angular/platform-browser": "21.0.8", "@angular/platform-browser-dynamic": "21.0.7", @@ -1494,9 +1494,9 @@ } }, "node_modules/@angular/core": { - "version": "21.0.7", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.0.7.tgz", - "integrity": "sha512-MvgRRse2PaEleQFp+35rj7ew5gBmBh3wp5yNDYPTiPaVp1I3fJ08VYSpldodaXmdkdWRB+OU4WJhnFkagyRx7A==", + "version": "21.0.8", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.0.8.tgz", + "integrity": "sha512-8dNolIQn8WHrD3PsqGuPrujxDX5hjpMbioifIByjjX9yaJy9on7AewVGb8m/DHVwWQ1eGVAGmvW9wt+h+nlzLg==", "dev": true, "license": "MIT", "dependencies": { @@ -1506,7 +1506,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.0.7", + "@angular/compiler": "21.0.8", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index d12fae76..22ba4a2c 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@angular/common": "21.0.8", "@angular/compiler": "21.0.7", "@angular/compiler-cli": "21.0.8", - "@angular/core": "21.0.7", + "@angular/core": "21.0.8", "@angular/forms": "21.0.8", "@angular/platform-browser": "21.0.8", "@angular/platform-browser-dynamic": "21.0.7",