From 73f66d94348625fe04484716a05d24529af50229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:07:56 +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 928503e..46523ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4649,9 +4649,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==" }, "highcharts-react-official": { "version": "3.0.0", diff --git a/package.json b/package.json index f968d93..51c09c9 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "dependencies": { "bootstrap": "^4.4.1", - "highcharts": "^8.0.0", + "highcharts": "^9.0.0", "highcharts-react-official": "^3.0.0", "intl": "^1.2.5", "jquery": "^3.4.1",