Skip to content

Commit e2cc262

Browse files
committed
fix: upgrade ytdl-core from 4.1.1 to 4.1.2
Snyk has created this PR to upgrade ytdl-core from 4.1.1 to 4.1.2. 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
1 parent af02b60 commit e2cc262

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"
@@ -8936,12 +8931,11 @@ yauzl@^2.10.0:
89368931
buffer-crc32 "~0.2.3"
89378932
fd-slicer "~1.1.0"
89388933

8939-
ytdl-core@^4.1.1:
8940-
version "4.1.1"
8941-
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.1.tgz#191fabf472c44f969fe3eca15cb4d1c094e46282"
8942-
integrity sha512-T2VIS64sHKdLLqvuTV7S4WyoUCZLdR7HOP/9jX1CyXKYUjKLFP9UpVIFH0ZUvFSmK48eNFErWLOO5dGouwqztQ==
8934+
ytdl-core@^4.1.2:
8935+
version "4.2.1"
8936+
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.2.1.tgz#afcc1577a2a35701a5e1369f2ad3b0d1a7d2419d"
8937+
integrity sha512-7zAoJiWpaBGgiAUCQuvKBuWom7tmSCV0A70gRdrPxR96yQoJOrCZkW6Wg1CofvPtAeQVWTVWThC8bXRsE+SBeA==
89438938
dependencies:
8944-
html-entities "^1.3.1"
89458939
m3u8stream "^0.8.3"
89468940
miniget "^4.0.0"
89478941
sax "^1.1.3"

0 commit comments

Comments
 (0)