diff --git a/package-lock.json b/package-lock.json index 57bacc0451..d5665fbdb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-final-form": "^6.5.9", - "react-hook-form": "^7.36.1", + "react-hook-form": "^7.38.0", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" }, @@ -9520,9 +9520,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.36.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.36.1.tgz", - "integrity": "sha512-EbYYkCG2p8ywe7ikOH2l02lAFMrrrslZi1I8fqd8ifDGNAkhomHZQzQsP6ksvzrWBKntRe8b5L5L7Zsd+Gm02Q==", + "version": "7.38.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.38.0.tgz", + "integrity": "sha512-gxWW1kMeru9xR1GoR+Iw4hA+JBOM3SHfr4DWCUKY0xc7Vv1MLsF109oHtBeWl9shcyPFx67KHru44DheN0XY5A==", "engines": { "node": ">=12.22.0" }, @@ -19125,9 +19125,9 @@ } }, "react-hook-form": { - "version": "7.36.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.36.1.tgz", - "integrity": "sha512-EbYYkCG2p8ywe7ikOH2l02lAFMrrrslZi1I8fqd8ifDGNAkhomHZQzQsP6ksvzrWBKntRe8b5L5L7Zsd+Gm02Q==", + "version": "7.38.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.38.0.tgz", + "integrity": "sha512-gxWW1kMeru9xR1GoR+Iw4hA+JBOM3SHfr4DWCUKY0xc7Vv1MLsF109oHtBeWl9shcyPFx67KHru44DheN0XY5A==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 2b1cf8266c..cd32380376 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-final-form": "^6.5.9", - "react-hook-form": "^7.36.1", + "react-hook-form": "^7.38.0", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" },