From 945c9b6dd4cd95a0541e94f6038eb1596b33373c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 17:29:10 -0500 Subject: [PATCH] Update dependency @github/hotkey to v3 (#67) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 69c16d9..97e5c1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "rfd-fyi", "version": "0.1.0", "dependencies": { - "@github/hotkey": "^2.0.1", + "@github/hotkey": "^3.0.0", "@popperjs/core": "^2.11.8", "axios": "^1.6.0", "bootstrap": "^5.3.1", @@ -2062,9 +2062,9 @@ } }, "node_modules/@github/hotkey": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@github/hotkey/-/hotkey-2.3.1.tgz", - "integrity": "sha512-+aEUEKAsJnnZElLKW5vdXJ9o7g0PXDGN9w54kDm4BorHyQiUVXRLcaDbBS41T62iyO+tqlCO1NuQrYbrbS8Z2Q==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@github/hotkey/-/hotkey-3.1.0.tgz", + "integrity": "sha512-Lj9QjYa+b+Nk5U1nZtlXLdx3HI8/EeM6ZNwBjpYcGVYqpwHdM2ScRH0p7+5zh28JG6SPbTM9+Rb1dFd742qMTw==" }, "node_modules/@hapi/hoek": { "version": "9.3.0", @@ -14285,9 +14285,9 @@ "dev": true }, "@github/hotkey": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@github/hotkey/-/hotkey-2.3.1.tgz", - "integrity": "sha512-+aEUEKAsJnnZElLKW5vdXJ9o7g0PXDGN9w54kDm4BorHyQiUVXRLcaDbBS41T62iyO+tqlCO1NuQrYbrbS8Z2Q==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@github/hotkey/-/hotkey-3.1.0.tgz", + "integrity": "sha512-Lj9QjYa+b+Nk5U1nZtlXLdx3HI8/EeM6ZNwBjpYcGVYqpwHdM2ScRH0p7+5zh28JG6SPbTM9+Rb1dFd742qMTw==" }, "@hapi/hoek": { "version": "9.3.0", diff --git a/package.json b/package.json index 6301c4f..e46dd89 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@github/hotkey": "^2.0.1", + "@github/hotkey": "^3.0.0", "@popperjs/core": "^2.11.8", "axios": "^1.6.0", "bootstrap": "^5.3.1",