fix(deps): update dependency react-final-form to v6.5.6

This commit is contained in:
Renovate Bot
2021-09-29 19:20:49 +00:00
committed by renovate[bot]
parent f8dc692290
commit 87b2a61bd0
2 changed files with 15 additions and 5 deletions

View File

@ -17765,11 +17765,21 @@
"integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA=="
},
"react-final-form": {
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.3.tgz",
"integrity": "sha512-FCs6GC0AMWJl2p6YX7kM+a0AvuSLAZUgbVNtRBskOs4g984t/It0qGtx51O+9vgqnqk6JyoxmIzxKMq+7ch/vg==",
"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==",
"requires": {
"@babel/runtime": "^7.12.1"
"@babel/runtime": "^7.15.4"
},
"dependencies": {
"@babel/runtime": {
"version": "7.15.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz",
"integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"react-ga": {

View File

@ -98,7 +98,7 @@
"query-string": "7.0.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-final-form": "6.5.3",
"react-final-form": "6.5.6",
"react-ga": "3.3.0",
"react-helmet": "6.1.0",
"react-hotkeys": "2.0.0",