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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-29 09:44:51 +02:00 committed by GitHub
parent 482bf43067
commit 5d46a49f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

14
package-lock.json generated
View file

@ -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",

View file

@ -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",