diff --git a/package-lock.json b/package-lock.json index 7460bbe..2dc0129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "react-bootstrap-carousel": "^4.1.1", "react-dom": "^17.0.2", "react-fa": "^5.0.0", - "react-form-with-constraints": "^0.16.0", + "react-form-with-constraints": "^0.16.1", "react-form-with-constraints-bootstrap4": "^0.16.1", "react-google-maps": "^9.4.5", "react-hook-form": "^7.44.2", @@ -17258,11 +17258,14 @@ "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" }, "node_modules/react-form-with-constraints": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/react-form-with-constraints/-/react-form-with-constraints-0.16.0.tgz", - "integrity": "sha512-xt6geBao/+i3pcfNKDHYIJCHI+Ii6mhNN5rhL5l7BnKnQ04KPIRkWmrBNrhfptwV2LIc21hLH6lYZMN5BaKkvQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/react-form-with-constraints/-/react-form-with-constraints-0.16.1.tgz", + "integrity": "sha512-SWlErEffFTYdW8BoFYAs4rn2PSmbAylLKNgYzh2/cMZYetSy4pM7MDMMVoy1+GOMuI4jc1axdNSH5MF0LUrGFQ==", "dependencies": { "prop-types": "^15.7.2" + }, + "peerDependencies": { + "react": ">=16" } }, "node_modules/react-form-with-constraints-bootstrap4": { @@ -33143,9 +33146,9 @@ "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" }, "react-form-with-constraints": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/react-form-with-constraints/-/react-form-with-constraints-0.16.0.tgz", - "integrity": "sha512-xt6geBao/+i3pcfNKDHYIJCHI+Ii6mhNN5rhL5l7BnKnQ04KPIRkWmrBNrhfptwV2LIc21hLH6lYZMN5BaKkvQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/react-form-with-constraints/-/react-form-with-constraints-0.16.1.tgz", + "integrity": "sha512-SWlErEffFTYdW8BoFYAs4rn2PSmbAylLKNgYzh2/cMZYetSy4pM7MDMMVoy1+GOMuI4jc1axdNSH5MF0LUrGFQ==", "requires": { "prop-types": "^15.7.2" } diff --git a/package.json b/package.json index 5556d94..4f82be9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-bootstrap-carousel": "^4.1.1", "react-dom": "^17.0.2", "react-fa": "^5.0.0", - "react-form-with-constraints": "^0.16.0", + "react-form-with-constraints": "^0.16.1", "react-form-with-constraints-bootstrap4": "^0.16.1", "react-google-maps": "^9.4.5", "react-hook-form": "^7.44.2",