Update dependency @github/hotkey to v3 (#67)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-13 17:29:10 -05:00
committed by GitHub
parent 1afd1ce202
commit 945c9b6dd4
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -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",

View File

@@ -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",