From c136e187d788cdd94f27170f29e53e74ac580aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 03:12:56 +0000 Subject: [PATCH] build(deps): bump apexcharts from 6.6.1 to 6.8.0 in /ui/changes Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 6.6.1 to 6.8.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/commits/v6.8.0) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 6.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/changes/package-lock.json | 17 ++++++++++------- ui/changes/package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index eaaf4719e5..f11dd77bb0 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.8.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -573,9 +573,12 @@ } }, "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.8.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.8.0.tgz", + "integrity": "sha512-ifEl3w/NAMsKQ60JNDD8nRCGdnGeuuKNvUzZTQpPr/3JNewoZv98H42VpXFB96sHle/8GDsHn/NQp785xsNh4A==", + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + } }, "node_modules/aproba": { "version": "1.2.0", @@ -4866,9 +4869,9 @@ } }, "apexcharts": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.6.1.tgz", - "integrity": "sha512-958NXryBp9mtyqGQK1c8J2wzTHivc7L/lS/nsHOw13L52V2mGxbmjCfVu8oPHIbBCeBe26dYR2ZU1GjIqJkxIA==" + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.8.0.tgz", + "integrity": "sha512-ifEl3w/NAMsKQ60JNDD8nRCGdnGeuuKNvUzZTQpPr/3JNewoZv98H42VpXFB96sHle/8GDsHn/NQp785xsNh4A==" }, "aproba": { "version": "1.2.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index f54c9a9889..048548de24 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.8.0", "localforage": "^1.10.0" } }