aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index b67b8c5..fe4fca9 100644
--- a/package.json
+++ b/package.json
@@ -91,6 +91,6 @@
"sqlite3": "^5.0.0",
"unique-random-array": "^2.0.0",
"youtube.ts": "^0.1.9",
- "ytdl-core": "^4.1.4"
+ "ytdl-core": "^4.1.5"
}
}
diff --git a/yarn.lock b/yarn.lock
index bf4e84c..ae28f4e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3138,10 +3138,10 @@ youtube.ts@^0.1.9:
axios "^0.19.0"
ytdl-core "^4.0.3"
-ytdl-core@^4.0.3, ytdl-core@^4.1.4:
- version "4.1.4"
- resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.4.tgz#214c56306b53b5c320ea2b9b2c62315a4da4e1ae"
- integrity sha512-f9M2ctrQNH9/X+jOZ/4iA4h6DvNcyuJ+fDvacheeaxtV7sX13qaNmQgNAe7UeTlJWh7Dn3RHQ6imqJJh5beGQg==
+ytdl-core@^4.0.3, ytdl-core@^4.1.5:
+ version "4.1.5"
+ resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.5.tgz#9defeabbb2a8f0250c989bf1a6999155dfc55a0c"
+ integrity sha512-3MSGIFg3jBWuYZthumSZh69pLwC8/0Wz4Ov+Q6StsGsGcbwBN0OGtz3XvtlYS5YWLrxLeIs/FRBMXrgeEOSA+w==
dependencies:
html-entities "^1.3.1"
m3u8stream "^0.8.3"