diff --git a/package-lock.json b/package-lock.json index 685b411c9c..fd9e9e9d03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primereact", - "version": "8.7.1-SNAPSHOT", + "version": "8.7.2-SNAPSHOT", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "primereact", - "version": "8.7.1-SNAPSHOT", + "version": "8.7.2-SNAPSHOT", "dependencies": { "chart.js": "3.9.1", "file-saver": "2.0.5", @@ -22,7 +22,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-final-form": "^6.5.9", - "react-hook-form": "^7.38.0", + "react-hook-form": "^7.39.0", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" }, @@ -14331,9 +14331,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.38.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.38.0.tgz", - "integrity": "sha512-gxWW1kMeru9xR1GoR+Iw4hA+JBOM3SHfr4DWCUKY0xc7Vv1MLsF109oHtBeWl9shcyPFx67KHru44DheN0XY5A==", + "version": "7.39.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.0.tgz", + "integrity": "sha512-rekW5NMBVG0nslE2choOKThy0zxLWQeoew87yTLwb3C9F91LaXwu/dhfFL/D3hdnSMnrTG60gVN/v6rvCrSOTw==", "engines": { "node": ">=12.22.0" }, @@ -27975,9 +27975,9 @@ } }, "react-hook-form": { - "version": "7.38.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.38.0.tgz", - "integrity": "sha512-gxWW1kMeru9xR1GoR+Iw4hA+JBOM3SHfr4DWCUKY0xc7Vv1MLsF109oHtBeWl9shcyPFx67KHru44DheN0XY5A==", + "version": "7.39.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.0.tgz", + "integrity": "sha512-rekW5NMBVG0nslE2choOKThy0zxLWQeoew87yTLwb3C9F91LaXwu/dhfFL/D3hdnSMnrTG60gVN/v6rvCrSOTw==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index c8140aac52..29c21b15ee 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-final-form": "^6.5.9", - "react-hook-form": "^7.38.0", + "react-hook-form": "^7.39.0", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" },