From 61fc4218645484bc3ac733f8ece5dd20be877381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:22:03 +0000 Subject: [PATCH] Bump highcharts from 7.2.1 to 9.0.0 Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 7.2.1 to 9.0.0. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v7.2.1...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 2b45040..f954fbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5174,9 +5174,9 @@ "dev": true }, "highcharts": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-7.2.1.tgz", - "integrity": "sha512-/fSUZiONmM+x49IQJNf8XwZGiNGOPRmxEOcd0xdJP9Xc3OlG46ZiUWgSLfhYQ9Oyhmzc3V3SKYCLud8+rKLi+w==" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.0.0.tgz", + "integrity": "sha512-MJCtidFytGSQvsV3OEM+vFTLpjUcp7jmFpLn8h3oL4WKp0gxUOQg6Nw00sqMWGdiadst0gOZO4804zynTcYjZQ==" }, "highlight.js": { "version": "9.18.1", diff --git a/package.json b/package.json index 740560c..6206f0b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "axios": "^0.18.0", "echarts": "^4.2.0-rc.2", "element-ui": "^2.4.11", - "highcharts": "^7.0.1", + "highcharts": "^9.0.0", "less": "^2.7.3", "less-loader": "^4.1.0", "lib-flexible": "^0.3.2",