From c705764cca72d0da1fcdfe7d0900311c23ef2361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:07:42 +0000 Subject: [PATCH] Bump highcharts from 7.1.1 to 9.0.0 in /vistools Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 7.1.1 to 9.0.0. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v7.1.1...v9.0.0) Signed-off-by: dependabot[bot] --- vistools/package-lock.json | 6 +++--- vistools/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vistools/package-lock.json b/vistools/package-lock.json index 074c1fca..9220dcf2 100644 --- a/vistools/package-lock.json +++ b/vistools/package-lock.json @@ -41,9 +41,9 @@ "integrity": "sha1-R2Pe5vyf95Td4guNsCjCBP9r7Ic=" }, "highcharts": { - "version": "7.1.1", - "resolved": "https://packages.idmod.org:443/api/npm/npm-production/highcharts/-/highcharts-7.1.1.tgz", - "integrity": "sha1-jEQz451efb3AZGhdlUgYGjXhLBk=" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.0.0.tgz", + "integrity": "sha512-MJCtidFytGSQvsV3OEM+vFTLpjUcp7jmFpLn8h3oL4WKp0gxUOQg6Nw00sqMWGdiadst0gOZO4804zynTcYjZQ==" }, "jquery": { "version": "3.4.1", diff --git a/vistools/package.json b/vistools/package.json index 582be072..53713410 100644 --- a/vistools/package.json +++ b/vistools/package.json @@ -33,7 +33,7 @@ "file-saver": "2.0.1", "font-awesome": "^4.7.0", "heatmapjs": "2.0.2", - "highcharts": "7.1.1", + "highcharts": "9.0.0", "jquery": "3.4.1", "jquery-ui-dist": "1.12.1", "lodash": "4.17.11",