From d2caa209f0aa9d12596f6b2af9e6ec74591770c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:13:03 +0000 Subject: [PATCH] Bump highcharts from 8.0.0 to 9.0.0 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 640a743..5e53dba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6157,9 +6157,9 @@ "dev": true }, "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==" }, "hmac-drbg": { "version": "1.0.1", diff --git a/package.json b/package.json index e357742..7febf86 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "datatables.net-bs": "^1.10.16", "echarts": "^4.6.0", "element-ui": "^2.11.1", - "highcharts": "^8.0.0", + "highcharts": "^9.0.0", "iview": "^3.0.1", "jquery": "^3.4.1", "jquery-ui": "^1.12.1",