From 5908f0ae4420f023f773f3233c0eaffc6b2db015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 14:11:05 +0000 Subject: [PATCH] Bump highcharts from 8.0.1 to 8.1.1 in /day4/front Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 8.0.1 to 8.1.1. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v8.0.1...v8.1.1) Signed-off-by: dependabot[bot] --- day4/front/package-lock.json | 6 +++--- day4/front/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/day4/front/package-lock.json b/day4/front/package-lock.json index 54dc9e1..eba060c 100644 --- a/day4/front/package-lock.json +++ b/day4/front/package-lock.json @@ -5221,9 +5221,9 @@ "dev": true }, "highcharts": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-8.0.1.tgz", - "integrity": "sha512-qxEJQIk/G8tPt8crGsuXRjE0apJG4LBZxDmzTklpUvoQU12VG9fRnOlPOqGfuVl0Pz+GibVLWrJRAU3HpB2wuw==" + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-8.1.1.tgz", + "integrity": "sha512-DSkI+fAqkqYDslOVLcEk8DX7W9itRIwzsdS0uVEOnVf0LF1hSKZtDINHP7ze/uBN9NdWQV9HydtiPTrkLx0lXg==" }, "highcharts-vue": { "version": "1.3.5", diff --git a/day4/front/package.json b/day4/front/package.json index a50887b..5f8e6cf 100644 --- a/day4/front/package.json +++ b/day4/front/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "axios": "^0.19.2", - "highcharts": "^8.0.1", + "highcharts": "^8.1.1", "highcharts-vue": "^1.3.5", "vue": "^2.6.11" },