From 66df06625f186344e88b1feb6dd537889770e37f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:31:50 +0000 Subject: [PATCH] fix(web): update dependency react-hook-form to v7.49.2 (#13232) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index c3b54fab81..45d0ab3ed8 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -27,7 +27,7 @@ "graphql-ws": "5.14.2", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.49.1", + "react-hook-form": "7.49.2", "react-redux": "9.0.4", "react-router-dom": "6.20.1", "react-scripts": "5.0.1", @@ -30720,9 +30720,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-hook-form": { - "version": "7.49.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.1.tgz", - "integrity": "sha512-MId71bfWmpyvwuWjVTe2b4DRc0jIYOb/B9tlrotEHTuHlQGeX1x2QXfjNe9UtMi6TqhO0bsSdSWgjcUFh2fSww==", + "version": "7.49.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.2.tgz", + "integrity": "sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==", "engines": { "node": ">=18", "pnpm": "8" @@ -61275,9 +61275,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "react-hook-form": { - "version": "7.49.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.1.tgz", - "integrity": "sha512-MId71bfWmpyvwuWjVTe2b4DRc0jIYOb/B9tlrotEHTuHlQGeX1x2QXfjNe9UtMi6TqhO0bsSdSWgjcUFh2fSww==" + "version": "7.49.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.2.tgz", + "integrity": "sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==" }, "react-inspector": { "version": "5.1.1", diff --git a/web/package.json b/web/package.json index 344273cb28..bc1c5520a6 100644 --- a/web/package.json +++ b/web/package.json @@ -72,7 +72,7 @@ "graphql-ws": "5.14.2", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.49.1", + "react-hook-form": "7.49.2", "react-redux": "9.0.4", "react-router-dom": "6.20.1", "react-scripts": "5.0.1",