From bd5480d0719200edfe4860d47a9b1192081f63ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Dec 2022 04:12:15 +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-PACRESOLVER-1564857 --- 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 4c2130f78ab3f60e0b0221e274ebdd2e7bceb888 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 15 Dec 2022 04:12:27 +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" + } +}