From a2fd46dfd94151a68228fd9f6b6b4724f613986d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Aug 2024 03:20:24 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.52.0 to 7.52.1 Snyk has created this PR to upgrade react-hook-form from 7.52.0 to 7.52.1. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/bakiuru/project/49c1dd3f-3f4e-4ebf-847c-80efbd44fe2e?utm_source=github&utm_medium=referral&page=upgrade-pr --- FrontReact/barber-app/package-lock.json | 9 +++++---- FrontReact/barber-app/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/FrontReact/barber-app/package-lock.json b/FrontReact/barber-app/package-lock.json index 50c2c7a..ceae58f 100644 --- a/FrontReact/barber-app/package-lock.json +++ b/FrontReact/barber-app/package-lock.json @@ -14,7 +14,7 @@ "react": "^18.3.1", "react-datepicker": "^7.1.0", "react-dom": "^18.3.1", - "react-hook-form": "^7.52.0", + "react-hook-form": "^7.52.1", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" } @@ -15071,9 +15071,10 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-hook-form": { - "version": "7.52.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", - "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", + "version": "7.52.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.1.tgz", + "integrity": "sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==", + "license": "MIT", "engines": { "node": ">=12.22.0" }, diff --git a/FrontReact/barber-app/package.json b/FrontReact/barber-app/package.json index e67dfa4..a9bfed1 100644 --- a/FrontReact/barber-app/package.json +++ b/FrontReact/barber-app/package.json @@ -9,7 +9,7 @@ "react": "^18.3.1", "react-datepicker": "^7.1.0", "react-dom": "^18.3.1", - "react-hook-form": "^7.52.0", + "react-hook-form": "^7.52.1", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" },