From aea06e0d26d9fce2065ef5823f5895ffa7fe5844 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 18 Mar 2023 21:39:55 +0800 Subject: [PATCH] Upgrade react-hotkeys-hook --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fbd0041..c02bc476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "p-retry": "~5.1.2", "p-throttle": "~5.0.0", "preact": "~10.13.1", - "react-hotkeys-hook": "~4.3.7", + "react-hotkeys-hook": "~4.3.8", "react-intersection-observer": "~9.4.3", "react-router-dom": "6.6.2", "string-length": "~5.0.1", @@ -5794,9 +5794,9 @@ } }, "node_modules/react-hotkeys-hook": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.7.tgz", - "integrity": "sha512-qUcA5vl/liGWr9wLYI5/8oppHLa6nExFqOAMC6CyZhpj7C56PIzYZ76xAtJ+5lgxObgl4A4pQz8upy+nq7orSQ==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.8.tgz", + "integrity": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==", "peerDependencies": { "react": ">=16.8.1", "react-dom": ">=16.8.1" @@ -11069,9 +11069,9 @@ } }, "react-hotkeys-hook": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.7.tgz", - "integrity": "sha512-qUcA5vl/liGWr9wLYI5/8oppHLa6nExFqOAMC6CyZhpj7C56PIzYZ76xAtJ+5lgxObgl4A4pQz8upy+nq7orSQ==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.8.tgz", + "integrity": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==", "requires": {} }, "react-intersection-observer": { diff --git a/package.json b/package.json index 261eb25c..9ecb0ef5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "p-retry": "~5.1.2", "p-throttle": "~5.0.0", "preact": "~10.13.1", - "react-hotkeys-hook": "~4.3.7", + "react-hotkeys-hook": "~4.3.8", "react-intersection-observer": "~9.4.3", "react-router-dom": "6.6.2", "string-length": "~5.0.1",