From 27668172ecc5b316305e1e66cc7380c7fda783f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 17:08:06 +0100 Subject: [PATCH] chore(deps): bump react-hot-keys from 2.7.0 to 2.7.1 (#184) Bumps [react-hot-keys](https://github.com/jaywcjlove/react-hotkeys) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/jaywcjlove/react-hotkeys/releases) - [Commits](https://github.com/jaywcjlove/react-hotkeys/compare/v2.7.0...v2.7.1) --- 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 85ddd08a..a5ea66b7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-clock": "3.0.0", "react-color-gradient-picker": "0.1.2", "react-dom": "17.0.2", - "react-hot-keys": "2.7.0", + "react-hot-keys": "2.7.1", "react-modal": "3.14.3", "react-sortable-hoc": "2.0.0", "react-toastify": "8.0.2",