From cc78141e7257a10ae6b45f9f84f31481d8042f52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Dec 2022 07:14:37 +0000 Subject: [PATCH 1/2] fix: json-modules/json/src/main/webapp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NETMASK-1089716 --- json-modules/json/src/main/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-modules/json/src/main/webapp/package.json b/json-modules/json/src/main/webapp/package.json index 5dae00059373..f6e9f0088e74 100644 --- a/json-modules/json/src/main/webapp/package.json +++ b/json-modules/json/src/main/webapp/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "typings": "0.6.5", + "typings": "0.6.6", "jsonforms": "0.0.19", "bootstrap": "3.3.6" } From 6b9d31088ff0d29702af203ab46916140f25f600 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 16 Dec 2022 07:14:50 +0000 Subject: [PATCH 2/2] Restyled by jq --- .../json/src/main/webapp/package.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/json-modules/json/src/main/webapp/package.json b/json-modules/json/src/main/webapp/package.json index f6e9f0088e74..05d88c5cd829 100644 --- a/json-modules/json/src/main/webapp/package.json +++ b/json-modules/json/src/main/webapp/package.json @@ -1,11 +1,11 @@ { - "name": "jsonforms-intro", - "description": "Introduction to JSONForms", - "version": "0.0.1", - "license": "MIT", - "dependencies": { - "typings": "0.6.6", - "jsonforms": "0.0.19", - "bootstrap": "3.3.6" - } -} \ No newline at end of file + "name": "jsonforms-intro", + "description": "Introduction to JSONForms", + "version": "0.0.1", + "license": "MIT", + "dependencies": { + "typings": "0.6.6", + "jsonforms": "0.0.19", + "bootstrap": "3.3.6" + } +}