From 721d8a009f0a317ebc4dc1063278eb7b566aed8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 03:35:04 +0000 Subject: [PATCH] build(deps): Bump apexcharts from 5.12.0 to 6.10.0 Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 5.12.0 to 6.10.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v5.12.0...v6.10.0) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 6.10.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/frontend/package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index b054f15479..c70c2a70c3 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -48,7 +48,7 @@ "@vue/cli": "^5.0.8", "@vue/cli-plugin-typescript": "^5.0.3", "@vue/cli-service": "^5.0.8", - "apexcharts": "^5.3.5", + "apexcharts": "^6.10.0", "axios": "^1.3.5", "chroma-js": "^3.1.4", "core-js": "^3.4.1", diff --git a/yarn.lock b/yarn.lock index 2ed6a2673d..ec1dfddd15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5289,10 +5289,17 @@ anynum@^1.0.1: resolved "https://registry.yarnpkg.com/anynum/-/anynum-1.0.1.tgz#2aac00e08dfad3726c1d462e60dbc2f831659a44" integrity sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A== -apexcharts@^5.3.5: - version "5.12.0" - resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-5.12.0.tgz#3dd77e797c895a2dcd7f1eb078de815d7f19cefb" - integrity sha512-vNCw62M5rhVg09FHFCL/ztpH7VlTOF8/+lWLUVjBdQffIAgQaxtyDGfojCyYoZHM3Hh17srWwz6rrD/XzblRSw== +apex-commons@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/apex-commons/-/apex-commons-0.5.0.tgz#de0a38b1c9d15fa13eac26097305a219020bc525" + integrity sha512-xz83SgPREE1wGtoflvxjwJtcjzl5bKTz2/bDxWCZNL6QVjUNE47kMg/1Zqt0bSh6eOnmFCWlTDc3RU8o85N+wg== + +apexcharts@^6.10.0: + version "6.10.0" + resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-6.10.0.tgz#12de62e95618ac2b53df7774c3bfa63ce3e91c24" + integrity sha512-XkDW9pb5L5jrjox86Q20gR2w6YnU4hUpv+FjL1eKtYKQGtyTUSsnFeuUE8wVDz8hNNHbOEx7Sl9cjfCmhB3NVw== + dependencies: + apex-commons "^0.5.0" apollo-datasource@^3.3.2: version "3.3.2"