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",