From 7b64c44195ca1f430cf5c4fa1fee535d9c61f6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 08:24:37 -0400 Subject: [PATCH] Bump react-hook-form from 7.36.0 to 7.36.1 (#3401) Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.36.0 to 7.36.1. - [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.36.0...v7.36.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 401631c6b1..702724df70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primereact", - "version": "8.5.1-SNAPSHOT", + "version": "8.6.2-SNAPSHOT", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "primereact", - "version": "8.5.1-SNAPSHOT", + "version": "8.6.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.35.0", + "react-hook-form": "^7.36.1", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" }, @@ -9504,9 +9504,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.36.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.36.0.tgz", - "integrity": "sha512-2PmRhTDH90/G1XWbUGpfuFBf7wxj9kYvzPqoZCv4wUGBIfuac0fK3up9sbeoz0ghpLYcFFXRVDKMUXgMutLXTw==", + "version": "7.36.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.36.1.tgz", + "integrity": "sha512-EbYYkCG2p8ywe7ikOH2l02lAFMrrrslZi1I8fqd8ifDGNAkhomHZQzQsP6ksvzrWBKntRe8b5L5L7Zsd+Gm02Q==", "engines": { "node": ">=12.22.0" }, @@ -19097,9 +19097,9 @@ } }, "react-hook-form": { - "version": "7.36.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.36.0.tgz", - "integrity": "sha512-2PmRhTDH90/G1XWbUGpfuFBf7wxj9kYvzPqoZCv4wUGBIfuac0fK3up9sbeoz0ghpLYcFFXRVDKMUXgMutLXTw==", + "version": "7.36.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.36.1.tgz", + "integrity": "sha512-EbYYkCG2p8ywe7ikOH2l02lAFMrrrslZi1I8fqd8ifDGNAkhomHZQzQsP6ksvzrWBKntRe8b5L5L7Zsd+Gm02Q==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 4d8d58cc67..01b1791e78 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.35.0", + "react-hook-form": "^7.36.1", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" },