diff options
| author | Eugene Leclerc <[email protected]> | 2023-08-12 21:07:24 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-12 14:07:24 -0500 |
| commit | e0988ffc819b1b1057c7030a3b32d381f137e5da (patch) | |
| tree | d0b43e74f868d1440eae6d9f8c471bf5dc6e18fd | |
| parent | c3ca885392e8d3ce079a967742adae5a6110f5e7 (diff) | |
| download | muse-e0988ffc819b1b1057c7030a3b32d381f137e5da.tar.xz muse-e0988ffc819b1b1057c7030a3b32d381f137e5da.zip | |
Bump node-ytsr version to 3.8.4 (#959)
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8006a33..01d09dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed +- Bumped node-ytsr ([#948](https://github.com/codetheweb/muse/issues/948)) + ## [2.4.1] - 2023-07-23 ### Fixed diff --git a/package.json b/package.json index aa5ce7f..05278eb 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "tsx": "3.8.2", "xbytes": "^1.7.0", "ytdl-core": "^4.11.5", - "ytsr": "^3.8.2" + "ytsr": "^3.8.4" }, "resolutions": { "@types/ws": "8.5.4" |
