From 32c7315fde1610f06dbb225573834aec4f0349bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 11:02:02 +0000 Subject: [PATCH] Bump hotkeys-js from 3.9.2 to 3.9.5 Bumps [hotkeys-js](https://github.com/jaywcjlove/hotkeys) from 3.9.2 to 3.9.5. - [Release notes](https://github.com/jaywcjlove/hotkeys/releases) - [Commits](https://github.com/jaywcjlove/hotkeys/compare/v3.9.2...v3.9.5) --- updated-dependencies: - dependency-name: hotkeys-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 57f457340..c8799c6ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "canvas-confetti": "^1.5.1", "figuration": "^4.3.2", "fluid-binder": "^1.1.2", - "hotkeys-js": "^3.9.2", + "hotkeys-js": "^3.9.5", "infusion": "^3.0.0", "interactjs": "^1.10.11", "jquery": "^3.6.0", @@ -4264,9 +4264,9 @@ } }, "node_modules/hotkeys-js": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.2.tgz", - "integrity": "sha512-SIetKi4uYzILto+4AeTBToNlW5ioUIVqGyMm/BczlXWProewwDvcNhwIxTUg7JLXY/mr0l0d+kwEF5JQ6Um/EA==" + "version": "3.9.5", + "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.5.tgz", + "integrity": "sha512-T0G8CUZ6Q1IOgPnLK1hDXR8DqgKF/VWEsHvZgi6CM7Ub9oOAzvWuJ3Qhc/9nFQaR26MfFOZSwULHrtCnsUX7zA==" }, "node_modules/html-tags": { "version": "3.2.0", @@ -12377,9 +12377,9 @@ } }, "hotkeys-js": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.2.tgz", - "integrity": "sha512-SIetKi4uYzILto+4AeTBToNlW5ioUIVqGyMm/BczlXWProewwDvcNhwIxTUg7JLXY/mr0l0d+kwEF5JQ6Um/EA==" + "version": "3.9.5", + "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.5.tgz", + "integrity": "sha512-T0G8CUZ6Q1IOgPnLK1hDXR8DqgKF/VWEsHvZgi6CM7Ub9oOAzvWuJ3Qhc/9nFQaR26MfFOZSwULHrtCnsUX7zA==" }, "html-tags": { "version": "3.2.0", diff --git a/package.json b/package.json index b77a1d22f..38bff3439 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "canvas-confetti": "^1.5.1", "figuration": "^4.3.2", "fluid-binder": "^1.1.2", - "hotkeys-js": "^3.9.2", + "hotkeys-js": "^3.9.5", "infusion": "^3.0.0", "interactjs": "^1.10.11", "jquery": "^3.6.0",