chore(deps): bump react-final-form from 6.5.1 to 6.5.2 in /client

Bumps [react-final-form](https://github.com/final-form/react-final-form) from 6.5.1 to 6.5.2.
- [Release notes](https://github.com/final-form/react-final-form/releases)
- [Commits](https://github.com/final-form/react-final-form/compare/v6.5.1...v6.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
pull/40028/head
dependabot[bot] 2020-11-02 05:11:44 +00:00
parent 7cb22059b8
commit efd4d06f02
2 changed files with 8 additions and 8 deletions

View File

@ -23685,17 +23685,17 @@
"integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw=="
},
"react-final-form": {
"version": "6.5.1",
"resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.1.tgz",
"integrity": "sha512-+Hzd9PqYY1Cv3MnWzw64QOl5BjC5BtSDakx+N7Re49r0FASdFhgpXLFFCJ31fvegq2euP6hz6Ow9K6XM9BSqCA==",
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.2.tgz",
"integrity": "sha512-c5l45FYOoxtfpvsvMFh3w2WW8KNxbuebBUrM16rUrooQkewTs0Zahmv0TuKFX5jsC9BKn5Fo84j3ZVXQdURS4w==",
"requires": {
"@babel/runtime": "^7.10.0"
"@babel/runtime": "^7.12.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz",
"integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View File

@ -52,7 +52,7 @@
"query-string": "^6.13.6",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-final-form": "^6.5.1",
"react-final-form": "^6.5.2",
"react-ga": "^2.7.0",
"react-helmet": "^6.1.0",
"react-hotkeys": "^2.0.0",