From 67d7c0ecb71a809d27fddfecb68001973b5d95ce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 21 Feb 2021 05:54:22 +0000 Subject: [PATCH] Bump react-hook-form from 6.15.1 to 6.15.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 6.15.1 to 6.15.2. - [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/v6.15.1...v6.15.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8533b38bc..5f0111929 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextjs-woocommerce", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3721,9 +3721,9 @@ "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "react-hook-form": { - "version": "6.15.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.1.tgz", - "integrity": "sha512-bL0LQuQ3OlM3JYfbacKtBPLOHhmgYz8Lj6ivMrvu2M6e1wnt4sbGRtPEPYCc/8z3WDbjrMwfAfLX92OsB65pFA==" + "version": "6.15.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.2.tgz", + "integrity": "sha512-2yAn+vjYaM1jDqhsZdL9964wyNUZhVWC+epEYh4f3sUKaDYxmewp1fqQyF1kaIjuaQWG3OMoM81RkXeHCsQvig==" }, "react-instantsearch-core": { "version": "6.9.0", diff --git a/package.json b/package.json index c0523ab54..3dc2279be 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "postcss": "^8.2.6", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-hook-form": "^6.15.1", + "react-hook-form": "^6.15.2", "react-instantsearch-dom": "^6.9.0", "react-spring": "^8.0.27", "styled-components": "^5.2.1",