From 43ff376bff3bb954da5e9b86cab11ebdb11d6811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 09:14:56 +0000 Subject: [PATCH] build(deps): Bump react-hook-form in /api-editor/gui Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.37.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.37.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] --- api-editor/gui/package-lock.json | 14 +++++++------- api-editor/gui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api-editor/gui/package-lock.json b/api-editor/gui/package-lock.json index 5174987d8..02c55f602 100644 --- a/api-editor/gui/package-lock.json +++ b/api-editor/gui/package-lock.json @@ -26,7 +26,7 @@ "react-chartjs-2": "^4.3.1", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", - "react-hook-form": "^7.37.0", + "react-hook-form": "^7.39.0", "react-icons": "^4.4.0", "react-markdown": "^8.0.3", "react-redux": "^8.0.4", @@ -10573,9 +10573,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.37.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.37.0.tgz", - "integrity": "sha512-6NFTxsnw+EXSpNNvLr5nFMjPdYKRryQcelTHg7zwBB6vAzfPIcZq4AExP4heVlwdzntepQgwiOQW4z7Mr99Lsg==", + "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" }, @@ -20195,9 +20195,9 @@ } }, "react-hook-form": { - "version": "7.37.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.37.0.tgz", - "integrity": "sha512-6NFTxsnw+EXSpNNvLr5nFMjPdYKRryQcelTHg7zwBB6vAzfPIcZq4AExP4heVlwdzntepQgwiOQW4z7Mr99Lsg==", + "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-icons": { diff --git a/api-editor/gui/package.json b/api-editor/gui/package.json index 4cdb5dddc..1da2bef80 100644 --- a/api-editor/gui/package.json +++ b/api-editor/gui/package.json @@ -30,7 +30,7 @@ "react-chartjs-2": "^4.3.1", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", - "react-hook-form": "^7.37.0", + "react-hook-form": "^7.39.0", "react-icons": "^4.4.0", "react-markdown": "^8.0.3", "react-redux": "^8.0.4",