From 73619e677d7d6633d80cafb823c6a9c838394d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 03:13:05 +0000 Subject: [PATCH] build(deps): bump apexcharts from 6.10.0 to 7.1.0 in /ui/changes Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 6.10.0 to 7.1.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v6.10.0...v7.1.0) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 5b5a00d629..3a26fc78f2 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.10.0", + "apexcharts": "^7.1.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -579,9 +579,9 @@ "license": "MIT" }, "node_modules/apexcharts": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.10.0.tgz", - "integrity": "sha512-XkDW9pb5L5jrjox86Q20gR2w6YnU4hUpv+FjL1eKtYKQGtyTUSsnFeuUE8wVDz8hNNHbOEx7Sl9cjfCmhB3NVw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-7.1.0.tgz", + "integrity": "sha512-zO43jUhHBNz+riahvkVvlqYw8Zpog5KtpdVSc9PbvOiXAmPBaSSoleUtO83NktObHZ9LnNt3M4MdYx7m+aSDMw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "apex-commons": "^0.5.0" @@ -4884,9 +4884,9 @@ "integrity": "sha512-xz83SgPREE1wGtoflvxjwJtcjzl5bKTz2/bDxWCZNL6QVjUNE47kMg/1Zqt0bSh6eOnmFCWlTDc3RU8o85N+wg==" }, "apexcharts": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.10.0.tgz", - "integrity": "sha512-XkDW9pb5L5jrjox86Q20gR2w6YnU4hUpv+FjL1eKtYKQGtyTUSsnFeuUE8wVDz8hNNHbOEx7Sl9cjfCmhB3NVw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-7.1.0.tgz", + "integrity": "sha512-zO43jUhHBNz+riahvkVvlqYw8Zpog5KtpdVSc9PbvOiXAmPBaSSoleUtO83NktObHZ9LnNt3M4MdYx7m+aSDMw==", "requires": { "apex-commons": "^0.5.0" } diff --git a/ui/changes/package.json b/ui/changes/package.json index a2a1cd4c12..8c87d18151 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^6.10.0", + "apexcharts": "^7.1.0", "localforage": "^1.10.0" } }