From 034fce1be71351361d708e5316fa7710f885b709 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 05:19:32 +0000 Subject: [PATCH] fix: packages/react/forms/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-RAMDA-1582370 --- packages/react/forms/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/forms/package.json b/packages/react/forms/package.json index c03319ad..29b9918e 100644 --- a/packages/react/forms/package.json +++ b/packages/react/forms/package.json @@ -24,7 +24,7 @@ "final-form": "^4.20.1", "final-form-arrays": "^3.0.2", "prop-types": "^15.7.2", - "ramda": "^0.27.1", + "ramda": "^0.27.2", "react-final-form": "^6.5.2", "react-final-form-arrays": "^3.1.3" },