From bd5480d0719200edfe4860d47a9b1192081f63ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Dec 2022 04:12:15 +0000 Subject: [PATCH] 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" }