From 40b4d0b1d59f8822db039d581a7db477a08a0fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 15:59:38 +0000 Subject: [PATCH] Bump highcharts from 7.1.2 to 9.0.0 in /midas Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 7.1.2 to 9.0.0. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v7.1.2...v9.0.0) 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..4d2ff6e 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": "9.0.0", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.0.0.tgz", + "integrity": "sha512-MJCtidFytGSQvsV3OEM+vFTLpjUcp7jmFpLn8h3oL4WKp0gxUOQg6Nw00sqMWGdiadst0gOZO4804zynTcYjZQ==" }, "hosted-git-info": { "version": "2.7.1", diff --git a/midas/package.json b/midas/package.json index dff340f..0748eea 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": "^9.0.0", "mongodb": "^3.2.7", "mustache": "^3.0.1", "package.json": "^2.0.1",