mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Bump youtube.ts from 0.1.8 to 0.1.9
Bumps [youtube.ts](https://github.com/Tenpi/youtube.ts) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/Tenpi/youtube.ts/releases) - [Commits](https://github.com/Tenpi/youtube.ts/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
e7bf2a4b47
commit
a1047e8ae8
35
package-lock.json
generated
35
package-lock.json
generated
|
@ -3934,12 +3934,39 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"youtube.ts": {
|
"youtube.ts": {
|
||||||
"version": "0.1.8",
|
"version": "0.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/youtube.ts/-/youtube.ts-0.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/youtube.ts/-/youtube.ts-0.1.9.tgz",
|
||||||
"integrity": "sha512-rOUx7M7ltJChMqoV77fOdLE8B1au/u6v9GfLVDA7+9VXNUeu4sZrQCSGobSI4/RNyNz5Ik3HRA5P1whIU8MYXw==",
|
"integrity": "sha512-j+U5Mhf9G0Y65fVX/hX/GSik4WJAoSFjwGQTSBGIb/mhs7OUMIJ5VL0SETK/qJ1/r06zGECnsXd5YBLNXu2Sqg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
"ytdl-core": "^3.2.2"
|
"ytdl-core": "^4.0.3"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"m3u8stream": {
|
||||||
|
"version": "0.8.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/m3u8stream/-/m3u8stream-0.8.1.tgz",
|
||||||
|
"integrity": "sha512-fzjOzn+eYHbHLaTg0R4BCvyKOl24a7fNnhFc/B2zKX3BilD7sHMTipcMDXjbKKqAgJZWbAe2sktDRaTD5KVb3g==",
|
||||||
|
"requires": {
|
||||||
|
"miniget": "^3.0.0",
|
||||||
|
"sax": "^1.2.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"miniget": {
|
||||||
|
"version": "3.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/miniget/-/miniget-3.1.0.tgz",
|
||||||
|
"integrity": "sha512-cf18w/CV7RIgGbsi8jg5gmrrrgziLPk3KzC3bWAZW58Rrunlii75eSKPZVAoG7XGA86AYitzY+8Z0j4pafydmw=="
|
||||||
|
},
|
||||||
|
"ytdl-core": {
|
||||||
|
"version": "4.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.0.5.tgz",
|
||||||
|
"integrity": "sha512-pMs7S5tCs7SKxVWV9NJ5Fe+arzxV3aFtznecoVHjQtwcyjbQ8wZivQ0Y7FpZWsYW1WApDs2VxteEqT9VWw0yDQ==",
|
||||||
|
"requires": {
|
||||||
|
"html-entities": "^1.3.1",
|
||||||
|
"m3u8stream": "^0.8.1",
|
||||||
|
"miniget": "^3.0.0",
|
||||||
|
"sax": "^1.1.3"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ytdl-core": {
|
"ytdl-core": {
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
"spotify-web-api-node": "^5.0.0",
|
"spotify-web-api-node": "^5.0.0",
|
||||||
"sqlite3": "^5.0.0",
|
"sqlite3": "^5.0.0",
|
||||||
"unique-random-array": "^2.0.0",
|
"unique-random-array": "^2.0.0",
|
||||||
"youtube.ts": "^0.1.8",
|
"youtube.ts": "^0.1.9",
|
||||||
"ytdl-core": "^3.4.2"
|
"ytdl-core": "^3.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue