From ff0ea40285b0db932b24358be70aa6e48038cdae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 02:29:49 +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-DEBUG-3227433 --- json/src/main/webapp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/src/main/webapp/package.json b/json/src/main/webapp/package.json index 2f2d6c9ffabd..21abb4b30174 100644 --- a/json/src/main/webapp/package.json +++ b/json/src/main/webapp/package.json @@ -4,8 +4,8 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "typings": "0.6.5", - "jsonforms": "0.0.19", + "typings": "0.7.0", + "jsonforms": "0.0.20", "bootstrap": "3.3.6" } } \ No newline at end of file