From 120095c97f824435773b1170d429de2f5b3958d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 04:20:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 6faa77b..f582283 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "nprogress": "^0.2.0", "quill": "^1.3.6", "sortablejs": "^1.8.4", - "v-currency-field": "^1.0.6", + "v-currency-field": "^3.0.0", "vee-validate": "^2.0.9", "vue": "^2.6.9", "vue-cropperjs": "^4.1.0",