From a8c949bd75eefa3aa7ace8d39783cfb63d0dce0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 17 Oct 2018 03:20:42 +0000 Subject: [PATCH] Bump ytdl-core from 0.26.0 to 0.26.3 Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 0.26.0 to 0.26.3. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v0.26.0...v0.26.3) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3aeac3..2b67735 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1844,9 +1844,9 @@ "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=" }, "ytdl-core": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-0.26.0.tgz", - "integrity": "sha512-s6BbWiO4lFvOEHjtW2vaLmg3Dd9ftDfUn7KUVLS2Xkbztfu+HxaN0Q0/HL3yX6/L2D3jGpOwgDHO74LB1qCvHQ==", + "version": "0.26.3", + "resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-0.26.3.tgz", + "integrity": "sha512-KD0SLFqVNhH8N4Ie+qdusqfFmyX7SB6+y+S1MCI7vY9zS/wjRxH/zgoYRUwpP+YfXaiWzBPVIzy/5wK5asVUXQ==", "requires": { "html-entities": "1.2.1", "m3u8stream": "0.4.2", diff --git a/package.json b/package.json index b48a4df..4a0314d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "uws": "^99.0.0", "xml2js": "^0.4.19", "ms": "^2.1.1", - "ytdl-core": "^0.26.0" + "ytdl-core": "^0.26.3" }, "devDependencies": {}, "scripts": {