From e282a55d1972baa7bfc723e1ea4d4f8d090e445f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 14:26:30 +0000 Subject: [PATCH] Bump highcharts from 5.0.11 to 8.2.0 in /techCurriculum/ui/solutions/7.1 Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 5.0.11 to 8.2.0. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v5.0.11...v8.2.0) Signed-off-by: dependabot[bot] --- techCurriculum/ui/solutions/7.1/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techCurriculum/ui/solutions/7.1/package.json b/techCurriculum/ui/solutions/7.1/package.json index bc2077b..d2ddb2f 100644 --- a/techCurriculum/ui/solutions/7.1/package.json +++ b/techCurriculum/ui/solutions/7.1/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "create-react-class": "^15.5.3", - "highcharts": "5.0.11", + "highcharts": "8.2.0", "moment": "^2.24.0", "react": "^16.8.6", "react-dom": "^16.8.6",