From 2ed5e2daed7aa47c016440e195dc8283a30c875a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 14:42:22 +0000 Subject: [PATCH] build(deps): bump highcharts from 6.2.0 to 7.2.2 Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 6.2.0 to 7.2.2. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v6.2.0...v7.2.2) 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 bb7a3fb3..10cca3c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5958,9 +5958,9 @@ } }, "highcharts": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-6.2.0.tgz", - "integrity": "sha512-A4E89MA+kto8giic7zyLU6ZxfXnVeCUlKOyzFsah3+n4BROx4bgonl92KIBtwLud/mIWir8ahqhuhe2by9LakQ==" + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-7.2.2.tgz", + "integrity": "sha512-jRKujQuPKHLgGQd2sByBI9K5m56CInm2augVZnBYqdmyoU88hcI62uuAXHvxC3FW8YY0FJ74A1uw6sxrcmcmvg==" }, "hmac-drbg": { "version": "1.0.1", diff --git a/package.json b/package.json index 22142046..a9d0d607 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "express": "^4.15.2", "font-awesome": "^4.7.0", "hammerjs": "^2.0.8", - "highcharts": "^6.1.1", + "highcharts": "^7.2.2", "i": "^0.3.6", "json2csv": "^4.5.2", "load-js": "^3.0.3",