diff --git a/package-lock.json b/package-lock.json index c8361dd45..0967c870f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "postcss": "^8.4.49", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.53.2", + "react-hook-form": "^7.54.0", "react-instantsearch-dom": "^6.40.4", "uuid": "^11.0.3" }, @@ -6976,9 +6976,9 @@ "license": "MIT" }, "node_modules/react-hook-form": { - "version": "7.53.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", - "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", + "version": "7.54.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.0.tgz", + "integrity": "sha512-PS05+UQy/IdSbJNojBypxAo9wllhHgGmyr8/dyGQcPoiMf3e7Dfb9PWYVRco55bLbxH9S+1yDDJeTdlYCSxO3A==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 34067dc78..d7fce612a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "postcss": "^8.4.49", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.53.2", + "react-hook-form": "^7.54.0", "react-instantsearch-dom": "^6.40.4", "uuid": "^11.0.3" },