diff --git a/package-lock.json b/package-lock.json index efa40bf8d8..8c96446b8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primereact", - "version": "9.2.0-SNAPSHOT", + "version": "9.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "primereact", - "version": "9.2.0-SNAPSHOT", + "version": "9.2.0", "dependencies": { "@docsearch/react": "3.3.2", "chart.js": "3.9.1", @@ -23,7 +23,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-final-form": "^6.5.9", - "react-hook-form": "^7.41.3", + "react-hook-form": "^7.43.3", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" }, @@ -15227,9 +15227,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.0.tgz", - "integrity": "sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==", + "version": "7.43.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.3.tgz", + "integrity": "sha512-LV6Fixh+hirrl6dXbM78aB6n//82aKbsNbcofF3wc6nx1UJLu3Jj/gsg1E5C9iISnLX+du8VTUyBUz2aCy+H7w==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index dc51f3bf24..1b9ee6585c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-final-form": "^6.5.9", - "react-hook-form": "^7.41.3", + "react-hook-form": "^7.43.3", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" },