From 04c0e9ef7adf7eed4dbcd50962a700ce5d4b5861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 00:26:19 +0000 Subject: [PATCH] fix(deps): bump apexcharts from 3.35.4 to 3.36.0 Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.35.4 to 3.36.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/commits) --- updated-dependencies: - dependency-name: apexcharts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9197b99..2c77710 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@nuxtjs/pwa": "^3.3.5", - "apexcharts": "^3.35.4", + "apexcharts": "^3.36.0", "core-js": "^3.24.0", "nuxt": "^2.15.8", "nuxt-buefy": "^0.4.23", @@ -3501,9 +3501,9 @@ } }, "node_modules/apexcharts": { - "version": "3.35.4", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.4.tgz", - "integrity": "sha512-dsXjETHF2OmKtxNv66wBeFGU2qtZQnr6kp/vcNY05GWs4vcBepg54qNgOJ2Gp/gXskiGw/frrmIKGi8lJ/UDnQ==", + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.0.tgz", + "integrity": "sha512-9r7M/SOfnYS1g4G1gmRRgeIN1Oj+ct1S0G6PpMPPD3F4jGHgWl5EzxqvoQkk3vpTxN8MbZB5ZHWIAQvPuFiA+w==", "dependencies": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", @@ -18915,9 +18915,9 @@ } }, "apexcharts": { - "version": "3.35.4", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.4.tgz", - "integrity": "sha512-dsXjETHF2OmKtxNv66wBeFGU2qtZQnr6kp/vcNY05GWs4vcBepg54qNgOJ2Gp/gXskiGw/frrmIKGi8lJ/UDnQ==", + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.0.tgz", + "integrity": "sha512-9r7M/SOfnYS1g4G1gmRRgeIN1Oj+ct1S0G6PpMPPD3F4jGHgWl5EzxqvoQkk3vpTxN8MbZB5ZHWIAQvPuFiA+w==", "requires": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", diff --git a/package.json b/package.json index 156a248..94b39d6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@nuxtjs/pwa": "^3.3.5", - "apexcharts": "^3.35.4", + "apexcharts": "^3.36.0", "core-js": "^3.24.0", "nuxt": "^2.15.8", "nuxt-buefy": "^0.4.23",