chore(deps): bump react-hotkeys-hook from 4.0.6 to 4.0.8 in /ui

Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.0.6 to 4.0.8.
- [Release notes](https://github.com/JohannesKlauss/react-keymap-hook/releases)
- [Changelog](https://github.com/JohannesKlauss/react-hotkeys-hook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/JohannesKlauss/react-keymap-hook/compare/v4.0.6...v4.0.8)

---
updated-dependencies:
- dependency-name: react-hotkeys-hook
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-23 16:07:29 +00:00
committed by Łukasz Mierzwa
parent bf82df4abc
commit 5eea79928a
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -40,7 +40,7 @@
"react-cool-dimensions": "3.0.0",
"react-day-picker": "8.4.1",
"react-dom": "17.0.2",
"react-hotkeys-hook": "4.0.6",
"react-hotkeys-hook": "4.0.8",
"react-idle-timer": "4.6.4",
"react-intersection-observer": "9.4.1",
"react-json-pretty": "2.2.0",
@@ -29780,9 +29780,9 @@
"dev": true
},
"node_modules/react-hotkeys-hook": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.0.6.tgz",
"integrity": "sha512-QYSGEuvhjrDs4JbcQ8hVGPTJe02HBmLFuibVsAZPT+rJVOLqc9FqMKL8KXdBf6YFRSN2vN8zXBxyKnTTh9DScA==",
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.0.8.tgz",
"integrity": "sha512-AefWPMIIEPPnJ7nMy+ewdCxTJaf+ljdHRIjv4Q6rXn0FuDi43YePVgmDmTFcpliDFiBhTRkxaMvAaenNQ+e+/A==",
"peerDependencies": {
"react": ">=16.8.1",
"react-dom": ">=16.8.1"
@@ -59411,9 +59411,9 @@
"dev": true
},
"react-hotkeys-hook": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.0.6.tgz",
"integrity": "sha512-QYSGEuvhjrDs4JbcQ8hVGPTJe02HBmLFuibVsAZPT+rJVOLqc9FqMKL8KXdBf6YFRSN2vN8zXBxyKnTTh9DScA==",
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.0.8.tgz",
"integrity": "sha512-AefWPMIIEPPnJ7nMy+ewdCxTJaf+ljdHRIjv4Q6rXn0FuDi43YePVgmDmTFcpliDFiBhTRkxaMvAaenNQ+e+/A==",
"requires": {}
},
"react-idle-timer": {

View File

@@ -39,7 +39,7 @@
"react-cool-dimensions": "3.0.0",
"react-day-picker": "8.4.1",
"react-dom": "17.0.2",
"react-hotkeys-hook": "4.0.6",
"react-hotkeys-hook": "4.0.8",
"react-idle-timer": "4.6.4",
"react-intersection-observer": "9.4.1",
"react-json-pretty": "2.2.0",