diff --git a/package-lock.json b/package-lock.json index 5bc3c8c..66deaa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.15", "@angular/common": "^21.2.15", "@angular/compiler": "^21.2.15", - "@angular/core": "^21.2.15", + "@angular/core": "^22.0.0", "@angular/forms": "^21.2.15", "@angular/platform-browser": "^21.2.15", "@angular/platform-browser-dynamic": "^21.2.15", @@ -580,18 +580,18 @@ } }, "node_modules/@angular/core": { - "version": "21.2.15", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.15.tgz", - "integrity": "sha512-J5JsUnNtQURdeA7EA3DoCsMBizW3l01gfqM326Al72Ou3woFWmRb5P3LOXpIOzAeMQhO6Z5tW+B1t+4qmoq7uw==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.0.tgz", + "integrity": "sha512-H4lzunB+LUNylQ3hZGYWDz1NfNAdFzPdOadwuS6VpPyxF4Ti0MLyAfx7NDnyTrmdY2/PFx8I6jXrveNlIsORXg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.15", + "@angular/compiler": "22.0.0", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index efe1a5d..dfc0e1e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/animations": "^21.2.15", "@angular/common": "^21.2.15", "@angular/compiler": "^21.2.15", - "@angular/core": "^21.2.15", + "@angular/core": "^22.0.0", "@angular/forms": "^21.2.15", "@angular/platform-browser": "^21.2.15", "@angular/platform-browser-dynamic": "^21.2.15",