From b4cd242cb93cbf7fc5bd0a0f306ab095307306f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 03:12:58 +0000 Subject: [PATCH] build(deps): bump apexcharts from 6.6.1 to 6.7.0 in /ui/changes Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 6.6.1 to 6.7.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/commits/v6.7.0) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 6.7.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..4a7f175cc0 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.7.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.7.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.7.0.tgz", + "integrity": "sha512-1Z8AACzw2W2I/JOLh2jHVVHWYtOIf1Yr9/A99r1+YJwb31V2Wmi4fzfscWOJAAf47nW4qRWvLm+ZLEm0GeiqjQ==", + "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.7.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.7.0.tgz", + "integrity": "sha512-1Z8AACzw2W2I/JOLh2jHVVHWYtOIf1Yr9/A99r1+YJwb31V2Wmi4fzfscWOJAAf47nW4qRWvLm+ZLEm0GeiqjQ==" }, "aproba": { "version": "1.2.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index f54c9a9889..1fde10b121 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.7.0", "localforage": "^1.10.0" } }