diff --git a/package-lock.json b/package-lock.json index aec9081..274fdef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.4", "@angular/common": "^21.2.4", "@angular/compiler": "^21.2.4", - "@angular/core": "^21.2.4", + "@angular/core": "^21.2.19", "@angular/platform-browser": "^21.2.4", "@angular/platform-browser-dynamic": "^21.2.4", "core-js": "^3.39.0", @@ -1978,10 +1978,9 @@ } }, "node_modules/@angular/core": { - "version": "21.2.17", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.17.tgz", - "integrity": "sha512-wYHpwIdnUnjQFOJJNqRcGx7LS3u64jT+R9L0TnMR/ViBM9dQgGYImlSikkftg2yrFCNo5aKRxhG2LLskQurVdg==", - "license": "MIT", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.19.tgz", + "integrity": "sha512-PVoXD1kBexOJLkFzKx2zBY/0oZJXGru0eGn2hu0q5n3vkZlYsR1yRolfGenK1gZE48Qibiw/ttg/X/pAIPEZGg==", "dependencies": { "tslib": "^2.3.0" }, @@ -1989,7 +1988,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.17", + "@angular/compiler": "21.2.19", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, @@ -19081,9 +19080,9 @@ } }, "@angular/core": { - "version": "21.2.17", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.17.tgz", - "integrity": "sha512-wYHpwIdnUnjQFOJJNqRcGx7LS3u64jT+R9L0TnMR/ViBM9dQgGYImlSikkftg2yrFCNo5aKRxhG2LLskQurVdg==", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.19.tgz", + "integrity": "sha512-PVoXD1kBexOJLkFzKx2zBY/0oZJXGru0eGn2hu0q5n3vkZlYsR1yRolfGenK1gZE48Qibiw/ttg/X/pAIPEZGg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 8ecbb96..9dc551d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/animations": "^21.2.4", "@angular/common": "^21.2.4", "@angular/compiler": "^21.2.4", - "@angular/core": "^21.2.4", + "@angular/core": "^21.2.19", "@angular/platform-browser": "^21.2.4", "@angular/platform-browser-dynamic": "^21.2.4", "core-js": "^3.39.0",