From 9c2367582e189ecb4ff57f79a8e6d105fed9630d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:18:16 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.43.9 to 7.51.5 Snyk has created this PR to upgrade react-hook-form from 7.43.9 to 7.51.5. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/oph-snyk/project/1d24621c-a468-416e-a0f8-fcfaae94371c?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- rekisterointi-ui/package-lock.json | 15 ++++++++------- rekisterointi-ui/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/rekisterointi-ui/package-lock.json b/rekisterointi-ui/package-lock.json index f38e89f..1465fa6 100644 --- a/rekisterointi-ui/package-lock.json +++ b/rekisterointi-ui/package-lock.json @@ -18,7 +18,7 @@ "react-datepicker": "^4.11.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.43.9", + "react-hook-form": "^7.51.5", "react-markdown": "^8.0.7", "react-redux": "^8.0.5", "react-router": "^6.10.0", @@ -4847,9 +4847,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.9", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", - "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "version": "7.51.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", + "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", + "license": "MIT", "engines": { "node": ">=12.22.0" }, @@ -10223,9 +10224,9 @@ } }, "react-hook-form": { - "version": "7.43.9", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", - "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "version": "7.51.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", + "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", "requires": {} }, "react-is": { diff --git a/rekisterointi-ui/package.json b/rekisterointi-ui/package.json index 99db98e..1b5999e 100644 --- a/rekisterointi-ui/package.json +++ b/rekisterointi-ui/package.json @@ -13,7 +13,7 @@ "react-datepicker": "^4.11.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.43.9", + "react-hook-form": "^7.51.5", "react-markdown": "^8.0.7", "react-redux": "^8.0.5", "react-router": "^6.10.0",