Bump ytdl-core from 4.8.2 to 4.8.3

Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.8.2 to 4.8.3.
- [Release notes](https://github.com/fent/node-ytdl-core/releases)
- [Commits](https://github.com/fent/node-ytdl-core/compare/v4.8.2...v4.8.3)

---
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-06-28 10:04:01 +00:00 committed by GitHub
parent 473fb132a6
commit bf788fa525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -90,6 +90,6 @@
"spotify-web-api-node": "^5.0.2",
"sqlite3": "^5.0.2",
"youtube.ts": "^0.2.0",
"ytdl-core": "^4.8.2"
"ytdl-core": "^4.8.3"
}
}

View file

@ -3295,10 +3295,10 @@ youtube.ts@^0.2.0:
axios "^0.19.0"
ytdl-core "^4.0.3"
ytdl-core@^4.0.3, ytdl-core@^4.8.2:
version "4.8.2"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.8.2.tgz#f034ad942c5d958f5987fc8ff0b0639664ae2fb7"
integrity sha512-O3n++YcgZawaXJwbPmnRDgfN6b4kU0DpNdkI9Na5yM3JAdfJmoq5UHc8v9Xjgjr1RilQUUh7mhDnRRPDtKr0Kg==
ytdl-core@^4.0.3, ytdl-core@^4.8.3:
version "4.8.3"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.8.3.tgz#21570d1834db13dec7828cf87bbf4c83c0fe68d7"
integrity sha512-cWCBeX4FCgjcKmuVK384MT582RIAakpUSeMF/NPVmhO8cWiG+LeQLnBordvLolb0iXYzfUvalgmycYAE5Sy6Xw==
dependencies:
m3u8stream "^0.8.3"
miniget "^4.0.0"