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"