From 942902f73111603d6d1ae73b9426985071df9aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:13:57 +0000 Subject: [PATCH] build(deps): bump highcharts from 6.2.0 to 9.0.0 Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 6.2.0 to 9.0.0. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v6.2.0...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 bb7a3fb3..33491e73 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": "9.0.0", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.0.0.tgz", + "integrity": "sha512-MJCtidFytGSQvsV3OEM+vFTLpjUcp7jmFpLn8h3oL4WKp0gxUOQg6Nw00sqMWGdiadst0gOZO4804zynTcYjZQ==" }, "hmac-drbg": { "version": "1.0.1", diff --git a/package.json b/package.json index 22142046..8f6b381e 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": "^9.0.0", "i": "^0.3.6", "json2csv": "^4.5.2", "load-js": "^3.0.3",