diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-11-18 17:30:45 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-18 17:30:45 +0000 |
| commit | a1047e8ae8c523904676b1b60bcebb838fc77d35 (patch) | |
| tree | a01033cd11c65b3117b658a565cb6841676d0b7e | |
| parent | e7bf2a4b47d47c48e72259c70d13a711772b2f75 (diff) | |
| download | muse-a1047e8ae8c523904676b1b60bcebb838fc77d35.tar.xz muse-a1047e8ae8c523904676b1b60bcebb838fc77d35.zip | |
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] <[email protected]>
| -rw-r--r-- | package-lock.json | 35 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 32 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 24705be..144389a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3934,12 +3934,39 @@ "dev": true }, "youtube.ts": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/youtube.ts/-/youtube.ts-0.1.8.tgz", - "integrity": "sha512-rOUx7M7ltJChMqoV77fOdLE8B1au/u6v9GfLVDA7+9VXNUeu4sZrQCSGobSI4/RNyNz5Ik3HRA5P1whIU8MYXw==", + "version": "0.1.9", + "resolved": "https://registry.npmjs.org/youtube.ts/-/youtube.ts-0.1.9.tgz", + "integrity": "sha512-j+U5Mhf9G0Y65fVX/hX/GSik4WJAoSFjwGQTSBGIb/mhs7OUMIJ5VL0SETK/qJ1/r06zGECnsXd5YBLNXu2Sqg==", "requires": { "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": { diff --git a/package.json b/package.json index 271eb06..a2765c0 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "spotify-web-api-node": "^5.0.0", "sqlite3": "^5.0.0", "unique-random-array": "^2.0.0", - "youtube.ts": "^0.1.8", + "youtube.ts": "^0.1.9", "ytdl-core": "^3.4.2" } } |
