From c0e24d735caa04e8a1874aef82fdc67b076fdee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:18:42 +0000 Subject: [PATCH] Bump final-form from 4.20.1 to 4.20.2 in /client Bumps [final-form](https://github.com/final-form/final-form) from 4.20.1 to 4.20.2. - [Release notes](https://github.com/final-form/final-form/releases) - [Commits](https://github.com/final-form/final-form/compare/v4.20.1...v4.20.2) Signed-off-by: dependabot[bot] --- client/package-lock.json | 18 +++++++++++------- client/package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 80d883269c..b036a15305 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -33,7 +33,7 @@ "date-fns": "^2.19.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.6", - "final-form": "^4.20.1", + "final-form": "^4.20.2", "gatsby": "^2.32.9", "gatsby-cli": "^2.19.1", "gatsby-plugin-advanced-sitemap": "^1.6.0", @@ -11197,11 +11197,15 @@ } }, "node_modules/final-form": { - "version": "4.20.1", - "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.1.tgz", - "integrity": "sha512-IIsOK3JRxJrN72OBj7vFWZxtGt3xc1bYwJVPchjVWmDol9DlzMSAOPB+vwe75TUYsw1JaH0fTQnIgwSQZQ9Acg==", + "version": "4.20.2", + "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.2.tgz", + "integrity": "sha512-5i0IxqwjjPG1nUNCjWhqPCvQJJ2R+QwTwaAnjPmFnLbyjIHWuBPU8u+Ps4G3TcX2Sjno+O5xCZJzYcMJEzzfCQ==", "dependencies": { "@babel/runtime": "^7.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/final-form" } }, "node_modules/finalhandler": { @@ -40060,9 +40064,9 @@ "integrity": "sha1-mzERErxsYSehbgFsbF1/GeCAXFs=" }, "final-form": { - "version": "4.20.1", - "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.1.tgz", - "integrity": "sha512-IIsOK3JRxJrN72OBj7vFWZxtGt3xc1bYwJVPchjVWmDol9DlzMSAOPB+vwe75TUYsw1JaH0fTQnIgwSQZQ9Acg==", + "version": "4.20.2", + "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.2.tgz", + "integrity": "sha512-5i0IxqwjjPG1nUNCjWhqPCvQJJ2R+QwTwaAnjPmFnLbyjIHWuBPU8u+Ps4G3TcX2Sjno+O5xCZJzYcMJEzzfCQ==", "requires": { "@babel/runtime": "^7.10.0" } diff --git a/client/package.json b/client/package.json index 454403e4b3..a5ef66f06c 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "date-fns": "^2.19.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.6", - "final-form": "^4.20.1", + "final-form": "^4.20.2", "gatsby": "^2.32.9", "gatsby-cli": "^2.19.1", "gatsby-plugin-advanced-sitemap": "^1.6.0",