From 81a45800f6b303d91e80f856289627da2386ffd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 04:06:39 +0000 Subject: [PATCH] chore(deps): bump apexcharts from 3.36.0 to 3.40.0 in /client Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.36.0 to 3.40.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v3.36.0...v3.40.0) --- updated-dependencies: - dependency-name: apexcharts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index cdc63aafc..69e79f241 100644 --- a/client/package.json +++ b/client/package.json @@ -22,7 +22,7 @@ "@vueuse/core": "^9.4.0", "@vueuse/integrations": "^9.4.0", "accounting": "^0.4.1", - "apexcharts": "^3.36.0", + "apexcharts": "^3.40.0", "cross-undici-fetch": "^0.4.14", "detect-browser": "^5.3.0", "graphql-tag": "^2.12.6", diff --git a/client/yarn.lock b/client/yarn.lock index 2d468e726..bbfafb1bf 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -5035,10 +5035,10 @@ anymatch@^2.0.0: micromatch "^3.1.4" normalize-path "^2.1.1" -apexcharts@^3.36.0: - version "3.36.0" - resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.36.0.tgz#eba378167be3ebe5044b8980d5907bad9e9a7fff" - integrity sha512-9r7M/SOfnYS1g4G1gmRRgeIN1Oj+ct1S0G6PpMPPD3F4jGHgWl5EzxqvoQkk3vpTxN8MbZB5ZHWIAQvPuFiA+w== +apexcharts@^3.40.0: + version "3.40.0" + resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.40.0.tgz#9eccb50e38f12ddaeb6803ec781fb26e161853e3" + integrity sha512-dSi3BUfCJkFd67uFp+xffrJVd3lDT7AAUUyRp0qPYiglJ76CeZLddVhM3FAk1P9GCzf8VewqGYUPCYQvXm+b9A== dependencies: svg.draggable.js "^2.2.2" svg.easing.js "^2.0.0"