From 6b61a0994612145ec839f6cee7fe5f16650aa5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:28:49 +0000 Subject: [PATCH] mgr/dashboard: bump @angular/router Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 13.3.11 to 16.2.10. - [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/16.2.10/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 | 22 +++++++++---------- .../mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index c7efc9c24bfc6..518ed70185a78 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": "13.3.11", "@angular/platform-browser": "13.3.11", "@angular/platform-browser-dynamic": "13.3.11", - "@angular/router": "13.3.11", + "@angular/router": "16.2.10", "@circlon/angular-tree-component": "10.0.0", "@ng-bootstrap/ng-bootstrap": "12.1.2", "@ngx-formly/bootstrap": "6.1.1", @@ -951,19 +951,19 @@ } }, "node_modules/@angular/router": { - "version": "13.3.11", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-13.3.11.tgz", - "integrity": "sha512-bJTcxDYKEyoqtsi1kJcDJWLmEN+dXpwhU07SsqUwfyN4V5fYF1ApDhpJ4c17hNdjEqe106srT9tiHXhmWayhmQ==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.10.tgz", + "integrity": "sha512-ndiq2NkGZ8hTsyL/KK8qsiR3UA0NjOFIn1jtGXOKtHryXZ6vSTtkhtkE4h4+G6/QNTL1IKtocFhOQt/xsc7DUA==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": "13.3.11", - "@angular/core": "13.3.11", - "@angular/platform-browser": "13.3.11", + "@angular/common": "16.2.10", + "@angular/core": "16.2.10", + "@angular/platform-browser": "16.2.10", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -30489,9 +30489,9 @@ } }, "@angular/router": { - "version": "13.3.11", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-13.3.11.tgz", - "integrity": "sha512-bJTcxDYKEyoqtsi1kJcDJWLmEN+dXpwhU07SsqUwfyN4V5fYF1ApDhpJ4c17hNdjEqe106srT9tiHXhmWayhmQ==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.10.tgz", + "integrity": "sha512-ndiq2NkGZ8hTsyL/KK8qsiR3UA0NjOFIn1jtGXOKtHryXZ6vSTtkhtkE4h4+G6/QNTL1IKtocFhOQt/xsc7DUA==", "requires": { "tslib": "^2.3.0" } diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index e55cb39bc0434..34e3c0e478b9c 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -52,7 +52,7 @@ "@angular/localize": "13.3.11", "@angular/platform-browser": "13.3.11", "@angular/platform-browser-dynamic": "13.3.11", - "@angular/router": "13.3.11", + "@angular/router": "16.2.10", "@circlon/angular-tree-component": "10.0.0", "@ng-bootstrap/ng-bootstrap": "12.1.2", "@ngx-formly/bootstrap": "6.1.1",