mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Merge pull request #9 from codetheweb/dependabot/npm_and_yarn/youtube.ts-0.1.9
Bump youtube.ts from 0.1.8 to 0.1.9
This commit is contained in:
commit
0862002477
35
package-lock.json
generated
35
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue