From 2fecc75988d687f6c8eaf1cf97d837855d0fffba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 05:19:34 +0000 Subject: [PATCH] fix: packages/forms/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-RAMDA-1582370 --- packages/forms/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/forms/package.json b/packages/forms/package.json index 8e563bb..fc55792 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -23,12 +23,12 @@ "@8base-react/table-schema-provider": "^1.7.1", "@8base/error-codes": "^1.0.22", "@8base/utils": "^1.4.4", - "@8base/validate": "^1.4.4", + "@8base/validate": "^2.0.0", "final-form": "^4.20.1", "final-form-arrays": "^3.0.2", "graphql-tag": "^2.10.0", "prop-types": "^15.6.1", - "ramda": "^0.26.1", + "ramda": "^0.27.2", "react-final-form": "^6.5.1", "react-final-form-arrays": "^3.1.2" },