From 7d6e8993dff71190163c84f46a6035568069da03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:38:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69bfdf0..9a193ae 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react": "^15.1.0", "react-dom": "^15.1.0", "react-json-table": "^0.1.1", - "react-jsonschema": "^0.4.1", + "react-jsonschema": "^1.0.0", "react-jsonschema-form": "^0.38.0" } }