From 5fbf151a3250e2cbbc94212e474bd176b277ce8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Jul 2020 06:06:31 +0000 Subject: [PATCH] fix: dashboard/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONEDITOR-575026 --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index fe4d3b3..d6628cb 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -6,7 +6,7 @@ "@material-ui/core": "^3.9.2", "@material-ui/icons": "^3.0.2", "axios": "^0.18.0", - "jsoneditor": "^5.32.4", + "jsoneditor": "^9.0.2", "jsoneditor-react": "^1.0.0", "prop-types": "latest", "querystring": "^0.2.0",