diff --git a/src/package-lock.json b/src/package-lock.json index d0d17d2d..6ad41294 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -43,7 +43,7 @@ "pure-rand": "^6.0.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hotkeys-hook": "^4.4.1", + "react-hotkeys-hook": "^4.4.3", "react-remove-scroll": "^2.5.7", "react-wrap-balancer": "^1.1.0", "rehype": "^13.0.1", @@ -12415,9 +12415,9 @@ } }, "node_modules/react-hotkeys-hook": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.4.1.tgz", - "integrity": "sha512-sClBMBioFEgFGYLTWWRKvhxcCx1DRznd+wkFHwQZspnRBkHTgruKIHptlK/U/2DPX8BhHoRGzpMVWUXMmdZlmw==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.4.3.tgz", + "integrity": "sha512-G6psp7OUm9xxY4G2vL48tBwWUVJLvD/PeInaPdPvqRJ8GoXBu6Djqr6WIw5gu1M0SbR1epNUlvpccxu2ZzmtFQ==", "peerDependencies": { "react": ">=16.8.1", "react-dom": ">=16.8.1" diff --git a/src/package.json b/src/package.json index 7757c9c6..24c11d42 100644 --- a/src/package.json +++ b/src/package.json @@ -63,7 +63,7 @@ "pure-rand": "^6.0.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hotkeys-hook": "^4.4.1", + "react-hotkeys-hook": "^4.4.3", "react-remove-scroll": "^2.5.7", "react-wrap-balancer": "^1.1.0", "rehype": "^13.0.1",