From 52813ade573014019fd948d27d477e847c2654e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 17:14:45 +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 7e76b61f..e14ad27f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "lodash": "^4.13.1", "react": "^15.3.1", "react-dom": "^15.3.1", - "react-relay": "^0.9.3", + "react-relay": "^10.1.0", "react-router": "^2.7.0", "react-router-relay": "^0.13.5", "recompose": "^0.20.2",