diff --git a/package-lock.json b/package-lock.json index 1558c6a..5fa82e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.16", "@angular/compiler": "^20.3.16", - "@angular/core": "^20.3.16", + "@angular/core": "^22.0.1", "@angular/forms": "^20.3.16", "@angular/platform-browser": "^20.3.16", "@angular/platform-browser-dynamic": "^20.3.16", @@ -992,20 +992,20 @@ } }, "node_modules/@angular/core": { - "version": "20.3.18", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.18.tgz", - "integrity": "sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==", + "version": "22.0.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.1.tgz", + "integrity": "sha512-Sk0fz+LR2q6QhJJtCV9ElN1GzoEX6lOB4difMqpOC0yRh/ue+9iKd+x3RRiL4p+dnAiRLQYAKqsXkYlqUm2SMg==", "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": "20.3.18", + "@angular/compiler": "22.0.1", "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.15.0" + "zone.js": "~0.15.0 || ~0.16.0" }, "peerDependenciesMeta": { "@angular/compiler": { diff --git a/package.json b/package.json index 686657b..fe7d6b5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.16", "@angular/compiler": "^20.3.16", - "@angular/core": "^20.3.16", + "@angular/core": "^22.0.1", "@angular/forms": "^20.3.16", "@angular/platform-browser": "^20.3.16", "@angular/platform-browser-dynamic": "^20.3.16",