From 17b67a3bda4ed125e3afb4663274491be2d59d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 23:02:53 +0000 Subject: [PATCH] Bump react-hook-form from 7.38.0 to 7.39.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.38.0 to 7.39.0. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.38.0...v7.39.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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" },