From 55e460ba8c76044bd02d4833438d6c4053db8fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 04:10:39 +0000 Subject: [PATCH] build(deps): bump final-form from 4.20.2 to 4.20.9 Bumps [final-form](https://github.com/final-form/final-form) from 4.20.2 to 4.20.9. - [Release notes](https://github.com/final-form/final-form/releases) - [Commits](https://github.com/final-form/final-form/compare/v4.20.2...v4.20.9) --- updated-dependencies: - dependency-name: final-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fe406bd..6964c261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "basic-auth": "2.0.1", "blitz": "0.33.1", "body-parser": "1.19.0", - "final-form": "4.20.2", + "final-form": "4.20.9", "php-serialize": "4.0.2", "polished": "4.1.2", "postcss-preset-env": "6.7.0", @@ -9909,11 +9909,15 @@ } }, "node_modules/final-form": { - "version": "4.20.2", - "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.2.tgz", - "integrity": "sha512-5i0IxqwjjPG1nUNCjWhqPCvQJJ2R+QwTwaAnjPmFnLbyjIHWuBPU8u+Ps4G3TcX2Sjno+O5xCZJzYcMJEzzfCQ==", + "version": "4.20.9", + "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.9.tgz", + "integrity": "sha512-shA1X/7v8RmukWMNRHx0l7+Bm41hOivY78IvOiBrPVHjyWFIyqqIEMCz7yTVRc9Ea+EU4WkZ5r4MH6whSo5taw==", "dependencies": { "@babel/runtime": "^7.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/final-form" } }, "node_modules/finalhandler": { @@ -34063,9 +34067,9 @@ "integrity": "sha512-zrXoV1Uaz52DqPs+qEwNJWJFAWZpYJ47UNmpN9q4j+/EYsz85uV0DC9k8tRND5kYmoVzL0W+Y75q4Rg8sRJCdg==" }, "final-form": { - "version": "4.20.2", - "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.2.tgz", - "integrity": "sha512-5i0IxqwjjPG1nUNCjWhqPCvQJJ2R+QwTwaAnjPmFnLbyjIHWuBPU8u+Ps4G3TcX2Sjno+O5xCZJzYcMJEzzfCQ==", + "version": "4.20.9", + "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.9.tgz", + "integrity": "sha512-shA1X/7v8RmukWMNRHx0l7+Bm41hOivY78IvOiBrPVHjyWFIyqqIEMCz7yTVRc9Ea+EU4WkZ5r4MH6whSo5taw==", "requires": { "@babel/runtime": "^7.10.0" } diff --git a/package.json b/package.json index d52db30d..56ad62b6 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "basic-auth": "2.0.1", "blitz": "0.33.1", "body-parser": "1.19.0", - "final-form": "4.20.2", + "final-form": "4.20.9", "php-serialize": "4.0.2", "polished": "4.1.2", "postmark": "2.7.4",