diff --git a/package-lock.json b/package-lock.json index 24eba0294..a968e5a5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@angular/material": "^20.1.3", "@angular/platform-browser": "^20.1.3", "@angular/platform-browser-dynamic": "^20.1.3", - "@angular/router": "^20.1.3", + "@angular/router": "^20.3.1", "@codemirror/lang-json": "~6.0.2", "@codemirror/lang-rust": "~6.0.2", "@codemirror/language": "~6.11.2", @@ -1613,9 +1613,9 @@ } }, "node_modules/@angular/router": { - "version": "20.1.3", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-20.1.3.tgz", - "integrity": "sha512-ELJyzFJ2JeJkuVpv3kte4AwGBd/zuB5H/wv4+9gcmf6exxO5xH2/PbbLDGs+rWwHkCUcoRHFVyUPqk9yuRq/XA==", + "version": "20.3.1", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-20.3.1.tgz", + "integrity": "sha512-lwXKuGe546Pu8vw9M5TolS1EHX69dRfOnCmBOpvGVRqzDNwVT7jfIFcSn++WPs7jhi6T6RPdcVCnIbeO0IRJYQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1624,9 +1624,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.1.3", - "@angular/core": "20.1.3", - "@angular/platform-browser": "20.1.3", + "@angular/common": "20.3.1", + "@angular/core": "20.3.1", + "@angular/platform-browser": "20.3.1", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index f17b64617..98c4941eb 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@angular/material": "^20.1.3", "@angular/platform-browser-dynamic": "^20.1.3", "@angular/platform-browser": "^20.1.3", - "@angular/router": "^20.1.3", + "@angular/router": "^20.3.1", "@codemirror/lang-json": "~6.0.2", "@codemirror/lang-rust": "~6.0.2", "@codemirror/language": "~6.11.2",