Bump ytdl-core from 4.10.0 to 4.10.1

Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.10.0 to 4.10.1.
- [Release notes](https://github.com/fent/node-ytdl-core/releases)
- [Commits](https://github.com/fent/node-ytdl-core/compare/v4.10.0...v4.10.1)

---
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] 2022-02-02 23:15:37 +00:00 committed by Nemo
parent 0986305a50
commit 9925d6e578
1 changed files with 8 additions and 8 deletions

16
package-lock.json generated
View File

@ -1692,11 +1692,11 @@
} }
}, },
"node_modules/ytdl-core": { "node_modules/ytdl-core": {
"version": "4.10.0", "version": "4.10.1",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.10.0.tgz", "resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.10.1.tgz",
"integrity": "sha512-RCCoSVTmMeBPH5NFR1fh3nkDU9okvWM0ZdN6plw6I5+vBBZVUEpOt8vjbSgprLRMmGUsmrQZJhvG1CHOat4mLA==", "integrity": "sha512-idBhW+e7HCzs5fR5cqp7Ci+mJhEch41YAaWabYlneQFCL6IGf6Hycv99yVx01Zl1Ci0t/70faOelMSrXaQTE/A==",
"dependencies": { "dependencies": {
"m3u8stream": "^0.8.4", "m3u8stream": "^0.8.6",
"miniget": "^4.0.0", "miniget": "^4.0.0",
"sax": "^1.1.3" "sax": "^1.1.3"
}, },
@ -2909,11 +2909,11 @@
"dev": true "dev": true
}, },
"ytdl-core": { "ytdl-core": {
"version": "4.10.0", "version": "4.10.1",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.10.0.tgz", "resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.10.1.tgz",
"integrity": "sha512-RCCoSVTmMeBPH5NFR1fh3nkDU9okvWM0ZdN6plw6I5+vBBZVUEpOt8vjbSgprLRMmGUsmrQZJhvG1CHOat4mLA==", "integrity": "sha512-idBhW+e7HCzs5fR5cqp7Ci+mJhEch41YAaWabYlneQFCL6IGf6Hycv99yVx01Zl1Ci0t/70faOelMSrXaQTE/A==",
"requires": { "requires": {
"m3u8stream": "^0.8.4", "m3u8stream": "^0.8.6",
"miniget": "^4.0.0", "miniget": "^4.0.0",
"sax": "^1.1.3" "sax": "^1.1.3"
} }