diff --git a/chartsmith-app/package-lock.json b/chartsmith-app/package-lock.json index f6378ea6..d2cd90f6 100644 --- a/chartsmith-app/package-lock.json +++ b/chartsmith-app/package-lock.json @@ -35,7 +35,7 @@ "pg": "^8.16.3", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-hotkeys-hook": "^4.6.1", + "react-hotkeys-hook": "^5.2.1", "react-markdown": "^10.1.0", "secure-random-string": "^1.1.4", "tailwind-merge": "^3.4.0", @@ -10953,12 +10953,16 @@ } }, "node_modules/react-hotkeys-hook": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.6.2.tgz", - "integrity": "sha512-FmP+ZriY3EG59Ug/lxNfrObCnW9xQShgk7Nb83+CkpfkcCpfS95ydv+E9JuXA5cp8KtskU7LGlIARpkc92X22Q==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-5.2.1.tgz", + "integrity": "sha512-xbKh6zJxd/vJHT4Bw4+0pBD662Fk20V+VFhLqciCg+manTVO4qlqRqiwFOYelfHN9dBvWj9vxaPkSS26ZSIJGg==", + "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-is": { diff --git a/chartsmith-app/package.json b/chartsmith-app/package.json index e6b2acb9..85235fe6 100644 --- a/chartsmith-app/package.json +++ b/chartsmith-app/package.json @@ -45,7 +45,7 @@ "pg": "^8.16.3", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-hotkeys-hook": "^4.6.1", + "react-hotkeys-hook": "^5.2.1", "react-markdown": "^10.1.0", "secure-random-string": "^1.1.4", "tailwind-merge": "^3.4.0",