Compare commits

..

No commits in common. "5ff2cc68d3dcba04dcc77490056f69a55b7014a2" and "76769dfab3cd9e8f1b30e85d04f6dc3a9f99b514" have entirely different histories.

2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -14,10 +14,10 @@
"discord-rpc": "^4.0.1",
"electron-store": "^8.1.0",
"express": "^4.18.2",
"hotkeys-js": "^3.13.7",
"hotkeys-js": "^3.13.6",
"mpris-service": "^2.1.2",
"request": "^2.88.2",
"sass": "^1.71.0"
"sass": "^1.70.0"
},
"devDependencies": {
"@mastermindzh/prettier-config": "^1.0.0",
@ -4415,9 +4415,9 @@
}
},
"node_modules/hotkeys-js": {
"version": "3.13.7",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.13.7.tgz",
"integrity": "sha512-ygFIdTqqwG4fFP7kkiYlvayZppeIQX2aPpirsngkv1xM1lP0piDY5QEh68nQnIKvz64hfocxhBaD/uK3sSK1yQ==",
"version": "3.13.6",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.13.6.tgz",
"integrity": "sha512-Uw8cUXTjYDgnTaUxJTBc8E5etD8bcxjUm6Y/PEB5tBxIZu+dqTXGNQnWV+8yxdOTdlSdXjlqGeOMWu6Sm02CvA==",
"funding": {
"url": "https://jaywcjlove.github.io/#/sponsor"
}
@ -6736,9 +6736,9 @@
}
},
"node_modules/sass": {
"version": "1.71.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.71.0.tgz",
"integrity": "sha512-HKKIKf49Vkxlrav3F/w6qRuPcmImGVbIXJ2I3Kg0VMA+3Bav+8yE9G5XmP5lMj6nl4OlqbPftGAscNaNu28b8w==",
"version": "1.70.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz",
"integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",

View File

@ -44,10 +44,10 @@
"discord-rpc": "^4.0.1",
"electron-store": "^8.1.0",
"express": "^4.18.2",
"hotkeys-js": "^3.13.7",
"hotkeys-js": "^3.13.6",
"mpris-service": "^2.1.2",
"request": "^2.88.2",
"sass": "^1.71.0"
"sass": "^1.70.0"
},
"devDependencies": {
"@mastermindzh/prettier-config": "^1.0.0",