From 10984281a4386ae9f9e0b693d89aff40cc3b0f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 00:58:03 +0000 Subject: [PATCH] fix(deps): bump apexcharts from 3.35.3 to 3.35.4 Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.35.3 to 3.35.4. - [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-patch ... 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 2d2d15a..03c1d35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nuxtjs/proxy": "^2.1.0", "@nuxtjs/sentry": "^5.1.7", "@nuxtjs/sitemap": "^2.4.0", - "apexcharts": "^3.35.3", + "apexcharts": "^3.35.4", "cookie": "^0.5.0", "core-js": "^3.23.4", "js-cookie": "^3.0.1", @@ -5349,9 +5349,9 @@ } }, "node_modules/apexcharts": { - "version": "3.35.3", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.3.tgz", - "integrity": "sha512-UDlxslJr3DG63I/SgoiivIu4lpP25GMaKFK8NvCHmTksTQshx4ng3oPPrYvdsBFOvD/ajPYIh/p7rNB0jq8vXg==", + "version": "3.35.4", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.4.tgz", + "integrity": "sha512-dsXjETHF2OmKtxNv66wBeFGU2qtZQnr6kp/vcNY05GWs4vcBepg54qNgOJ2Gp/gXskiGw/frrmIKGi8lJ/UDnQ==", "dependencies": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", @@ -26127,9 +26127,9 @@ } }, "apexcharts": { - "version": "3.35.3", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.3.tgz", - "integrity": "sha512-UDlxslJr3DG63I/SgoiivIu4lpP25GMaKFK8NvCHmTksTQshx4ng3oPPrYvdsBFOvD/ajPYIh/p7rNB0jq8vXg==", + "version": "3.35.4", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.4.tgz", + "integrity": "sha512-dsXjETHF2OmKtxNv66wBeFGU2qtZQnr6kp/vcNY05GWs4vcBepg54qNgOJ2Gp/gXskiGw/frrmIKGi8lJ/UDnQ==", "requires": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", diff --git a/package.json b/package.json index 10b0188..1ded912 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@nuxtjs/proxy": "^2.1.0", "@nuxtjs/sentry": "^5.1.7", "@nuxtjs/sitemap": "^2.4.0", - "apexcharts": "^3.35.3", + "apexcharts": "^3.35.4", "cookie": "^0.5.0", "core-js": "^3.23.4", "js-cookie": "^3.0.1",