From 31dfd9f6030e16075954c27750c20c4da947d36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 03:17:22 +0000 Subject: [PATCH] Bump apexcharts from 5.4.0 to 5.7.0 in /ui/changes Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 5.4.0 to 5.7.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v5.4.0...v5.7.0) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 5.7.0 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..a208cf3dfa 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.7.0", "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.7.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.7.0.tgz", + "integrity": "sha512-NxGX3QT1zhM6aLVQobx0KJxYiq6wrKcscnyiKtL9lodS6PuLzaPc84BhHhzxFxkWjbsBZTbrrvrFuhvkHs7G6Q==", "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.7.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.7.0.tgz", + "integrity": "sha512-NxGX3QT1zhM6aLVQobx0KJxYiq6wrKcscnyiKtL9lodS6PuLzaPc84BhHhzxFxkWjbsBZTbrrvrFuhvkHs7G6Q==", "requires": { "@yr/monotone-cubic-spline": "^1.0.3" } diff --git a/ui/changes/package.json b/ui/changes/package.json index c1279ffdf2..8fb2c0b6c4 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.7.0", "localforage": "^1.10.0" } }