diff --git a/package-lock.json b/package-lock.json index 57beb3f9..78639f83 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.0.1", "@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.0.1", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-20.0.1.tgz", + "integrity": "sha512-7KoR5krVPXdbRYYBDF+SMIee+USh4Vb4wfISeXalPm86RkcaGAQ71NWJ292WTDvvJg/zBb0Mq39rMAETEdxpkg==", "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.0.1", + "@angular/core": "20.0.1", + "@angular/platform-browser": "20.0.1", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 626b7633..7365c224 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.0.1", "@ngrx/component-store": "^19.0.1", "@ngrx/effects": "^19.0.0", "@ngrx/entity": "^19.0.0",