From 27cbfdbb89ad63a4951c69dce86946e8c28094d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Aug 2021 04:26:49 +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 042eff2..695f6bb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "dependencies": { "node-complexify": "^0.1.0", - "vue": "^2.4.4" + "vue": "^2.5.17" }, "devDependencies": { "avoriaz": "^6.0.0",