From c9c7317d0e97b00a15ac9a910b941b498e344b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 20:53:20 +0000 Subject: [PATCH] Bump apexcharts from 3.6.3 to 3.24.0 Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.6.3 to 3.24.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 37 ++++++++++++++++++++----------------- package.json | 2 +- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a60503..9cb8b66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1522,18 +1522,16 @@ } }, "apexcharts": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.6.3.tgz", - "integrity": "sha512-EBdTgfHNNwmdbtmYLvd0WQ6ueMme3ldKThknJqQqlitIe+sVVb/Z7vKTEiNY+uyP+IDi7vlSbB3o+VCugybfkw==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.24.0.tgz", + "integrity": "sha512-iT6czJCIVrmAtrcO90MZTQCvC+xi6R6Acf0jNH/d40FVTtCfcqECuKIh5iAMyOTtgUb7+fQ8rbadH2bm1kbL9Q==", "requires": { - "promise-polyfill": "8.1.0", - "svg.draggable.js": "^2.2.1", + "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", "svg.filter.js": "^2.0.2", - "svg.js": "^2.6.6", "svg.pathmorphing.js": "^0.1.3", - "svg.resize.js": "^1.4.1", - "svg.select.js": "^2.1.2" + "svg.resize.js": "^1.4.3", + "svg.select.js": "^3.0.1" } }, "aproba": { @@ -11381,11 +11379,6 @@ "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=", "dev": true }, - "promise-polyfill": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.0.tgz", - "integrity": "sha512-OzSf6gcCUQ01byV4BgwyUCswlaQQ6gzXc23aLQWhicvfX9kfsUiUhgt3CCQej8jDnl8/PhGF31JdHX2/MzF3WA==" - }, "proxy-addr": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.4.tgz", @@ -13068,14 +13061,24 @@ "requires": { "svg.js": "^2.6.5", "svg.select.js": "^2.1.2" + }, + "dependencies": { + "svg.select.js": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/svg.select.js/-/svg.select.js-2.1.2.tgz", + "integrity": "sha512-tH6ABEyJsAOVAhwcCjF8mw4crjXSI1aa7j2VQR8ZuJ37H2MBUbyeqYr5nEO7sSN3cy9AR9DUwNg0t/962HlDbQ==", + "requires": { + "svg.js": "^2.2.5" + } + } } }, "svg.select.js": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/svg.select.js/-/svg.select.js-2.1.2.tgz", - "integrity": "sha512-tH6ABEyJsAOVAhwcCjF8mw4crjXSI1aa7j2VQR8ZuJ37H2MBUbyeqYr5nEO7sSN3cy9AR9DUwNg0t/962HlDbQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/svg.select.js/-/svg.select.js-3.0.1.tgz", + "integrity": "sha512-h5IS/hKkuVCbKSieR9uQCj9w+zLHoPh+ce19bBYyqF53g6mnPB8sAtIbe1s9dh2S2fCmYX2xel1Ln3PJBbK4kw==", "requires": { - "svg.js": "^2.2.5" + "svg.js": "^2.6.5" } }, "svgo": { diff --git a/package.json b/package.json index 9dd85ee..49952d3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@fortawesome/fontawesome-svg-core": "^1.2.15", "@fortawesome/free-solid-svg-icons": "^5.7.2", "@fortawesome/vue-fontawesome": "^0.1.5", - "apexcharts": "^3.6.3", + "apexcharts": "^3.24.0", "element-ui": "^2.6.1", "i": "^0.3.6", "npm": "^6.9.0",