From ab0518004b8ee72ce1670760cfffb1ce6ed15911 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 2 Nov 2019 01:01:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VUETIFY-474604 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f1741b..e455cb8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "vue": "^2.5.22", "vue-lazyload": "^1.2.6", "vue-numeral-filter": "^1.1.1", - "vuetify": "^1.4.2", + "vuetify": "^2.1.9", "snyk": "^1.231.0" }, "scripts": {