From 5a7be6f2e146783ed2241a7fb33631026811a76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 21:13:28 +0000 Subject: [PATCH] Build(deps): bump apexcharts from 3.19.2 to 3.24.0 in /client Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.19.2 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] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index a01a747e..c0e3752b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2348,9 +2348,9 @@ } }, "apexcharts": { - "version": "3.19.2", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.19.2.tgz", - "integrity": "sha512-hMFLRE2Lyx4WrN9pYfQLvBDcn+HOodZrqRwc+kucxM+hcUmI2NHY4z+GI14+VcSFmD4aKiMbS3z3Q2jiBxUrcg==", + "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/client/package.json b/client/package.json index 66d08394..b7d3a031 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", - "apexcharts": "^3.19.2", + "apexcharts": "^3.24.0", "axios": "^0.19.2", "formik": "^2.1.4", "js-cookie": "^2.2.1",