From ccdfefa0e7dc0c2ca79c9792c547898e4f30c23f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:50:47 +0000 Subject: [PATCH] Bump apexcharts from 5.3.1 to 5.3.2 in /react Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/commits) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- react/package-lock.json | 10 +++++----- react/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/react/package-lock.json b/react/package-lock.json index 35c2c011..9324d5f4 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.2.0", "@mui/material": "^7.2.0", - "apexcharts": "^5.3.1", + "apexcharts": "^5.3.2", "history": "^5.3.0", "luxon": "^3.7.1", "react": "^19.1.1", @@ -6254,10 +6254,10 @@ } }, "node_modules/apexcharts": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.3.1.tgz", - "integrity": "sha512-GMfVt9h8qNMqebZz1HOSyWcmdOKWPGnp/F7ta6IijXO3t2B/K25bS+Ml709zdw7yHO/45F1DgnKnDyK6uRZ2Ng==", - "license": "ApexCharts License", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.3.2.tgz", + "integrity": "sha512-qeKIS5CS/n+CoNNwbd69G4rRc3we5/8g5Mu46OumqH7pCMSN4MhI2lr0xDY/ktBlFh94YuM9psc9WX6EWtC90g==", + "license": "SEE LICENSE IN LICENSE", "dependencies": { "@svgdotjs/svg.draggable.js": "^3.0.4", "@svgdotjs/svg.filter.js": "^3.0.8", diff --git a/react/package.json b/react/package.json index c6599afc..4060816e 100644 --- a/react/package.json +++ b/react/package.json @@ -26,7 +26,7 @@ "@emotion/styled": "^11.14.1", "@mui/material": "^7.2.0", "@mui/icons-material": "^7.2.0", - "apexcharts": "^5.3.1", + "apexcharts": "^5.3.2", "history": "^5.3.0", "luxon": "^3.7.1", "react": "^19.1.1",