From d78b1d2398faa22620bbd95dd825a7a712955781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:04:58 +0000 Subject: [PATCH] Bump highcharts from 7.2.2 to 9.0.0 Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 7.2.2 to 9.0.0. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v7.2.2...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 2316473..05f2a39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7007,9 +7007,9 @@ "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==" }, "highcharts": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-7.2.2.tgz", - "integrity": "sha512-jRKujQuPKHLgGQd2sByBI9K5m56CInm2augVZnBYqdmyoU88hcI62uuAXHvxC3FW8YY0FJ74A1uw6sxrcmcmvg==" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.0.0.tgz", + "integrity": "sha512-MJCtidFytGSQvsV3OEM+vFTLpjUcp7jmFpLn8h3oL4WKp0gxUOQg6Nw00sqMWGdiadst0gOZO4804zynTcYjZQ==" }, "highcharts-react-official": { "version": "2.2.2", diff --git a/package.json b/package.json index 21a8053..e47843f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "axios": "^0.21.1", - "highcharts": "^7.2.2", + "highcharts": "^9.0.0", "highcharts-react-official": "^2.2.2", "http-proxy-middleware": "^0.19.1", "ramda": "^0.26.1",