From b4f550891b1329aff0657884ba709c4c8af1744e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 22:27:42 +0000 Subject: [PATCH] fix: upgrade vue-resize from 0.4.5 to 0.5.0 Snyk has created this PR to upgrade vue-resize from 0.4.5 to 0.5.0. See this package in npm: https://www.npmjs.com/package/vue-resize See this project in Snyk: https://app.snyk.io/org/web2solutions/project/d5e570e8-aa13-4363-bc13-cfe2a2783af8?utm_source=github&utm_medium=upgrade-pr --- 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 eb5eb44..8299f43 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "vue-fullcalendar": "^1.0.9", "vue-perfect-scrollbar": "^0.1.0", "vue-quill-editor": "^3.0.6", - "vue-resize": "^0.4.4", + "vue-resize": "^0.5.0", "vue-router": "^3.0.1", "vue-smooth-dnd": "^0.8.1", "vue-stripe-elements-plus": "^0.3.2",