From 19065e24f4af0940f041a4d0a84858363be634f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Dec 2018 08:13:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 0bdc6e4..189d0b9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "debounce": "^1.0.0", "express": "^4.16.1", "numeral": "^2.0.4", - "vue": "^2.1.0", + "vue": "^2.5.17", "vue-axios": "^1.2.2", "vue-data-tablee": "^0.12.1", "vue-js-modal": "^1.3.16",