From 171b4b2e83154586716a9b5cd7f9d19ccc38a5ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jul 2021 19:48:22 +0000 Subject: [PATCH] fix: upgrade final-form from 4.11.0 to 4.20.2 Snyk has created this PR to upgrade final-form from 4.11.0 to 4.20.2. See this package in npm: https://www.npmjs.com/package/final-form See this project in Snyk: https://app.snyk.io/org/alacret/project/23d7bb79-2f8a-4cf6-b6cb-96ea3b22d810?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17cf34d..5e739f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5373,11 +5373,26 @@ } }, "final-form": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.11.0.tgz", - "integrity": "sha512-uO0VhAEbWvV8LHBpBHoIpbYqonYBXyd8gpTYFEAPCHEy5tcNqdVX4EnWQoxKl//+U9Vk0kTUsnPOWiBP2PiOUg==", + "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.1.5" + "@babel/runtime": "^7.10.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz", + "integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "regenerator-runtime": { + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", + "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" + } } }, "final-form-arrays": { diff --git a/package.json b/package.json index 52eeb7c..0a2401c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "deepmerge": "^2.2.1", "emotion": "^9.2.12", "filestack-react": "^2.0.5", - "final-form": "^4.10.0", + "final-form": "^4.20.2", "final-form-arrays": "^1.1.0", "luxon": "^1.5.0", "prop-types": "^15.6.2",