From 39af7bbf0b45d22aa7e133e099f883fbc1754c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 07:47:27 -0400 Subject: [PATCH] Bump youtube-suggest from 1.1.2 to 1.2.0 (#2674) Bumps [youtube-suggest](https://github.com/goto-bus-stop/youtube-suggest) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/goto-bus-stop/youtube-suggest/releases) - [Changelog](https://github.com/goto-bus-stop/youtube-suggest/blob/default/CHANGELOG.md) - [Commits](https://github.com/goto-bus-stop/youtube-suggest/compare/v1.1.2...v1.2.0) --- updated-dependencies: - dependency-name: youtube-suggest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bfa94892..98a6a030 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "vue-observe-visibility": "^1.0.0", "vue-router": "^3.6.5", "vuex": "^3.6.2", - "youtube-suggest": "^1.1.2", + "youtube-suggest": "^1.2.0", "yt-channel-info": "^3.1.0", "yt-dash-manifest-generator": "1.1.0", "ytdl-core": "^4.11.2", diff --git a/yarn.lock b/yarn.lock index b5f9150f..35afb17c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7843,10 +7843,10 @@ yauzl@^2.10.0: buffer-crc32 "~0.2.3" fd-slicer "~1.1.0" -youtube-suggest@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/youtube-suggest/-/youtube-suggest-1.1.2.tgz#3501a0df74cd12d900f8ee6a44a806c20d8a3ff6" - integrity sha512-U1CrSIDf9q4H7lx84YiAPfGyMLIXDmSlOLrwcXBkGJFEUodzrD+ZSYMEpJK5UNVWyzE73yxvwGtqrV0dbNQ6LA== +youtube-suggest@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/youtube-suggest/-/youtube-suggest-1.2.0.tgz#5f1b445c2b71bfc8a4c89af99775b02cd827e77d" + integrity sha512-/ItW6204M+OOHaO4k5DYJGHH+UZjkaKNb7rtAWQaA6zeJvUu3tbveAsm+xTGH+8VfyT/LoAhN9/yOQajduDCJA== dependencies: node-fetch "^2.6.0" smol-jsonp "^1.0.0"