Bump ytdl-core from 4.9.1 to 4.9.2

Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/fent/node-ytdl-core/releases)
- [Commits](https://github.com/fent/node-ytdl-core/compare/v4.9.1...v4.9.2)

---
updated-dependencies:
- dependency-name: ytdl-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-16 23:13:00 +00:00 committed by GitHub
parent 3acd787d0d
commit 6b58bbd5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

16
package-lock.json generated
View File

@ -1898,11 +1898,11 @@
}
},
"node_modules/ytdl-core": {
"version": "4.9.1",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.9.1.tgz",
"integrity": "sha512-6Jbp5RDhUEozlaJQAR+l8oV8AHsx3WUXxSyPxzE6wOIAaLql7Hjiy0ZM58wZoyj1YEenlEPjEqcJIjKYKxvHtQ==",
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.9.2.tgz",
"integrity": "sha512-aTlsvsN++03MuOtyVD4DRF9Z/9UAeeuiNbjs+LjQBAiw4Hrdp48T3U9vAmRPyvREzupraY8pqRoBfKGqpq+eHA==",
"dependencies": {
"m3u8stream": "^0.8.3",
"m3u8stream": "^0.8.4",
"miniget": "^4.0.0",
"sax": "^1.1.3"
},
@ -3280,11 +3280,11 @@
"dev": true
},
"ytdl-core": {
"version": "4.9.1",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.9.1.tgz",
"integrity": "sha512-6Jbp5RDhUEozlaJQAR+l8oV8AHsx3WUXxSyPxzE6wOIAaLql7Hjiy0ZM58wZoyj1YEenlEPjEqcJIjKYKxvHtQ==",
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.9.2.tgz",
"integrity": "sha512-aTlsvsN++03MuOtyVD4DRF9Z/9UAeeuiNbjs+LjQBAiw4Hrdp48T3U9vAmRPyvREzupraY8pqRoBfKGqpq+eHA==",
"requires": {
"m3u8stream": "^0.8.3",
"m3u8stream": "^0.8.4",
"miniget": "^4.0.0",
"sax": "^1.1.3"
}