From 191c0f720a476f21b8779a45aea6ba5be8aabadd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jul 2024 07:08:14 +0000 Subject: [PATCH] fix: upgrade vue3-apexcharts from 1.5.2 to 1.5.3 Snyk has created this PR to upgrade vue3-apexcharts from 1.5.2 to 1.5.3. See this package in npm: vue3-apexcharts See this project in Snyk: https://app.snyk.io/org/bikram.tuladhar/project/ec1c2bde-5b7d-4234-ab6f-d55524551345?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77355c408..cb1a48e8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "typescript": "^4.9.5", "vue-apexcharts": "^1.6.2", "vue-skeletor": "^1.0.6", - "vue3-apexcharts": "^1.5.2", + "vue3-apexcharts": "^1.5.3", "vue3-radial-progress": "^1.1.1", "vue3-smooth-scroll": "^0.8.1", "vuex": "^4.1.0", @@ -13557,9 +13557,10 @@ } }, "node_modules/vue3-apexcharts": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/vue3-apexcharts/-/vue3-apexcharts-1.5.2.tgz", - "integrity": "sha512-rGbgUJDjtsyjfRF0uzwDjzt8+M7ICSRAbm1N9KCDiczW8BSpbEZuaEsJDJYnJuLFIIVXIGilYzIcjNBf6NbeYA==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/vue3-apexcharts/-/vue3-apexcharts-1.5.3.tgz", + "integrity": "sha512-yaHTPoj0iVKAtEVg8wEwIwwvf0VG+lPYNufCf3txRzYQOqdKPoZaZ9P3Dj3X+2A1XY9O1kcTk9HVqvLo+rppvQ==", + "license": "MIT", "peerDependencies": { "apexcharts": "> 3.0.0", "vue": "> 3.0.0" @@ -24235,9 +24236,9 @@ } }, "vue3-apexcharts": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/vue3-apexcharts/-/vue3-apexcharts-1.5.2.tgz", - "integrity": "sha512-rGbgUJDjtsyjfRF0uzwDjzt8+M7ICSRAbm1N9KCDiczW8BSpbEZuaEsJDJYnJuLFIIVXIGilYzIcjNBf6NbeYA==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/vue3-apexcharts/-/vue3-apexcharts-1.5.3.tgz", + "integrity": "sha512-yaHTPoj0iVKAtEVg8wEwIwwvf0VG+lPYNufCf3txRzYQOqdKPoZaZ9P3Dj3X+2A1XY9O1kcTk9HVqvLo+rppvQ==", "requires": {} }, "vue3-radial-progress": { diff --git a/package.json b/package.json index 00dcd34f4..921dddfc3 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "typescript": "^4.9.5", "vue-apexcharts": "^1.6.2", "vue-skeletor": "^1.0.6", - "vue3-apexcharts": "^1.5.2", + "vue3-apexcharts": "^1.5.3", "vue3-radial-progress": "^1.1.1", "vue3-smooth-scroll": "^0.8.1", "vuex": "^4.1.0",