fix: upgrade hotkeys-js from 3.9.4 to 3.10.1

Snyk has created this PR to upgrade hotkeys-js from 3.9.4 to 3.10.1.

See this package in npm:
https://www.npmjs.com/package/hotkeys-js

See this project in Snyk:
https://app.snyk.io/org/mastermindzh/project/dade8f03-2064-49a3-8957-edbacec3887c?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2023-03-27 22:16:17 +00:00
parent d0f9a34f9c
commit ced41c00d7
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,19 +1,19 @@
{
"name": "tidal-hifi",
"version": "4.3.1",
"version": "4.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tidal-hifi",
"version": "4.3.1",
"version": "4.4.0",
"license": "MIT",
"dependencies": {
"@electron/remote": "^2.0.8",
"discord-rpc": "^4.0.1",
"electron-store": "^8.1.0",
"express": "^4.18.1",
"hotkeys-js": "^3.9.4",
"hotkeys-js": "^3.10.1",
"mpris-service": "^2.1.2",
"request": "^2.88.2",
"sass": "^1.54.9"
@ -3481,9 +3481,9 @@
}
},
"node_modules/hotkeys-js": {
"version": "3.9.4",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.4.tgz",
"integrity": "sha512-2zuLt85Ta+gIyvs4N88pCYskNrxf1TFv3LR9t5mdAZIX8BcgQQ48F2opUptvHa6m8zsy5v/a0i9mWzTrlNWU0Q=="
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.10.1.tgz",
"integrity": "sha512-mshqjgTqx8ee0qryHvRgZaZDxTwxam/2yTQmQlqAWS3+twnq1jsY9Yng9zB7lWq6WRrjTbTOc7knNwccXQiAjQ=="
},
"node_modules/http-cache-semantics": {
"version": "4.1.0",
@ -9130,9 +9130,9 @@
}
},
"hotkeys-js": {
"version": "3.9.4",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.4.tgz",
"integrity": "sha512-2zuLt85Ta+gIyvs4N88pCYskNrxf1TFv3LR9t5mdAZIX8BcgQQ48F2opUptvHa6m8zsy5v/a0i9mWzTrlNWU0Q=="
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.10.1.tgz",
"integrity": "sha512-mshqjgTqx8ee0qryHvRgZaZDxTwxam/2yTQmQlqAWS3+twnq1jsY9Yng9zB7lWq6WRrjTbTOc7knNwccXQiAjQ=="
},
"http-cache-semantics": {
"version": "4.1.0",

View File

@ -35,7 +35,7 @@
"discord-rpc": "^4.0.1",
"electron-store": "^8.1.0",
"express": "^4.18.1",
"hotkeys-js": "^3.9.4",
"hotkeys-js": "^3.10.1",
"mpris-service": "^2.1.2",
"request": "^2.88.2",
"sass": "^1.54.9"