From eb5439a53e6b404d74c12cd36184032564d1cef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:03:17 +0000 Subject: [PATCH] Bump apexcharts from 6.8.0 to 6.10.0 in /react Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 6.8.0 to 6.10.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v6.8.0...v6.10.0) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 6.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- react/package-lock.json | 17 +++++++++++++---- react/package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/react/package-lock.json b/react/package-lock.json index a40fc1ea..6292cd62 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^9.3.1", "@mui/material": "^9.3.1", - "apexcharts": "^6.8.0", + "apexcharts": "^6.10.0", "luxon": "^3.7.2", "react": "^19.2.8", "react-apexcharts": "^2.1.1", @@ -3832,11 +3832,20 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/apex-commons": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/apex-commons/-/apex-commons-0.5.0.tgz", + "integrity": "sha512-xz83SgPREE1wGtoflvxjwJtcjzl5bKTz2/bDxWCZNL6QVjUNE47kMg/1Zqt0bSh6eOnmFCWlTDc3RU8o85N+wg==", + "license": "MIT" + }, "node_modules/apexcharts": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.8.0.tgz", - "integrity": "sha512-ifEl3w/NAMsKQ60JNDD8nRCGdnGeuuKNvUzZTQpPr/3JNewoZv98H42VpXFB96sHle/8GDsHn/NQp785xsNh4A==", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.10.0.tgz", + "integrity": "sha512-XkDW9pb5L5jrjox86Q20gR2w6YnU4hUpv+FjL1eKtYKQGtyTUSsnFeuUE8wVDz8hNNHbOEx7Sl9cjfCmhB3NVw==", "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "apex-commons": "^0.5.0" + }, "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0" } diff --git a/react/package.json b/react/package.json index dad7f89c..03a4fd69 100644 --- a/react/package.json +++ b/react/package.json @@ -29,7 +29,7 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^9.3.1", "@mui/material": "^9.3.1", - "apexcharts": "^6.8.0", + "apexcharts": "^6.10.0", "luxon": "^3.7.2", "react": "^19.2.8", "react-apexcharts": "^2.1.1",