diff --git a/ui/package-lock.json b/ui/package-lock.json index 7e22970fd..fe153aafb 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17415,9 +17415,9 @@ } }, "react-hotkeys-hook": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.2.2.tgz", - "integrity": "sha512-5XBGCSleJZ7AzQ+wCoFeJj/myByIzqgR3D97xRNEQsGOsFvXLp4V8rbDbHceTqGq7WDjQmX96zegViz8U5CwMQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.3.0.tgz", + "integrity": "sha512-CSR9IYR0PzZwLBqwZh4NE+W4wa+VIlnaD6KMjZ3x7MQNAD1Zm7Css7D8ZoN9nEDg4DwlTsuCSnBhkwGe0XTVZw==", "requires": { "hotkeys-js": "3.8.1" } diff --git a/ui/package.json b/ui/package.json index cf8010f5e..dd8695092 100644 --- a/ui/package.json +++ b/ui/package.json @@ -62,7 +62,7 @@ "react-day-picker": "7.4.8", "react-dom": "16.13.1", "react-highlighter": "0.4.3", - "react-hotkeys-hook": "2.2.2", + "react-hotkeys-hook": "2.3.0", "react-idle-timer": "4.3.6", "react-input-range": "1.3.0", "react-intersection-observer": "8.27.1",