diff --git a/package-lock.json b/package-lock.json index c21eff1a..ec2c0caf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@vue/composition-api": "1.0.0-beta.22", "@vueuse/core": "4.0.0", "animate.css": "4.1.1", - "apexcharts": "3.23.0", + "apexcharts": "3.24.0", "axios": "0.21.1", "axios-mock-adapter": "1.19.0", "bootstrap": "4.6.0", @@ -3883,9 +3883,9 @@ } }, "node_modules/apexcharts": { - "version": "3.23.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.23.0.tgz", - "integrity": "sha512-1mV6qouuopvYR6UFSXi/Ge4jRMe//zyAN3aK05mAs4Iuet8mA0w31Q6OU6syD77bawt9p3YKNOmNF7OO2u9w0g==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.24.0.tgz", + "integrity": "sha512-iT6czJCIVrmAtrcO90MZTQCvC+xi6R6Acf0jNH/d40FVTtCfcqECuKIh5iAMyOTtgUb7+fQ8rbadH2bm1kbL9Q==", "dependencies": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", @@ -22989,9 +22989,9 @@ } }, "apexcharts": { - "version": "3.23.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.23.0.tgz", - "integrity": "sha512-1mV6qouuopvYR6UFSXi/Ge4jRMe//zyAN3aK05mAs4Iuet8mA0w31Q6OU6syD77bawt9p3YKNOmNF7OO2u9w0g==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.24.0.tgz", + "integrity": "sha512-iT6czJCIVrmAtrcO90MZTQCvC+xi6R6Acf0jNH/d40FVTtCfcqECuKIh5iAMyOTtgUb7+fQ8rbadH2bm1kbL9Q==", "requires": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", diff --git a/package.json b/package.json index f1f18e90..6448bda8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@vue/composition-api": "1.0.0-beta.22", "@vueuse/core": "4.0.0", "animate.css": "4.1.1", - "apexcharts": "3.23.0", + "apexcharts": "3.24.0", "axios": "0.21.1", "axios-mock-adapter": "1.19.0", "bootstrap": "4.6.0", diff --git a/yarn.lock b/yarn.lock index 3345a857..b485944a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2085,10 +2085,10 @@ anymatch@^3.0.0, anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -apexcharts@3.23.0: - version "3.23.0" - resolved "https://registry.npmjs.org/apexcharts/-/apexcharts-3.23.0.tgz" - integrity sha512-1mV6qouuopvYR6UFSXi/Ge4jRMe//zyAN3aK05mAs4Iuet8mA0w31Q6OU6syD77bawt9p3YKNOmNF7OO2u9w0g== +apexcharts@3.24.0: + version "3.24.0" + resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.24.0.tgz#0fc513e940448524ae9702d39ec287567522d1eb" + integrity sha512-iT6czJCIVrmAtrcO90MZTQCvC+xi6R6Acf0jNH/d40FVTtCfcqECuKIh5iAMyOTtgUb7+fQ8rbadH2bm1kbL9Q== dependencies: svg.draggable.js "^2.2.2" svg.easing.js "^2.0.0"