Bump react-hook-form from 7.0.0 to 7.43.9
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.0.0 to 7.43.9. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.0.0...v7.43.9) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									e721422753
								
							
						
					
					
						commit
						b48e5b5314
					
				
					 2 changed files with 19 additions and 8 deletions
				
			
		
							
								
								
									
										25
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										25
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -38,7 +38,7 @@
 | 
			
		|||
        "react-form-with-constraints": "^0.16.0",
 | 
			
		||||
        "react-form-with-constraints-bootstrap4": "^0.16.0",
 | 
			
		||||
        "react-google-maps": "^9.4.5",
 | 
			
		||||
        "react-hook-form": "^7.0.0",
 | 
			
		||||
        "react-hook-form": "^7.43.9",
 | 
			
		||||
        "react-i18next": "^11.8.12",
 | 
			
		||||
        "react-router-dom": "^5.2.0",
 | 
			
		||||
        "react-scripts": "4.0.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -15890,9 +15890,19 @@
 | 
			
		|||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/react-hook-form": {
 | 
			
		||||
      "version": "7.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.0.0.tgz",
 | 
			
		||||
      "integrity": "sha512-cXoKnNnQe5IxieesTu+enDS7Jfh8lyX8mSMwzNvC4L0k6R6yQ2F8rIhvBbzlFOGSoeEnsR64dvMZ1izWRCAw6A=="
 | 
			
		||||
      "version": "7.43.9",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz",
 | 
			
		||||
      "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==",
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=12.22.0"
 | 
			
		||||
      },
 | 
			
		||||
      "funding": {
 | 
			
		||||
        "type": "opencollective",
 | 
			
		||||
        "url": "https://opencollective.com/react-hook-form"
 | 
			
		||||
      },
 | 
			
		||||
      "peerDependencies": {
 | 
			
		||||
        "react": "^16.8.0 || ^17 || ^18"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/react-i18next": {
 | 
			
		||||
      "version": "11.8.12",
 | 
			
		||||
| 
						 | 
				
			
			@ -34452,9 +34462,10 @@
 | 
			
		|||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "react-hook-form": {
 | 
			
		||||
      "version": "7.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.0.0.tgz",
 | 
			
		||||
      "integrity": "sha512-cXoKnNnQe5IxieesTu+enDS7Jfh8lyX8mSMwzNvC4L0k6R6yQ2F8rIhvBbzlFOGSoeEnsR64dvMZ1izWRCAw6A=="
 | 
			
		||||
      "version": "7.43.9",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz",
 | 
			
		||||
      "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==",
 | 
			
		||||
      "requires": {}
 | 
			
		||||
    },
 | 
			
		||||
    "react-i18next": {
 | 
			
		||||
      "version": "11.8.12",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -32,7 +32,7 @@
 | 
			
		|||
    "react-form-with-constraints": "^0.16.0",
 | 
			
		||||
    "react-form-with-constraints-bootstrap4": "^0.16.0",
 | 
			
		||||
    "react-google-maps": "^9.4.5",
 | 
			
		||||
    "react-hook-form": "^7.0.0",
 | 
			
		||||
    "react-hook-form": "^7.43.9",
 | 
			
		||||
    "react-i18next": "^11.8.12",
 | 
			
		||||
    "react-router-dom": "^5.2.0",
 | 
			
		||||
    "react-scripts": "4.0.3",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue