From fcd32e3fd26713d804a0d7f7b43a3469eab16cea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Feb 2020 01:48:34 +0000 Subject: [PATCH] fix: upgrade vue from 2.6.6 to 2.6.11 Snyk has created this PR to upgrade vue from 2.6.6 to 2.6.11. See this package in NPM: https://www.npmjs.com/package/vue See this project in Snyk: https://app.snyk.io/org/conglt10/project/4dab19d6-4236-4937-9ebb-0bb507bd621e?utm_source=github&utm_medium=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index ccdc7b8..3bb343e 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ "bootstrap-vue": "2.0.0-rc.15", "element-ui": "^2.13.0", "vee-validate": "^3.0.8", - "vue": "2.6.6", + "vue": "2.6.11", "vue-axios": "^2.1.4", "vue-router": "3.0.1", "vue-sweetalert2": "^2.1.1",