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",