From 021d0a0977125453fe46254fefe2863d5d2029e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 14:35:24 +0000 Subject: [PATCH] Bump highcharts from 7.1.1 to 7.2.2 in /vistools Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 7.1.1 to 7.2.2. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v7.1.1...v7.2.2) 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..e4c183a5 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": "7.2.2", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-7.2.2.tgz", + "integrity": "sha512-jRKujQuPKHLgGQd2sByBI9K5m56CInm2augVZnBYqdmyoU88hcI62uuAXHvxC3FW8YY0FJ74A1uw6sxrcmcmvg==" }, "jquery": { "version": "3.4.1", diff --git a/vistools/package.json b/vistools/package.json index 582be072..53490f9f 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": "7.2.2", "jquery": "3.4.1", "jquery-ui-dist": "1.12.1", "lodash": "4.17.11",