diff --git a/package-lock.json b/package-lock.json index 57beb3f9..eb78b0ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@angular/material": "^19.1.1", "@angular/platform-browser": "^19.1.3", "@angular/platform-browser-dynamic": "^19.1.3", - "@angular/router": "^19.1.3", + "@angular/router": "^20.3.2", "@ngrx/component-store": "^19.0.1", "@ngrx/effects": "^19.0.0", "@ngrx/entity": "^19.0.0", @@ -1399,20 +1399,20 @@ } }, "node_modules/@angular/router": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.1.3.tgz", - "integrity": "sha512-DJ9BgvtxJV6xohaPQXPdBsFCZoQIEq2OPDyKcoW4L0ST4kIIFpHyI6wJ+AlPnLkhSwmOOoHciH0oxZ2xPVxmiQ==", + "version": "20.3.2", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-20.3.2.tgz", + "integrity": "sha512-+Crx6QpK00juoNU3A1vbVf4DQ7fduLe3DUdAob6a9Uj+IoWj2Ijd8zUWF8E0cfNNFotJ4Gost0lJORDvqKcC7A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "19.1.3", - "@angular/core": "19.1.3", - "@angular/platform-browser": "19.1.3", + "@angular/common": "20.3.2", + "@angular/core": "20.3.2", + "@angular/platform-browser": "20.3.2", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 626b7633..db60a3dd 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@angular/material": "^19.1.1", "@angular/platform-browser": "^19.1.3", "@angular/platform-browser-dynamic": "^19.1.3", - "@angular/router": "^19.1.3", + "@angular/router": "^20.3.2", "@ngrx/component-store": "^19.0.1", "@ngrx/effects": "^19.0.0", "@ngrx/entity": "^19.0.0",