From 83f2b2b12378270a9f365e4462d4fb93c8fb6480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:17:23 +0000 Subject: [PATCH] Bump apexcharts from 5.4.0 to 5.6.0 in /ui/changes Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 5.4.0 to 5.6.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v5.4.0...v5.6.0) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 5.6.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..44db0da7fe 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.6.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.6.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.6.0.tgz", + "integrity": "sha512-BZua59yedRsaDfnxkzNrkyLCvluq2c3ZDBIz4joxSKtgr0xDQXQ5dzceMhf/TpTbAjaF+2NYIpLP3BEEIG2s/w==", "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.6.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.6.0.tgz", + "integrity": "sha512-BZua59yedRsaDfnxkzNrkyLCvluq2c3ZDBIz4joxSKtgr0xDQXQ5dzceMhf/TpTbAjaF+2NYIpLP3BEEIG2s/w==", "requires": { "@yr/monotone-cubic-spline": "^1.0.3" } diff --git a/ui/changes/package.json b/ui/changes/package.json index c1279ffdf2..9d1459aa13 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.6.0", "localforage": "^1.10.0" } }