Skip to content

Commit

Permalink
Bump youtube-dl-exec from 2.1.6 to 2.1.8 (#435)
Browse files Browse the repository at this point in the history
* Bump youtube-dl-exec from 2.1.6 to 2.1.8

Bumps [youtube-dl-exec](https://github.com/microlinkhq/youtube-dl-exec) from 2.1.6 to 2.1.8.
- [Release notes](https://github.com/microlinkhq/youtube-dl-exec/releases)
- [Changelog](https://github.com/microlinkhq/youtube-dl-exec/blob/master/CHANGELOG.md)
- [Commits](microlinkhq/youtube-dl-exec@v2.1.6...v2.1.8)

---
updated-dependencies:
- dependency-name: youtube-dl-exec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Typing

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergio Revilla <[email protected]>
  • Loading branch information
dependabot[bot] and elreplicante authored Nov 4, 2022
1 parent 6665669 commit 8b27ec8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"puppeteer-full-page-screenshot": "^1.2.2",
"winston": "^3.8.2",
"winston-graylog2": "^2.1.2",
"youtube-dl-exec": "^2.1.6"
"youtube-dl-exec": "^2.1.8"
},
"devDependencies": {
"@types/cors": "^2.8.12",
Expand Down
4 changes: 2 additions & 2 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Request } from 'express';
import { ObjectId } from 'mongodb';
import { YtFlags } from 'youtube-dl-exec';
import YtFlags from 'youtube-dl-exec';

export type Cookie = {
name: string;
Expand Down Expand Up @@ -76,7 +76,7 @@ export type User = {
export interface FetchClient {
fetch: (url: string, options?: object) => Promise<Response>;
}
export type VideoDownloaderFlags = YtFlags;
export type VideoDownloaderFlags = typeof YtFlags.prototype.flags;

export interface VideoDownloader {
download: (
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7434,10 +7434,10 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

youtube-dl-exec@^2.1.6:
version "2.1.6"
resolved "https://registry.yarnpkg.com/youtube-dl-exec/-/youtube-dl-exec-2.1.6.tgz#deb88b9a74253ed730f6bae2ef71d51cbfc8cfd7"
integrity sha512-hIq4FjelHTL6YzOvVXPqMOcI6ztKyCfKTgCqDKKmpNLyt8wkZOXddOVJhPguwP1i5nUfBpBO0WRLeiWJ83ZJUA==
youtube-dl-exec@^2.1.8:
version "2.1.8"
resolved "https://registry.yarnpkg.com/youtube-dl-exec/-/youtube-dl-exec-2.1.8.tgz#45b2d19584a630b90582cd38d4f5877e4cb397e0"
integrity sha512-fOheiejqKYzUO8GcpT6Zeg3TIKN8hoX2+Ebsu8qEUjF9k7ZbK6jqW4vV7zA1gtSz25okO21qcQTpXPtzoCwkkg==
dependencies:
dargs "~7.0.0"
execa "~5.1.0"
Expand Down

0 comments on commit 8b27ec8

Please sign in to comment.