1
0
mirror of https://github.com/Infisical/infisical.git synced 2025-03-25 14:05:03 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
e9013187e0 fix: upgrade react-hook-form from 7.49.3 to 7.50.0
Snyk has created this PR to upgrade react-hook-form from 7.49.3 to 7.50.0.

See this package in npm:
https://www.npmjs.com/package/react-hook-form

See this project in Snyk:
https://app.snyk.io/org/maidul98/project/53d4ecb6-6cc1-4918-aa73-bf9cae4ffd13?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-24 04:52:55 +00:00
2 changed files with 7 additions and 8 deletions

@ -1,5 +1,5 @@
{
"name": "npm-proj-1708687711895-0.8280111363176879xoEiUg",
"name": "npm-proj-1708750296479-0.3044289862975156NtHeSh",
"lockfileVersion": 3,
"requires": true,
"packages": {
@ -76,7 +76,7 @@
"react-day-picker": "^8.8.0",
"react-dom": "^17.0.2",
"react-grid-layout": "^1.3.4",
"react-hook-form": "^7.43.0",
"react-hook-form": "^7.50.0",
"react-i18next": "^12.2.2",
"react-mailchimp-subscribe": "^2.1.3",
"react-markdown": "^8.0.3",
@ -20038,12 +20038,11 @@
}
},
"node_modules/react-hook-form": {
"version": "7.49.3",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.3.tgz",
"integrity": "sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==",
"version": "7.50.0",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.0.tgz",
"integrity": "sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==",
"engines": {
"node": ">=18",
"pnpm": "8"
"node": ">=12.22.0"
},
"funding": {
"type": "opencollective",

@ -84,7 +84,7 @@
"react-day-picker": "^8.8.0",
"react-dom": "^17.0.2",
"react-grid-layout": "^1.3.4",
"react-hook-form": "^7.43.0",
"react-hook-form": "^7.50.0",
"react-i18next": "^12.2.2",
"react-mailchimp-subscribe": "^2.1.3",
"react-markdown": "^8.0.3",