From efd4d06f025e406db2c6c46ae42dd33d98bca928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 05:11:44 +0000 Subject: [PATCH] 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] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c6dd65edc7..2e65ce93e8 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -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" } diff --git a/client/package.json b/client/package.json index 9729d51801..6669fd681a 100644 --- a/client/package.json +++ b/client/package.json @@ -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",