From 7a9e3e0b215c46e23e98759da77cd0a1811f3207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 03:14:07 +0000 Subject: [PATCH] build(deps): bump apexcharts from 6.6.1 to 6.10.0 in /ui/changes Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 6.6.1 to 6.10.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/commits/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] --- ui/changes/package-lock.json | 35 ++++++++++++++++++++++++++++------- ui/changes/package.json | 2 +- 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index eaaf4719e5..d9aea5c78d 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": "^6.6.1", + "apexcharts": "^6.10.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -572,10 +572,23 @@ "node": ">= 8" } }, + "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.6.1", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.6.1.tgz", - "integrity": "sha512-958NXryBp9mtyqGQK1c8J2wzTHivc7L/lS/nsHOw13L52V2mGxbmjCfVu8oPHIbBCeBe26dYR2ZU1GjIqJkxIA==" + "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" + } }, "node_modules/aproba": { "version": "1.2.0", @@ -4865,10 +4878,18 @@ "picomatch": "^2.0.4" } }, + "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==" + }, "apexcharts": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.6.1.tgz", - "integrity": "sha512-958NXryBp9mtyqGQK1c8J2wzTHivc7L/lS/nsHOw13L52V2mGxbmjCfVu8oPHIbBCeBe26dYR2ZU1GjIqJkxIA==" + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.10.0.tgz", + "integrity": "sha512-XkDW9pb5L5jrjox86Q20gR2w6YnU4hUpv+FjL1eKtYKQGtyTUSsnFeuUE8wVDz8hNNHbOEx7Sl9cjfCmhB3NVw==", + "requires": { + "apex-commons": "^0.5.0" + } }, "aproba": { "version": "1.2.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index f54c9a9889..a2a1cd4c12 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^6.6.1", + "apexcharts": "^6.10.0", "localforage": "^1.10.0" } }