diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index e81974a7d1831..d23e6ad5e4173 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -18,7 +18,7 @@ "@angular/localize": "14.3.0", "@angular/platform-browser": "14.3.0", "@angular/platform-browser-dynamic": "14.3.0", - "@angular/router": "14.3.0", + "@angular/router": "17.1.3", "@circlon/angular-tree-component": "10.0.0", "@ng-bootstrap/ng-bootstrap": "12.1.2", "@ngx-formly/bootstrap": "6.1.1", @@ -759,19 +759,19 @@ } }, "node_modules/@angular/router": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-14.3.0.tgz", - "integrity": "sha512-uip0V7w7k7xyxxpTPbr7EuMnYLj3FzJrwkLVJSEw3TMMGHt5VU5t4BBa9veGZOta2C205XFrTAHnp8mD+XYY1w==", + "version": "17.1.3", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.1.3.tgz", + "integrity": "sha512-6HigdtFjm+76UU2hiLGLE2SpOecQhD6TnAVTocDuRitpN5m0dyiffBrqxarfNwoZuMdIiXyqClJR4JRo1rJjoQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/common": "14.3.0", - "@angular/core": "14.3.0", - "@angular/platform-browser": "14.3.0", + "@angular/common": "17.1.3", + "@angular/core": "17.1.3", + "@angular/platform-browser": "17.1.3", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -31655,9 +31655,9 @@ } }, "@angular/router": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-14.3.0.tgz", - "integrity": "sha512-uip0V7w7k7xyxxpTPbr7EuMnYLj3FzJrwkLVJSEw3TMMGHt5VU5t4BBa9veGZOta2C205XFrTAHnp8mD+XYY1w==", + "version": "17.1.3", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.1.3.tgz", + "integrity": "sha512-6HigdtFjm+76UU2hiLGLE2SpOecQhD6TnAVTocDuRitpN5m0dyiffBrqxarfNwoZuMdIiXyqClJR4JRo1rJjoQ==", "requires": { "tslib": "^2.3.0" } diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index efd9f3cfedc23..7c777b283d8bf 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -52,7 +52,7 @@ "@angular/localize": "14.3.0", "@angular/platform-browser": "14.3.0", "@angular/platform-browser-dynamic": "14.3.0", - "@angular/router": "14.3.0", + "@angular/router": "17.1.3", "@circlon/angular-tree-component": "10.0.0", "@ng-bootstrap/ng-bootstrap": "12.1.2", "@ngx-formly/bootstrap": "6.1.1",