From e28ec9a06d140e970ba59ca3d1336595c53f2128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:12:51 +0000 Subject: [PATCH] Bump highcharts from 8.0.0 to 9.0.0 in /Dashboard Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v8.0.0...v9.0.0) Signed-off-by: dependabot[bot] --- Dashboard/package-lock.json | 6 +++--- Dashboard/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dashboard/package-lock.json b/Dashboard/package-lock.json index 643d7b1..e0f4d37 100644 --- a/Dashboard/package-lock.json +++ b/Dashboard/package-lock.json @@ -6563,9 +6563,9 @@ } }, "highcharts": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-8.0.0.tgz", - "integrity": "sha512-jRKLiP0i29zKSEgMDASyrfpivrM3e8V8yTv8YUZtRzB2mXR+hsBNHWZw2hNRZVxqq1QCVmW/9Z/BLFvYlJELqA==" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.0.0.tgz", + "integrity": "sha512-MJCtidFytGSQvsV3OEM+vFTLpjUcp7jmFpLn8h3oL4WKp0gxUOQg6Nw00sqMWGdiadst0gOZO4804zynTcYjZQ==" }, "highcharts-angular": { "version": "2.4.0", diff --git a/Dashboard/package.json b/Dashboard/package.json index 1456d7b..861685d 100644 --- a/Dashboard/package.json +++ b/Dashboard/package.json @@ -23,7 +23,7 @@ "@angular/platform-browser-dynamic": "~8.2.14", "@angular/router": "~8.2.14", "hammerjs": "^2.0.8", - "highcharts": "^8.0.0", + "highcharts": "^9.0.0", "highcharts-angular": "^2.4.0", "rxjs": "~6.4.0", "tslib": "^1.10.0",