From f4505fd0ca181eb19164cabf53be1e9402224bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:15:47 +0000 Subject: [PATCH] Bump apexcharts from 5.4.0 to 5.10.3 in /ui/changes Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 5.4.0 to 5.10.3. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v5.4.0...v5.10.3) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 5.10.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/changes/package-lock.json | 14 +++++++------- ui/changes/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 3cb59233d6..a8054e423b 100644 --- a/ui/changes/package-lock.json +++ b/ui/changes/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^5.4.0", + "apexcharts": "^5.10.3", "localforage": "^1.10.0" }, "devDependencies": { @@ -578,9 +578,9 @@ } }, "node_modules/apexcharts": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.4.0.tgz", - "integrity": "sha512-qyEypKc1nixORUHdwO30izyyCqH9A4NsxQZ6Xrlq+ABEamOED1AoSg3eHaJMPRGT+wfE09wucLqwvk8oSr3tdA==", + "version": "5.10.3", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.3.tgz", + "integrity": "sha512-wwvkSLsodNOc/rHo5MJsn3GPM4Krc5Gs0zKX4Lfzq4LohcTbyKylYUGEqJFmXXxGR7yLbZQz31sB5RTqT5mv1g==", "dependencies": { "@yr/monotone-cubic-spline": "^1.0.3" } @@ -4879,9 +4879,9 @@ } }, "apexcharts": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.4.0.tgz", - "integrity": "sha512-qyEypKc1nixORUHdwO30izyyCqH9A4NsxQZ6Xrlq+ABEamOED1AoSg3eHaJMPRGT+wfE09wucLqwvk8oSr3tdA==", + "version": "5.10.3", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.3.tgz", + "integrity": "sha512-wwvkSLsodNOc/rHo5MJsn3GPM4Krc5Gs0zKX4Lfzq4LohcTbyKylYUGEqJFmXXxGR7yLbZQz31sB5RTqT5mv1g==", "requires": { "@yr/monotone-cubic-spline": "^1.0.3" } diff --git a/ui/changes/package.json b/ui/changes/package.json index c1279ffdf2..1f57ae0ac3 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^5.4.0", + "apexcharts": "^5.10.3", "localforage": "^1.10.0" } }