From b0c627e12a17a54b525f1111f30fcefacfb2f829 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Oct 2021 20:40:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONEDITOR-1726760 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e1e1e5..4bdbd67 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.5.6", "normalize.css": "^5.0.0", "vue": "^2.1.10", "vue-analytics": "^3.0.1",