From 2bf05a34118f5f33f39a5d499626ab71a557807f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 16:21:58 +0000 Subject: [PATCH] Bump highcharts from 8.2.0 to 9.0.0 Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 8.2.0 to 9.0.0. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v8.2.0...v9.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e26a21c..9ea92cc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@testing-library/user-event": "^7.1.2", "axios": "^0.20.0", "bootstrap": "^4.5.0", - "highcharts": "^8.1.2", + "highcharts": "^9.0.0", "highcharts-react-official": "^3.0.0", "jquery": "^3.5.1", "popper.js": "^1.16.1", diff --git a/yarn.lock b/yarn.lock index 60aa45e..a392ff9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5150,10 +5150,10 @@ highcharts-react-official@^3.0.0: resolved "https://registry.yarnpkg.com/highcharts-react-official/-/highcharts-react-official-3.0.0.tgz#f2e81ed59d299c3473a0dd5ba5df24028875226a" integrity sha512-VefJgDY2hkT9gfppsQGrRF2g5u8d9dtfHGcx2/xqiP+PkZXCqalw9xOeKVCRvJKTOh0coiDFwvVjOvB7KaGl4A== -highcharts@^8.1.2: - version "8.2.0" - resolved "https://registry.yarnpkg.com/highcharts/-/highcharts-8.2.0.tgz#3d4893015caf1a7c9ed85284d983911e844649f3" - integrity sha512-s3R7UEaMWUDJNxFfdjuiOtI8rnSvhEZUNN4TA7LiDRc9Tw7DUKvTv5WXSTYzxojokLbybwwlf9t3jg/meAUTnQ== +highcharts@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/highcharts/-/highcharts-9.0.0.tgz#2e5d382481f71c50ac7f086e7bdead394fab71d4" + integrity sha512-MJCtidFytGSQvsV3OEM+vFTLpjUcp7jmFpLn8h3oL4WKp0gxUOQg6Nw00sqMWGdiadst0gOZO4804zynTcYjZQ== history@^4.9.0: version "4.10.1"