From c8248dd8b4da8d79c1652dce202630a521278346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:35:40 +0000 Subject: [PATCH] chore(deps): bump apexcharts from 3.49.1 to 3.53.0 Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.49.1 to 3.53.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.53.0) --- updated-dependencies: - dependency-name: apexcharts dependency-type: direct:production update-type: version-update:semver-minor ... 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 65769fe9..2836c86c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@tanstack/react-query": "^4.24.6", "@tanstack/react-query-devtools": "^4.33.0", "@tanstack/react-table": "^8.20.5", - "apexcharts": "^3.49.1", + "apexcharts": "^3.53.0", "axios": "^1.7.7", "classnames": "^2.3.2", "flowbite": "^2.5.1", @@ -2064,9 +2064,9 @@ } }, "node_modules/apexcharts": { - "version": "3.49.1", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.49.1.tgz", - "integrity": "sha512-MqGtlq/KQuO8j0BBsUJYlRG8VBctKwYdwuBtajHgHTmSgUU3Oai+8oYN/rKCXwXzrUlYA+GiMgotAIbXY2BCGw==", + "version": "3.53.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.53.0.tgz", + "integrity": "sha512-QESZHZY3w9LPQ64PGh1gEdfjYjJ5Jp+Dfy0D/CLjsLOPTpXzdxwlNMqRj+vPbTcP0nAHgjWv1maDqcEq6u5olw==", "dependencies": { "@yr/monotone-cubic-spline": "^1.0.3", "svg.draggable.js": "^2.2.2", diff --git a/package.json b/package.json index ca638ae3..23ec60af 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@tanstack/react-query": "^4.24.6", "@tanstack/react-query-devtools": "^4.33.0", "@tanstack/react-table": "^8.20.5", - "apexcharts": "^3.49.1", + "apexcharts": "^3.53.0", "axios": "^1.7.7", "classnames": "^2.3.2", "flowbite": "^2.5.1",