From b13e595ec1eefef6e1a17d2e7ab13a95035ae771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:14:47 +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 d4296f6..8384433 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3254,9 +3254,9 @@ } }, "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==" }, "hosted-git-info": { "version": "2.7.1", diff --git a/package.json b/package.json index 1fe1f74..ad52e5d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint": "5.13.0", "eslint-config-airbnb-base": "13.1.0", "eslint-plugin-import": "^2.16.0", - "highcharts": "^7.2.2", + "highcharts": "^9.0.0", "jest": "^24.1.0", "jsdoc": "^3.6.3", "prettier": "^1.16.4"