summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-01-31 23:24:01 +0000
committerGitHub <noreply@github.com>2023-01-31 23:24:01 +0000
commit4c7bc566284c329a2464ae2becd726e67c79e209 (patch)
tree175c641dc9269b86079521d71b736981c89f9975
parent0de96d790b185e906b924bf258addc5830badf4f (diff)
fix(deps): update dependency react-hotkeys-hook to v4.3.3renovate/react-hotkeys-hook-4.x
-rw-r--r--web/package-lock.json8
-rw-r--r--web/package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/web/package-lock.json b/web/package-lock.json
index 8e8d56a04..e3b3e89c5 100644
--- a/web/package-lock.json
+++ b/web/package-lock.json
@@ -39,7 +39,7 @@
"react-crossfade-img": "1.0.0",
"react-dom": "18.2.0",
"react-highlighter-ts": "18.0.1",
- "react-hotkeys-hook": "4.3.2",
+ "react-hotkeys-hook": "4.3.3",
"react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.5",
"react-use": "^17.4.0",
@@ -31392,9 +31392,9 @@
}
},
"node_modules/react-hotkeys-hook": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.2.tgz",
- "integrity": "sha512-ZA/li3kBDHuRTtJIf7Td41UU87bPtnt9xV4r+PlEzpnFoYRDVspk3B+mlaX75zowyQygMVmoaWnM4B88lkyExQ==",
+ "version": "4.3.3",
+ "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.3.tgz",
+ "integrity": "sha512-OYZCG2G+xLeiH0TkrW+v6eKFPvYq9iCA5sh9pwvnbGQaK86Lw/kWJDjjzSksFJoCk4K78OLe3MR1afNZH6+cLg==",
"peerDependencies": {
"react": ">=16.8.1",
"react-dom": ">=16.8.1"
diff --git a/web/package.json b/web/package.json
index 4be37307c..dd5299255 100644
--- a/web/package.json
+++ b/web/package.json
@@ -43,7 +43,7 @@
"react-crossfade-img": "1.0.0",
"react-dom": "18.2.0",
"react-highlighter-ts": "18.0.1",
- "react-hotkeys-hook": "4.3.2",
+ "react-hotkeys-hook": "4.3.3",
"react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.5",
"react-use": "^17.4.0",