diff --git a/package-lock.json b/package-lock.json index 57beb3f9..20968e36 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.6", "@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.6", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-20.3.6.tgz", + "integrity": "sha512-fSAYOR9nKpH5PoBYFNdII3nAFl2maUrYiISU33CnGwb7J7Q0s09k231c/P5tVN4URi+jdADVwiBI8cIYk8SVrg==", "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.6", + "@angular/core": "20.3.6", + "@angular/platform-browser": "20.3.6", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 626b7633..fa049f04 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.6", "@ngrx/component-store": "^19.0.1", "@ngrx/effects": "^19.0.0", "@ngrx/entity": "^19.0.0",