From 3d7a27e75c560767f0c1dd3d6afb88d447724388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 03:14:33 +0000 Subject: [PATCH] Bump apexcharts from 5.10.3 to 5.10.4 in /ui/changes Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 5.10.3 to 5.10.4. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v5.10.3...v5.10.4) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 5.10.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/changes/package-lock.json | 30 +++++++----------------------- ui/changes/package.json | 2 +- 2 files changed, 8 insertions(+), 24 deletions(-) diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 39178a3106..cd13603cc6 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.10.3", + "apexcharts": "^5.10.4", "localforage": "^1.10.0" }, "devDependencies": { @@ -444,11 +444,6 @@ "@types/node": "*" } }, - "node_modules/@yr/monotone-cubic-spline": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@yr/monotone-cubic-spline/-/monotone-cubic-spline-1.0.3.tgz", - "integrity": "sha512-FQXkOta0XBSUPHndIKON2Y9JeQz5ZeMqLYZVVK93FliNBFm7LNMIZmY6FrMEB9XPcDbE2bekMbZD6kzDkxwYjA==" - }, "node_modules/abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", @@ -578,12 +573,9 @@ } }, "node_modules/apexcharts": { - "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" - } + "version": "5.10.4", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.4.tgz", + "integrity": "sha512-gt0VUqZ2+mr25ScbUcKZgJr96jKYm4vjOcxEWCEh/E5F4dWqhyo3dBhPRvNNnkKiWxkMd2cBwj3ZYH3rK39fkA==" }, "node_modules/aproba": { "version": "1.2.0", @@ -4779,11 +4771,6 @@ "@types/node": "*" } }, - "@yr/monotone-cubic-spline": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@yr/monotone-cubic-spline/-/monotone-cubic-spline-1.0.3.tgz", - "integrity": "sha512-FQXkOta0XBSUPHndIKON2Y9JeQz5ZeMqLYZVVK93FliNBFm7LNMIZmY6FrMEB9XPcDbE2bekMbZD6kzDkxwYjA==" - }, "abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", @@ -4879,12 +4866,9 @@ } }, "apexcharts": { - "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" - } + "version": "5.10.4", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.4.tgz", + "integrity": "sha512-gt0VUqZ2+mr25ScbUcKZgJr96jKYm4vjOcxEWCEh/E5F4dWqhyo3dBhPRvNNnkKiWxkMd2cBwj3ZYH3rK39fkA==" }, "aproba": { "version": "1.2.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index 1f57ae0ac3..e1fa66e930 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^5.10.3", + "apexcharts": "^5.10.4", "localforage": "^1.10.0" } }