From b516ceb649533edbc5d5f6826876caad50ff4dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:25:21 +0000 Subject: [PATCH] chore(deps): bump highcharts from 8.2.2 to 11.1.0 Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 8.2.2 to 11.1.0. - [Commits](https://github.com/highcharts/highcharts-dist/commits) --- updated-dependencies: - dependency-name: highcharts dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45a5f5298..98dbebe2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@popperjs/core": "^2.11.8", "@simonwep/pickr": "^1.8.2", "bootstrap": "^5.3.0", - "highcharts": "^8.2.2", + "highcharts": "^11.1.0", "jquery-contextmenu": "^2.9.2", "justifiedGallery": "^3.8.1", "shepherd.js": "^11.1.1", @@ -3357,9 +3357,9 @@ } }, "node_modules/highcharts": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-8.2.2.tgz", - "integrity": "sha512-F63TXO7RxsvTcpO/KOubQZWualYpCMyCTuKtoWbt7KCsfQ3Kl7Fr6HEyyJdjkYl+XlnmnKlSRi9d3HjLK9Q0wg==" + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-11.1.0.tgz", + "integrity": "sha512-vhmqq6/frteWMx0GKYWwEFL25g4OYc7+m+9KQJb/notXbNtIb8KVy+ijOF7XAFqF165cq0pdLIePAmyFY5ph3g==" }, "node_modules/hosted-git-info": { "version": "4.1.0", diff --git a/package.json b/package.json index af53a172c..bc3ce1a7a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@popperjs/core": "^2.11.8", "@simonwep/pickr": "^1.8.2", "bootstrap": "^5.3.0", - "highcharts": "^8.2.2", + "highcharts": "^11.1.0", "jquery-contextmenu": "^2.9.2", "justifiedGallery": "^3.8.1", "shepherd.js": "^11.1.1",