From 4cfc602ed34741f392718bd0b465aeef86781ac6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 18:45:47 +0000 Subject: [PATCH] fix: upgrade react-hotkeys-hook from 4.5.0 to 4.5.1 Snyk has created this PR to upgrade react-hotkeys-hook from 4.5.0 to 4.5.1. See this package in npm: react-hotkeys-hook See this project in Snyk: https://app.snyk.io/org/hohner2008/project/3bd58bb2-6a5d-4629-8337-ef86b4eda456?utm_source=github&utm_medium=referral&page=upgrade-pr --- invokeai/frontend/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/package.json b/invokeai/frontend/web/package.json index ded783374cc..14af84b30a1 100644 --- a/invokeai/frontend/web/package.json +++ b/invokeai/frontend/web/package.json @@ -90,7 +90,7 @@ "react-dropzone": "^14.2.9", "react-error-boundary": "^4.0.13", "react-hook-form": "^7.53.0", - "react-hotkeys-hook": "4.5.0", + "react-hotkeys-hook": "4.5.1", "react-i18next": "^15.0.2", "react-icons": "^5.3.0", "react-redux": "9.1.2",