From ca4f4826dadce6048e1194fb84d09126b51d6df9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jun 2025 09:34:01 +0000 Subject: [PATCH] fix: upgrade apexcharts from 4.0.0 to 4.7.0 Snyk has created this PR to upgrade apexcharts from 4.0.0 to 4.7.0. See this package in npm: apexcharts See this project in Snyk: https://app.snyk.io/org/themodernpk/project/199f0fda-5c07-4a87-957b-bac2cb8e22df?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c723dfb0..e9b31a0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@pinia/nuxt": "^0.7.0", "@scalar/api-reference": "^1.28.24", "@vueuse/core": "^11.1.0", - "apexcharts": "^4.0.0", + "apexcharts": "^4.7.0", "flowbite": "^2.5.2", "medium-zoom": "^1.1.0", "nuxt": "^3.17.4", @@ -6757,9 +6757,10 @@ } }, "node_modules/apexcharts": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-4.0.0.tgz", - "integrity": "sha512-6G4Zuph04abbUzzroHXkXARk0LwKdBdQQo5+zRebi+sOoj5Q/toj4z6QMB6e6w/FdkeaO1i3NH3LnCv8hcqczw==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-4.7.0.tgz", + "integrity": "sha512-iZSrrBGvVlL+nt2B1NpqfDuBZ9jX61X9I2+XV0hlYXHtTwhwLTHDKGXjNXAgFBDLuvSYCB/rq2nPWVPRv2DrGA==", + "license": "MIT", "dependencies": { "@svgdotjs/svg.draggable.js": "^3.0.4", "@svgdotjs/svg.filter.js": "^3.0.8", diff --git a/package.json b/package.json index 66326121..a73a8397 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@pinia/nuxt": "^0.7.0", "@scalar/api-reference": "^1.28.24", "@vueuse/core": "^11.1.0", - "apexcharts": "^4.0.0", + "apexcharts": "^4.7.0", "flowbite": "^2.5.2", "medium-zoom": "^1.1.0", "nuxt": "^3.17.4",