From 6024ee485b74e89de05298d20ccefe6d8170fdca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:24:45 +0000 Subject: [PATCH] mgr/dashboard: bump ng2-charts in /src/pybind/mgr/dashboard/frontend Bumps [ng2-charts](https://github.com/valor-software/ng2-charts) from 4.1.1 to 6.0.1. - [Release notes](https://github.com/valor-software/ng2-charts/releases) - [Commits](https://github.com/valor-software/ng2-charts/compare/v4.1.1...v6.0.1) --- updated-dependencies: - dependency-name: ng2-charts dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../mgr/dashboard/frontend/package-lock.json | 15 ++++++++------- src/pybind/mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index f3e393d8523456..5f687fc4b1608b 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -37,7 +37,7 @@ "moment": "2.29.4", "ng-block-ui": "3.0.2", "ng-click-outside": "7.0.0", - "ng2-charts": "4.1.1", + "ng2-charts": "6.0.1", "ngx-cookie-service": "17.1.0", "ngx-pipe-function": "1.0.0", "ngx-toastr": "17.0.2", @@ -24967,17 +24967,18 @@ } }, "node_modules/ng2-charts": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-4.1.1.tgz", - "integrity": "sha512-iHwXDbmX86lfeH8VRcsaW2tJATsuAZo4kvvC/Yk2l35zOHjevja1qBvO6BAibiDazi9r9aS6ZRJOqWPsz1pP2w==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-6.0.1.tgz", + "integrity": "sha512-pO7evbvHqjiKB7zqE12tCKWQI9gmQ8DVOEaWBBLlxJabc4fLGk7o9t4jC4+Q9pJiQrTtQkugm0dIPQ4PFHUaWA==", "dependencies": { "lodash-es": "^4.17.15", "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/cdk": ">=14.0.0", - "@angular/common": ">=14.0.0", - "@angular/core": ">=14.0.0", + "@angular/cdk": ">=17.0.0", + "@angular/common": ">=17.0.0", + "@angular/core": ">=17.0.0", + "@angular/platform-browser": ">=17.0.0", "chart.js": "^3.4.0 || ^4.0.0", "rxjs": "^6.5.3 || ^7.4.0" } diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index f72dbdbe4125b8..5993ec2c21a2b0 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -71,7 +71,7 @@ "moment": "2.29.4", "ng-block-ui": "3.0.2", "ng-click-outside": "7.0.0", - "ng2-charts": "4.1.1", + "ng2-charts": "6.0.1", "ngx-cookie-service": "17.1.0", "ngx-pipe-function": "1.0.0", "ngx-toastr": "17.0.2",