diff --git a/package-lock.json b/package-lock.json index 24eba0294..69fedeadc 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.0", "@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.0", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-20.3.0.tgz", + "integrity": "sha512-JshumajvPCMztz1+7r/l5tRxFL3cn2jCpr5szdc5hESkpytY4050hedd09GogL1UoIyZAjhyYLhSlMnvrgjHBA==", "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.0", + "@angular/core": "20.3.0", + "@angular/platform-browser": "20.3.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index f17b64617..0212f1d84 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.0", "@codemirror/lang-json": "~6.0.2", "@codemirror/lang-rust": "~6.0.2", "@codemirror/language": "~6.11.2",