diff --git a/package.json b/package.json index aef9c657..261d922d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "algolia-places-react": "1.5.1", "algoliasearch": "4.2.0", "classnames": "2.2.6", - "final-form": "4.19.1", + "final-form": "4.20.6", "gatsby": "2.13.15", "gatsby-awesome-pagination": "0.3.5", "gatsby-image": "2.2.5", diff --git a/yarn.lock b/yarn.lock index 70a17ccb..281826b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -988,6 +988,13 @@ dependencies: regenerator-runtime "^0.12.0" +"@babel/runtime@^7.10.0": + version "7.17.2" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941" + integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/runtime@^7.3.4": version "7.5.4" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.4.tgz#cb7d1ad7c6d65676e66b47186577930465b5271b" @@ -1002,7 +1009,7 @@ dependencies: regenerator-runtime "^0.13.2" -"@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.7": +"@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f" integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ== @@ -5136,12 +5143,12 @@ fill-range@^4.0.0: repeat-string "^1.6.1" to-regex-range "^2.1.0" -final-form@4.19.1: - version "4.19.1" - resolved "https://registry.yarnpkg.com/final-form/-/final-form-4.19.1.tgz#1aa1a3bf67f7399b54ed6185d56f9a8d74cfda5a" - integrity sha512-C4RldRCUs8YZod91ydtrsT+TOeG3fwU4ip9oBDXhvbWdQ6iXl4cIrTAQkqpWijbnI3XFVA0akV7YTjSFJMJ2uw== +final-form@4.20.6: + version "4.20.6" + resolved "https://registry.yarnpkg.com/final-form/-/final-form-4.20.6.tgz#da42f3741db068c0c875e18950a2c4a9a148c63e" + integrity sha512-fCdwIj49KOaFfDRlXB57Eo+GghIMZQWrA9TakQI3C9uQxHwaFHXqZSNRlUdfnQmNNeySwGOaGPZCvjy58hyv4w== dependencies: - "@babel/runtime" "^7.8.3" + "@babel/runtime" "^7.10.0" finalhandler@1.1.1: version "1.1.1"