From ce0ee82648860c22e5d4928c2a96f72c9a54fc96 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Tue, 29 Aug 2023 16:59:06 +0900 Subject: [PATCH] fix `simple-youtube-age-restriction-bypass` version --- package-lock.json | 17 ++++++++++++----- package.json | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc595e4d..f4197bd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "md5": "^2.3.0", "mpris-service": "^2.1.2", "node-fetch": "^2.7.0", - "simple-youtube-age-restriction-bypass": "zerodytrash/Simple-YouTube-Age-Restriction-Bypass@2.5.9", + "simple-youtube-age-restriction-bypass": "git+https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass.git#v2.5.9", "vudio": "^2.1.1", "youtubei.js": "^4.3.0", "ytpl": "^2.3.0" @@ -9580,8 +9580,16 @@ } }, "node_modules/simple-youtube-age-restriction-bypass": { - "resolved": "zerodytrash/Simple-YouTube-Age-Restriction-Bypass@2.5.9", - "link": true + "version": "2.5.9", + "resolved": "git+ssh://git@github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass.git#4c5c61ac73811217a6402e3860591d28d9968d1e", + "license": "MIT", + "workspaces": [ + "account-proxy" + ], + "engines": { + "node": ">=18.0.0", + "npm": ">=7.0.0" + } }, "node_modules/slash": { "version": "4.0.0", @@ -11226,7 +11234,6 @@ "engines": { "node": ">=8" } - }, - "zerodytrash/Simple-YouTube-Age-Restriction-Bypass@2.5.9": {} + } } } diff --git a/package.json b/package.json index 25f563ff..562a3f35 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "md5": "^2.3.0", "mpris-service": "^2.1.2", "node-fetch": "^2.7.0", - "simple-youtube-age-restriction-bypass": "zerodytrash/Simple-YouTube-Age-Restriction-Bypass@2.5.9", + "simple-youtube-age-restriction-bypass": "git+https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass.git#v2.5.9", "vudio": "^2.1.1", "youtubei.js": "^4.3.0", "ytpl": "^2.3.0"