diff --git a/package-lock.json b/package-lock.json index 3c75cbb9c..b399227dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/react-dom": "^18.3.1", "deepmerge": "^4.3.1", "emotion-normalize": "^11.0.1", - "final-form": "^4.20.10", + "final-form": "^5.0.0", "i18next": "^25.3.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-chained-backend": "^4.6.2", @@ -4401,9 +4401,9 @@ } }, "node_modules/final-form": { - "version": "4.20.10", - "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.10.tgz", - "integrity": "sha512-TL48Pi1oNHeMOHrKv1bCJUrWZDcD3DIG6AGYVNOnyZPr7Bd/pStN0pL+lfzF5BNoj/FclaoiaLenk4XUIFVYng==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/final-form/-/final-form-5.0.0.tgz", + "integrity": "sha512-HByosvP7x3N4bWTCPoBeUeoMatadewRifxaH3qhCQI2DBwFNO0m5wxETLVUXNGWz2yokdSCMdJEvtjfZoXnqDA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.10.0" diff --git a/package.json b/package.json index 4be5afa0a..90a2312e8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/react-dom": "^18.3.1", "deepmerge": "^4.3.1", "emotion-normalize": "^11.0.1", - "final-form": "^4.20.10", + "final-form": "^5.0.0", "i18next": "^25.3.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-chained-backend": "^4.6.2",