From da3e0522a13923192a9b14ab2e660dbf22a7e9f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 00:31:07 +0000 Subject: [PATCH] fix(deps): bump apexcharts from 3.35.4 to 3.36.3 Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.35.4 to 3.36.3. - [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..d90175e 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.3", "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.3", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.3.tgz", + "integrity": "sha512-8/FXEs0ohXMff07Gv28XjhPwEJphIUdq2/wii/pcvi54Tw6z1mjrV8ydN8rlWi/ve8BAPBefJkLmRWv7UOBsLw==", "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.3", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.3.tgz", + "integrity": "sha512-8/FXEs0ohXMff07Gv28XjhPwEJphIUdq2/wii/pcvi54Tw6z1mjrV8ydN8rlWi/ve8BAPBefJkLmRWv7UOBsLw==", "requires": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", diff --git a/package.json b/package.json index 156a248..d82d3d0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@nuxtjs/pwa": "^3.3.5", - "apexcharts": "^3.35.4", + "apexcharts": "^3.36.3", "core-js": "^3.24.0", "nuxt": "^2.15.8", "nuxt-buefy": "^0.4.23",