mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-23 01:05:30 +01:00
Bump node-ytsr version to 3.8.4 (#959)
This commit is contained in:
parent
c3ca885392
commit
e0988ffc81
|
@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Bumped node-ytsr ([#948](https://github.com/codetheweb/muse/issues/948))
|
||||||
|
|
||||||
## [2.4.1] - 2023-07-23
|
## [2.4.1] - 2023-07-23
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
"tsx": "3.8.2",
|
"tsx": "3.8.2",
|
||||||
"xbytes": "^1.7.0",
|
"xbytes": "^1.7.0",
|
||||||
"ytdl-core": "^4.11.5",
|
"ytdl-core": "^4.11.5",
|
||||||
"ytsr": "^3.8.2"
|
"ytsr": "^3.8.4"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/ws": "8.5.4"
|
"@types/ws": "8.5.4"
|
||||||
|
|
Loading…
Reference in a new issue