From 0cd3634d954713f5530db87e9ebd3a619c83b4a3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Sep 2021 19:43:28 +0000 Subject: [PATCH] fix(deps): update dependency react-final-form to v6.5.7 --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 5f325d732e..26fd43c293 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17856,9 +17856,9 @@ "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "react-final-form": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.6.tgz", - "integrity": "sha512-UwmB+nzIccV/3SJ8/HRvAOVAKTvoFBCVnbn1LXb7cydsR+uDz3Py8HtE99N27Ke45DgPZ9t+tp4qRVYXEWHyyw==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.7.tgz", + "integrity": "sha512-o7tvJXB+McGiXOILqIC8lnOcX4aLhIBiF/Xi9Qet35b7XOS8R7KL8HLRKTfnZWQJm6MCE15v1U0SFive0NcxyA==", "requires": { "@babel/runtime": "^7.15.4" }, diff --git a/client/package.json b/client/package.json index fc51c1d6ba..31751435ec 100644 --- a/client/package.json +++ b/client/package.json @@ -98,7 +98,7 @@ "query-string": "7.0.1", "react": "16.14.0", "react-dom": "16.14.0", - "react-final-form": "6.5.6", + "react-final-form": "6.5.7", "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hotkeys": "2.0.0",