From 52508114ba5a07bef4093774bf2b80d04278696d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:47:50 +0000 Subject: [PATCH] dev: bump apexcharts from 5.16.0 to 7.0.0 Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 5.16.0 to 7.0.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v5.16.0...v7.0.0) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c60cc6b48b..6c16fbc3fa 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@sentry/react": "^10.72.0", "@tabler/icons-react": "^3.46.0", "@tippyjs/react": "^4.2.6", - "apexcharts": "^5.16.0", + "apexcharts": "^7.0.0", "autobind-decorator": "^2.4.0", "axios": "^1.13.4", "brace": "^0.11.1", diff --git a/yarn.lock b/yarn.lock index cbef39551f..f2cdcdb30a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4429,10 +4429,17 @@ anymatch@^3.1.3, anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -apexcharts@^5.16.0: - version "5.16.0" - resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-5.16.0.tgz#f54348162bec24ab8acfb0744a38c2dd0c784502" - integrity sha512-ULO3Gqrm0/26uwBcYz49u181uIp8Fy6BQQgg9QUDajs+JAs/EbXxiAmdc6BLy1JY29/JXroM7P0j0t2JPDApdg== +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@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-7.0.0.tgz#4b3137851ab60c17354559baca75c64434b0b187" + integrity sha512-wX0LP5WajZXIAvQpCcDMVOlBUhlfhzUmEaKxPkUs54WFm0/GBbEyYCpw4G6iK7W5nU/R+kRzk+NHQSWlmp0qCA== + dependencies: + apex-commons "^0.5.0" arch@^3.0.0: version "3.0.0"