From db426f2892f8319ce452cf98e13b57c876116ebb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 07:49:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- 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",