This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
forked from th-ch/youtube-music
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @xhayper/discord-rpc to v1.1.2
- Loading branch information
1 parent
6098025
commit aacb4b3
Showing
3 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,7 +131,8 @@ | |
"@babel/runtime": "7.23.8" | ||
}, | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
"[email protected]": "patches/[email protected]", | ||
"@xhayper/[email protected]": "patches/@[email protected]" | ||
} | ||
}, | ||
"dependencies": { | ||
|
@@ -144,7 +145,7 @@ | |
"@foobar404/wave": "2.0.5", | ||
"@jellybrick/electron-better-web-request": "1.0.4", | ||
"@jellybrick/mpris-service": "2.1.4", | ||
"@xhayper/discord-rpc": "1.1.1", | ||
"@xhayper/discord-rpc": "1.1.2", | ||
"async-mutex": "0.4.0", | ||
"butterchurn": "3.0.0-beta.4", | ||
"butterchurn-presets": "3.0.0-beta.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
diff --git a/package.json b/package.json | ||
index 40db5dfbd8a4455ce2987d8115eca9882e1f9f14..414fc6986b9c0cc288908eb0107b90c4bfd916b2 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -25,11 +25,7 @@ | ||
}, | ||
"dependencies": { | ||
"axios": "^1.6.2", | ||
- "ws": "^8.15.1" | ||
- }, | ||
- "optionalDependencies": { | ||
- "bufferutil": "^4.0.8", | ||
- "utf-8-validate": "^6.0.3" | ||
+ "ws": "^8.16.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.*", |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.