From 169ff8ec9e28107919477f7210a25f8993918c4e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Dec 2018 07:05:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:vue:20170829 - https://snyk.io/vuln/npm:vue:20180222 - https://snyk.io/vuln/npm:vue:20180802 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f624095..dc9e651 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "element-ui": "^1.2.9", "material-design-icons": "^3.0.1", "normalize.css": "^6.0.0", - "vue": "^2.3.0", + "vue": "^2.5.17", "vue-router": "^2.5.2", "vuex": "^2.3.1", "vuex-router-sync": "^4.1.2",