Skip to content

Commit ec3c157

Browse files
authored
Merge pull request #109 from th-ch/snyk-upgrade-4e8a81615c57edf69b21ad2a68431dfd
[Snyk] Upgrade ytdl-core from 4.1.1 to 4.1.2
2 parents e8ed580 + e2cc262 commit ec3c157

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"electron-updater": "^4.3.5",
6262
"filenamify": "^4.2.0",
6363
"node-fetch": "^2.6.1",
64-
"ytdl-core": "^4.1.1"
64+
"ytdl-core": "^4.1.2"
6565
},
6666
"devDependencies": {
6767
"electron": "^10.1.3",

yarn.lock

+4-10
Original file line numberDiff line numberDiff line change
@@ -4384,11 +4384,6 @@ html-encoding-sniffer@^2.0.1:
43844384
dependencies:
43854385
whatwg-encoding "^1.0.5"
43864386

4387-
html-entities@^1.3.1:
4388-
version "1.3.1"
4389-
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44"
4390-
integrity sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==
4391-
43924387
html-escaper@^2.0.0:
43934388
version "2.0.2"
43944389
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
@@ -8928,12 +8923,11 @@ yauzl@^2.10.0:
89288923
buffer-crc32 "~0.2.3"
89298924
fd-slicer "~1.1.0"
89308925

8931-
ytdl-core@^4.1.1:
8932-
version "4.1.1"
8933-
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.1.tgz#191fabf472c44f969fe3eca15cb4d1c094e46282"
8934-
integrity sha512-T2VIS64sHKdLLqvuTV7S4WyoUCZLdR7HOP/9jX1CyXKYUjKLFP9UpVIFH0ZUvFSmK48eNFErWLOO5dGouwqztQ==
8926+
ytdl-core@^4.1.2:
8927+
version "4.2.1"
8928+
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.2.1.tgz#afcc1577a2a35701a5e1369f2ad3b0d1a7d2419d"
8929+
integrity sha512-7zAoJiWpaBGgiAUCQuvKBuWom7tmSCV0A70gRdrPxR96yQoJOrCZkW6Wg1CofvPtAeQVWTVWThC8bXRsE+SBeA==
89358930
dependencies:
8936-
html-entities "^1.3.1"
89378931
m3u8stream "^0.8.3"
89388932
miniget "^4.0.0"
89398933
sax "^1.1.3"

0 commit comments

Comments
 (0)