From 5f485eec3d348a849972236564ca13cf3423c40d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Jul 2020 05:02:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONEDITOR-575026 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e1e1e5..09119af 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": "9.0.2", "normalize.css": "^5.0.0", "vue": "^2.1.10", "vue-analytics": "^3.0.1",