diff --git a/package-lock.json b/package-lock.json index ae7bb03b..020e2007 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-beforeunload": "^2.6.0", "react-dom": "^18.3.1", "react-hook-form": "^7.56.1", - "react-hotkeys-hook": "^4.6.1", + "react-hotkeys-hook": "^5.0.1", "react-i18next": "^15.5.1", "react-icons": "^5.5.0", "react-select": "^5.10.1", @@ -8657,13 +8657,16 @@ } }, "node_modules/react-hotkeys-hook": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.6.1.tgz", - "integrity": "sha512-XlZpbKUj9tkfgPgT9gA+1p7Ey6vFIZHttUjPqpTdyT5nqQ8mHL7elxvSbaC+dpSiHUSmr21Ya1mDxBZG3aje4Q==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-5.0.1.tgz", + "integrity": "sha512-TysTwXrUSj6QclMZIEoxCfvy/6EsoZcrfE970aUVa9fO3c3vcms+IVjv3ljbhUPM/oY1iEoun7O2W8v8INl5hw==", "license": "MIT", + "workspaces": [ + "packages/*" + ], "peerDependencies": { - "react": ">=16.8.1", - "react-dom": ">=16.8.1" + "react": ">=16.8.0", + "react-dom": ">=16.8.0" } }, "node_modules/react-i18next": { diff --git a/package.json b/package.json index d450300d..0381b1e2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-beforeunload": "^2.6.0", "react-dom": "^18.3.1", "react-hook-form": "^7.56.1", - "react-hotkeys-hook": "^4.6.1", + "react-hotkeys-hook": "^5.0.1", "react-i18next": "^15.5.1", "react-icons": "^5.5.0", "react-select": "^5.10.1",