From 5d46a49f0f32adcfbd88105de706381fd65b0a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 09:44:51 +0200 Subject: [PATCH] chore(deps): bump apexcharts from 3.41.1 to 3.42.0 (#1071) Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.41.1 to 3.42.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 931985b7..0c763608 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.7.1", "dependencies": { "ajv": "^8.12.0", - "apexcharts": "^3.41.1", + "apexcharts": "^3.42.0", "axios": "^1.4.0", "dayjs": "^1.11.9", "lodash": "^4.17.21", @@ -3403,6 +3403,11 @@ "vue-template-compiler": "^2.x" } }, + "node_modules/@yr/monotone-cubic-spline": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@yr/monotone-cubic-spline/-/monotone-cubic-spline-1.0.3.tgz", + "integrity": "sha512-FQXkOta0XBSUPHndIKON2Y9JeQz5ZeMqLYZVVK93FliNBFm7LNMIZmY6FrMEB9XPcDbE2bekMbZD6kzDkxwYjA==" + }, "node_modules/abab": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", @@ -3510,10 +3515,11 @@ } }, "node_modules/apexcharts": { - "version": "3.41.1", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.41.1.tgz", - "integrity": "sha512-kta8fhXrfZYqW7K9kF7FqZ6imQaC6moyRgcUZjwIky/oeHVVISSN/2rjUIvZXnwxWHiSdDHMqLy+TqJhB4DXFA==", + "version": "3.42.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.42.0.tgz", + "integrity": "sha512-hYhzZqh2Efny9uiutkGU2M/EarJ4Nn8s6dxZ0C7E7N+SV4d1xjTioXi2NLn4UKVJabZkb3HnpXDoumXgtAymwg==", "dependencies": { + "@yr/monotone-cubic-spline": "^1.0.3", "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", "svg.filter.js": "^2.0.2", diff --git a/package.json b/package.json index a6ddb05b..f2554f6e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "ajv": "^8.12.0", - "apexcharts": "^3.41.1", + "apexcharts": "^3.42.0", "axios": "^1.4.0", "dayjs": "^1.11.9", "lodash": "^4.17.21",