From c2a43871374e531f8ba17b01462838d496f75b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 14:31:41 +0000 Subject: [PATCH] Bump highcharts from 7.1.2 to 7.2.2 in /midas Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 7.1.2 to 7.2.2. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v7.1.2...v7.2.2) Signed-off-by: dependabot[bot] --- midas/package-lock.json | 6 +++--- midas/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/midas/package-lock.json b/midas/package-lock.json index 0d94e87..87c4781 100644 --- a/midas/package-lock.json +++ b/midas/package-lock.json @@ -343,9 +343,9 @@ } }, "highcharts": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-7.1.2.tgz", - "integrity": "sha512-diSTVxWKefQzShi22gaV63pdrIFlQAsTGe3f328Ur7cqBoYFvHMtiMP+q+VOFdM2mdGVtlUR0QQSxj62LLsPpg==" + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-7.2.2.tgz", + "integrity": "sha512-jRKujQuPKHLgGQd2sByBI9K5m56CInm2augVZnBYqdmyoU88hcI62uuAXHvxC3FW8YY0FJ74A1uw6sxrcmcmvg==" }, "hosted-git-info": { "version": "2.7.1", diff --git a/midas/package.json b/midas/package.json index dff340f..a305b52 100644 --- a/midas/package.json +++ b/midas/package.json @@ -7,7 +7,7 @@ "durandal": "^2.2.0", "ejs": "^2.6.2", "express": "^4.17.1", - "highcharts": "^7.1.2", + "highcharts": "^7.2.2", "mongodb": "^3.2.7", "mustache": "^3.0.1", "package.json": "^2.0.1",