diff --git a/package-lock.json b/package-lock.json index 3cfcece..fc79598 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14325,11 +14325,21 @@ "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "react-final-form": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.3.tgz", - "integrity": "sha512-FCs6GC0AMWJl2p6YX7kM+a0AvuSLAZUgbVNtRBskOs4g984t/It0qGtx51O+9vgqnqk6JyoxmIzxKMq+7ch/vg==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.7.tgz", + "integrity": "sha512-o7tvJXB+McGiXOILqIC8lnOcX4aLhIBiF/Xi9Qet35b7XOS8R7KL8HLRKTfnZWQJm6MCE15v1U0SFive0NcxyA==", "requires": { - "@babel/runtime": "^7.12.1" + "@babel/runtime": "^7.15.4" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.16.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz", + "integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "react-final-form-arrays": { diff --git a/package.json b/package.json index 5fa0747..b22147a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-avatar": "^3.9.7", "react-datepicker": "^3.4.1", "react-dom": "^16.12.0", - "react-final-form": "^6.5.2", + "react-final-form": "^6.5.7", "react-final-form-arrays": "^3.1.3", "react-loader-spinner": "^4.0.0", "react-outside-click-handler": "^1.3.0",