From bbe5a7d50bd5fa6fe9f18a5cbb9c7776a141c615 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 04:44:57 +0000 Subject: [PATCH] fix: upgrade ytpl from 2.1.1 to 2.2.0 Snyk has created this PR to upgrade ytpl from 2.1.1 to 2.2.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/th-ch/project/81809c53-bb7b-46b9-a0d7-806d45d74ac6?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4a41c6de..7e10df26 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "node-fetch": "^2.6.1", "node-notifier": "^9.0.1", "ytdl-core": "^4.5.0", - "ytpl": "^2.1.1" + "ytpl": "^2.2.0" }, "devDependencies": { "electron": "^12.0.7", diff --git a/yarn.lock b/yarn.lock index 4a6bc17a..28933db7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9339,10 +9339,10 @@ ytdl-core@^4.5.0: miniget "^4.0.0" sax "^1.1.3" -ytpl@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ytpl/-/ytpl-2.1.1.tgz#c3c3e0e198e3fc7be13b52f5651e950b0aae94a0" - integrity sha512-yrU/w1k75f089zUONUm1QjlCv96QWhk/SS6jNEVJXMr8/9zEj4k2EIv81nk5wldJvpb+2rvEfm2zIwRqXRoZ9w== +ytpl@^2.2.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/ytpl/-/ytpl-2.2.1.tgz#e514eccdd46e02eeb0d16e08f8278489258ab31a" + integrity sha512-sxty58s4JTNCDkiaiTkcaXfWCOW5sfHOPwDQtWIkoU4C+Kht2qat8yaLVbWZIclUSZo+naANyaI7LGjhhrErGA== dependencies: miniget "^4.2.0"