From d09bcb63aca1642b38ff76947fe5d38b42178b62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 05:26:35 +0000 Subject: [PATCH] fix: json/src/main/webapp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- json/src/main/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/src/main/webapp/package.json b/json/src/main/webapp/package.json index 2f2d6c9ffabd..dcb3f7efe2c9 100644 --- a/json/src/main/webapp/package.json +++ b/json/src/main/webapp/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "typings": "0.6.5", + "typings": "0.7.0", "jsonforms": "0.0.19", "bootstrap": "3.3.6" }