mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #3416 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-video-5.11.8
build(deps): bump metascraper-video from 5.11.6 to 5.11.8 in /backend
This commit is contained in:
commit
9c22652a1f
@ -84,7 +84,7 @@
|
||||
"metascraper-soundcloud": "^5.11.7",
|
||||
"metascraper-title": "^5.11.6",
|
||||
"metascraper-url": "^5.11.6",
|
||||
"metascraper-video": "^5.11.6",
|
||||
"metascraper-video": "^5.11.8",
|
||||
"metascraper-youtube": "^5.11.6",
|
||||
"migrate": "^1.6.2",
|
||||
"mime-types": "^2.1.26",
|
||||
|
||||
@ -1197,13 +1197,13 @@
|
||||
url-regex "~4.1.1"
|
||||
video-extensions "~1.1.0"
|
||||
|
||||
"@metascraper/helpers@^5.11.6":
|
||||
version "5.11.6"
|
||||
resolved "https://registry.yarnpkg.com/@metascraper/helpers/-/helpers-5.11.6.tgz#2fef2f420f06f4f8903cc6f699ccb79195950a60"
|
||||
integrity sha512-DKCJMz5Q4wrBPZVfJdeNarmW2WHm3Y7D6M78KKA/D0mcXPikKLoiBxjyPtjc5tEE/5er+PYFijDBmyTT60M2bg==
|
||||
"@metascraper/helpers@^5.11.6", "@metascraper/helpers@^5.11.8":
|
||||
version "5.11.8"
|
||||
resolved "https://registry.yarnpkg.com/@metascraper/helpers/-/helpers-5.11.8.tgz#24bf4440b4c24d1e5ba116005fbeb2ad3bf5b0cd"
|
||||
integrity sha512-e0gpI2kOnlQ7nZH5amCNztN5GXNWPkA2rAkZhZ3ckpo1W5x4aw/h7FnOMjHftuNjeSWLeIplpn8VROJ9Hb3qyw==
|
||||
dependencies:
|
||||
audio-extensions "0.0.0"
|
||||
chrono-node "~1.4.3"
|
||||
chrono-node "~1.4.4"
|
||||
condense-whitespace "~2.0.0"
|
||||
entities "~2.0.0"
|
||||
file-extension "~4.0.5"
|
||||
@ -1218,7 +1218,7 @@
|
||||
mime-types "~2.1.26"
|
||||
normalize-url "~5.0.0"
|
||||
smartquotes "~2.3.1"
|
||||
title "~3.4.1"
|
||||
title "~3.4.2"
|
||||
truncate "~2.1.0"
|
||||
url-regex "~5.0.0"
|
||||
video-extensions "~1.1.0"
|
||||
@ -2742,10 +2742,10 @@ chrono-node@~1.3.11:
|
||||
dependencies:
|
||||
moment "2.21.0"
|
||||
|
||||
chrono-node@~1.4.3:
|
||||
version "1.4.3"
|
||||
resolved "https://registry.yarnpkg.com/chrono-node/-/chrono-node-1.4.3.tgz#4c8e24643ec5e576f6f8fe0429370c3b554491b4"
|
||||
integrity sha512-ZyKcnTcr8i7Mt9p4+ixMHEuR6+eMTrjYCL9Rm9TZHviLleCtcZoVzmr2uSc+Vg8MX1YbNCnPbEd4rfV8WvzLcw==
|
||||
chrono-node@~1.4.4:
|
||||
version "1.4.4"
|
||||
resolved "https://registry.yarnpkg.com/chrono-node/-/chrono-node-1.4.4.tgz#a6248257d3198996ea3d023b2bd20a268545350f"
|
||||
integrity sha512-vwsQ2Z6RhkfIsFYvcZtifa0eSQC6pl08fgXkcZXkfGAJk/OkdYAuGqM2yLhPzsuK3N+BmaKFBie/jGvLsiYMbA==
|
||||
dependencies:
|
||||
dayjs "^1.8.19"
|
||||
|
||||
@ -6407,12 +6407,12 @@ metascraper-url@^5.11.6:
|
||||
dependencies:
|
||||
"@metascraper/helpers" "^5.11.6"
|
||||
|
||||
metascraper-video@^5.11.6:
|
||||
version "5.11.6"
|
||||
resolved "https://registry.yarnpkg.com/metascraper-video/-/metascraper-video-5.11.6.tgz#da8a2f81f07891391b1245346750a5450a3ae8c6"
|
||||
integrity sha512-jxcLqSTvkPku1OMz/x8epDs6mnN3/IgBbcffC2TIzM7yJxcHpzxOGfVcUZ4igwKlz70lk8P8V5gIHMYAFDNdrQ==
|
||||
metascraper-video@^5.11.8:
|
||||
version "5.11.8"
|
||||
resolved "https://registry.yarnpkg.com/metascraper-video/-/metascraper-video-5.11.8.tgz#7d4a10995d5fb50fe2d931ba3129398ea2ffc627"
|
||||
integrity sha512-Nk15xqA8WCX0ZDt49mohWY9in/UNuSGGKf0gDxHauhM7e9DyRFgkGLCUDsVWq/izlueveTEbT83/aHjAtUGL1g==
|
||||
dependencies:
|
||||
"@metascraper/helpers" "^5.11.6"
|
||||
"@metascraper/helpers" "^5.11.8"
|
||||
lodash "~4.17.15"
|
||||
|
||||
metascraper-youtube@^5.11.6:
|
||||
@ -8789,6 +8789,16 @@ title@~3.4.1:
|
||||
clipboardy "1.2.2"
|
||||
titleize "1.0.0"
|
||||
|
||||
title@~3.4.2:
|
||||
version "3.4.2"
|
||||
resolved "https://registry.yarnpkg.com/title/-/title-3.4.2.tgz#1c0acd159c6437296cc73ec743a4b9f7510c6a6f"
|
||||
integrity sha512-cSNFZ/ChKlX2SfF+k9XvvXkjVa1JrzdGt6v/hoxVig5VaDGRmNHANfawcAdW2mfkd7y+uBHH6n9EHAxJmkO5Hw==
|
||||
dependencies:
|
||||
arg "1.0.0"
|
||||
chalk "2.3.0"
|
||||
clipboardy "1.2.2"
|
||||
titleize "1.0.0"
|
||||
|
||||
titleize@1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/titleize/-/titleize-1.0.0.tgz#7d350722061830ba6617631e0cfd3ea08398d95a"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user