From 6953ae81933febb0201de72919408517a5250039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 21:15:27 +0000 Subject: [PATCH] Bump apexcharts from 3.22.0 to 3.24.0 Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.22.0 to 3.24.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54c9f0c..4a1aa11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1300,9 +1300,9 @@ } }, "apexcharts": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.22.0.tgz", - "integrity": "sha512-DDh2eXnAEA8GoKU/hdicOaS2jzGehXwv8Bj1djYYudkeQzEdglFoWsVyIxff+Ds7+aUtVAJzd/9ythZuyyIbXQ==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.24.0.tgz", + "integrity": "sha512-iT6czJCIVrmAtrcO90MZTQCvC+xi6R6Acf0jNH/d40FVTtCfcqECuKIh5iAMyOTtgUb7+fQ8rbadH2bm1kbL9Q==", "requires": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", diff --git a/package.json b/package.json index da745a0..abe11b4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@kloudsoftware/eisen": "^2.2.2", "@types/feather-icons": "^4.7.0", - "apexcharts": "^3.22.0", + "apexcharts": "^3.24.0", "feather-icons": "^4.28.0", "moment": "^2.29.1", "moment-timezone": "^0.5.31",