From 2c54fb0b2073ebef798952ecca4c24ff4b2e5114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 08:37:41 +0000 Subject: [PATCH] chore(deps): bump react-hot-keys from 2.7.1 to 2.7.2 (#255) Bumps [react-hot-keys](https://github.com/jaywcjlove/react-hotkeys) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/jaywcjlove/react-hotkeys/releases) - [Commits](https://github.com/jaywcjlove/react-hotkeys/compare/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: react-hot-keys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 610251b0..4753a157 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-clock": "3.1.0", "react-color-gradient-picker": "0.1.2", "react-dom": "18.0.0", - "react-hot-keys": "2.7.1", + "react-hot-keys": "2.7.2", "react-icons": "^4.3.1", "react-modal": "3.14.4", "react-sortable-hoc": "2.0.0",