From 5aa61c36f7d39e368a3621ebd2b2fb9c7ed0aeec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Dec 2018 04:28:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 07bab26..d85ad5b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "axios": "^0.18.0", "chart.js": "^2.7.2", "moment": "^2.21.0", - "vue": "^2.5.15", + "vue": "^2.5.17", "vue-analytics": "^5.9.1", "vue-chartjs": "^3.2.1", "vue-cookie-law": "^1.4.0",