diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 35737ac5..05434f13 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -16,7 +16,7 @@ "@angular/material": "^18.0.6", "@angular/platform-browser": "^18.0.6", "@angular/platform-browser-dynamic": "^18.0.6", - "@angular/router": "^18.0.6", + "@angular/router": "^22.0.6", "@codemirror/lang-json": "^6.0.1", "@codemirror/state": "^6.4.0", "codemirror": "^6.0.1", @@ -876,20 +876,20 @@ } }, "node_modules/@angular/router": { - "version": "18.0.6", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.0.6.tgz", - "integrity": "sha512-0hPs0ZVIEuf7MZd6quRCBsXEBMQvh0QHCjlj/WrRB3LSHs616mi+olApQ1DvwNZBYXfI7/qW7TQyUyNbm+xkfg==", + "version": "22.0.6", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-22.0.6.tgz", + "integrity": "sha512-s0BErBBadCXlvilob8aWke4H1FRlXDbnDfyYkjW6RkUaGQ4jzeEAzH56KsG2hf8NtBtYwkRlsLfOX9s5sPwm6w==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/common": "18.0.6", - "@angular/core": "18.0.6", - "@angular/platform-browser": "18.0.6", + "@angular/common": "22.0.6", + "@angular/core": "22.0.6", + "@angular/platform-browser": "22.0.6", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 45c309a6..71a59704 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -18,7 +18,7 @@ "@angular/forms": "^18.0.6", "@angular/platform-browser": "^18.0.6", "@angular/platform-browser-dynamic": "^18.0.6", - "@angular/router": "^18.0.6", + "@angular/router": "^22.0.6", "@angular/compiler": "^18.0.6", "@angular/material": "^18.0.6", "@codemirror/lang-json": "^6.0.1",