From f5c904cebee715b1d20744284996e826f786c3f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:23:04 +0000 Subject: [PATCH] :arrow_up: Bump apexcharts from 3.53.0 to 3.54.0 in /web/app Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.53.0 to 3.54.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v3.53.0...v3.54.0) --- updated-dependencies: - dependency-name: apexcharts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/app/package-lock.json | 8 ++++---- web/app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app/package-lock.json b/web/app/package-lock.json index 1c4910a..94fb4fb 100644 --- a/web/app/package-lock.json +++ b/web/app/package-lock.json @@ -18,7 +18,7 @@ "@toolpad/core": "^0.7.0", "@xyflow/react": "^12.3.1", "ag-grid-react": "^32.2.1", - "apexcharts": "^3.53.0", + "apexcharts": "^3.54.0", "dayjs": "^1.11.13", "event-source-plus": "^0.1.4", "react": "^18.3.1", @@ -2532,9 +2532,9 @@ } }, "node_modules/apexcharts": { - "version": "3.53.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.53.0.tgz", - "integrity": "sha512-QESZHZY3w9LPQ64PGh1gEdfjYjJ5Jp+Dfy0D/CLjsLOPTpXzdxwlNMqRj+vPbTcP0nAHgjWv1maDqcEq6u5olw==", + "version": "3.54.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.54.0.tgz", + "integrity": "sha512-ZgI/seScffjLpwNRX/gAhIkAhpCNWiTNsdICv7qxnF0xisI23XSsaENUKIcMlyP1rbe8ECgvybDnp7plZld89A==", "dependencies": { "@yr/monotone-cubic-spline": "^1.0.3", "svg.draggable.js": "^2.2.2", diff --git a/web/app/package.json b/web/app/package.json index dffc4b2..de30aab 100644 --- a/web/app/package.json +++ b/web/app/package.json @@ -19,7 +19,7 @@ "@toolpad/core": "^0.7.0", "@xyflow/react": "^12.3.1", "ag-grid-react": "^32.2.1", - "apexcharts": "^3.53.0", + "apexcharts": "^3.54.0", "dayjs": "^1.11.13", "event-source-plus": "^0.1.4", "react": "^18.3.1",