From 0640e7299e844dccce28bad351745b9c2afcbc25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Jul 2020 05:02:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e1e1e5..787de9c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "axios": "^0.15.3", "element-ui": "^1.1.6", - "jsoneditor": "5.5.11", + "jsoneditor": "7.2.0", "normalize.css": "^5.0.0", "vue": "^2.1.10", "vue-analytics": "^3.0.1",