diff --git a/package-lock.json b/package-lock.json index 3499ed6..3ee8de1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14551,11 +14551,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.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", + "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "react-input-autosize": { diff --git a/package.json b/package.json index 015a93d..5b12913 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,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-loader-spinner": "^4.0.0", "react-outside-click-handler": "^1.3.0", "react-popper": "^2.2.3",