From aaac2daa906185a37de040b0f15c8fb663c068be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Aug 2024 10:42:14 +0000 Subject: [PATCH] fix: upgrade apexcharts from 3.45.2 to 3.50.0 Snyk has created this PR to upgrade apexcharts from 3.45.2 to 3.50.0. See this package in npm: apexcharts See this project in Snyk: https://app.snyk.io/org/sgkens/project/5e1331b8-07a3-45e6-8053-bfbb578277c4?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ee4635b..303565d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@babel/preset-env": "^7.23.8", "@tailwindcss/typography": "^0.5.10", "alpinejs": "^3.13.3", - "apexcharts": "3.45.2", + "apexcharts": "3.50.0", "babel-loader": "^9.1.3", "tailwindcss": "^3.4.1", "vivus": "^0.4.6", @@ -26,7 +26,7 @@ }, "dependencies": { "alpinejs": "^3.13.3", - "apexcharts": "3.45.2", + "apexcharts": "3.50.0", "express": "^4.18.2", "vivus": "^0.4.6" }