From 6950e5e684cce1a872dfc9ca2814139c0656c857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:13:52 +0000 Subject: [PATCH] Bump highcharts from 7.2.1 to 9.0.0 in /ui Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 7.2.1 to 9.0.0. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v7.2.1...v9.0.0) Signed-off-by: dependabot[bot] --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 19fb639..a610d1f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -4616,9 +4616,9 @@ } }, "highcharts": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-7.2.1.tgz", - "integrity": "sha512-/fSUZiONmM+x49IQJNf8XwZGiNGOPRmxEOcd0xdJP9Xc3OlG46ZiUWgSLfhYQ9Oyhmzc3V3SKYCLud8+rKLi+w==" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.0.0.tgz", + "integrity": "sha512-MJCtidFytGSQvsV3OEM+vFTLpjUcp7jmFpLn8h3oL4WKp0gxUOQg6Nw00sqMWGdiadst0gOZO4804zynTcYjZQ==" }, "highcharts-angular": { "version": "2.4.0", diff --git a/ui/package.json b/ui/package.json index 34f6981..0dee988 100644 --- a/ui/package.json +++ b/ui/package.json @@ -23,7 +23,7 @@ "@angular/platform-browser-dynamic": "~8.0.1", "@angular/router": "~8.0.1", "hammerjs": "^2.0.8", - "highcharts": "^7.2.0", + "highcharts": "^9.0.0", "highcharts-angular": "^2.4.0", "rxjs": "~6.4.0", "tslib": "^1.9.0",