From a88fcc38d1c713a762278da54e4e5f9c296eb91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 03:33:32 +0000 Subject: [PATCH] mgr/dashboard: bump @angular/router Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 14.3.0 to 19.1.5. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/19.1.5/packages/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../mgr/dashboard/frontend/package-lock.json | 23 ++++++++++--------- .../mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index e81974a7d183..9758b53af603 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": "19.1.5", "@circlon/angular-tree-component": "10.0.0", "@ng-bootstrap/ng-bootstrap": "12.1.2", "@ngx-formly/bootstrap": "6.1.1", @@ -759,19 +759,20 @@ } }, "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": "19.1.5", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.1.5.tgz", + "integrity": "sha512-g5JLymyi+/PTIqKcImSUB9ac1g7szMG/jGax3nTXqwMOzWmxZJJIEKlXWmHJYjUyYEhKBdqLPUMa4JbkD+/jnA==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "14.3.0", - "@angular/core": "14.3.0", - "@angular/platform-browser": "14.3.0", + "@angular/common": "19.1.5", + "@angular/core": "19.1.5", + "@angular/platform-browser": "19.1.5", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -31655,9 +31656,9 @@ } }, "@angular/router": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-14.3.0.tgz", - "integrity": "sha512-uip0V7w7k7xyxxpTPbr7EuMnYLj3FzJrwkLVJSEw3TMMGHt5VU5t4BBa9veGZOta2C205XFrTAHnp8mD+XYY1w==", + "version": "19.1.5", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.1.5.tgz", + "integrity": "sha512-g5JLymyi+/PTIqKcImSUB9ac1g7szMG/jGax3nTXqwMOzWmxZJJIEKlXWmHJYjUyYEhKBdqLPUMa4JbkD+/jnA==", "requires": { "tslib": "^2.3.0" } diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index efd9f3cfedc2..6753af42c3e1 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": "19.1.5", "@circlon/angular-tree-component": "10.0.0", "@ng-bootstrap/ng-bootstrap": "12.1.2", "@ngx-formly/bootstrap": "6.1.1",