Merge pull request #4437 from h3poteto/dependabot/npm_and_yarn/megalodon-6.0.4

build(deps): bump megalodon from 6.0.3 to 6.0.4
This commit is contained in:
AkiraFukushima 2023-06-05 20:09:53 +09:00 committed by GitHub
commit 26ad6f0292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 8 deletions

View File

@ -92,7 +92,7 @@
"emoji-mart-vue-fast": "^12.0.4",
"i18next": "^22.4.15",
"i18next-vue": "^2.1.1",
"megalodon": "6.0.3",
"megalodon": "6.0.4",
"minimist": "^1.2.8",
"mitt": "^3.0.0",
"moment": "^2.29.4",

View File

@ -2483,6 +2483,13 @@ agent-base@6, agent-base@^6.0.2:
dependencies:
debug "4"
agent-base@^7.0.1, agent-base@^7.0.2:
version "7.1.0"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434"
integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==
dependencies:
debug "^4.3.4"
agentkeepalive@^4.1.3, agentkeepalive@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717"
@ -6310,6 +6317,14 @@ https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1:
agent-base "6"
debug "4"
https-proxy-agent@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz#75cb70d04811685667183b31ab158d006750418a"
integrity sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==
dependencies:
agent-base "^7.0.2"
debug "4"
human-signals@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
@ -7939,21 +7954,21 @@ media-typer@0.3.0:
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
megalodon@6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/megalodon/-/megalodon-6.0.3.tgz#576633c25169acb09c4e591e8531092cdf3c32de"
integrity sha512-5BZnhzais0sMjeHYWU8FccKY5w1Iw5M0Lqnj3Py0PoIP+gEBFWGGyx8C9KkGOtrhgvNsXyroqvEV1ud8ZBrBDA==
megalodon@6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/megalodon/-/megalodon-6.0.4.tgz#209b7bc921acbfa899fb8c7f5c7bbf824ba05c87"
integrity sha512-OF+SpfaMEqRS/FYIJb0tv1z6MlbLJI7/dzQCUExM8JIvt1W0cBlu3Qa7DAxZU8gsNlW4ZP0HSe5d+pT830V1qQ==
dependencies:
"@types/oauth" "^0.9.0"
"@types/ws" "^8.5.4"
axios "1.4.0"
dayjs "^1.11.7"
form-data "^4.0.0"
https-proxy-agent "^5.0.1"
https-proxy-agent "^7.0.0"
oauth "^0.10.0"
object-assign-deep "^0.4.0"
parse-link-header "^2.0.0"
socks-proxy-agent "^7.0.0"
socks-proxy-agent "^8.0.1"
typescript "5.0.4"
uuid "^9.0.0"
ws "8.13.0"
@ -10171,7 +10186,16 @@ socks-proxy-agent@^7.0.0:
debug "^4.3.3"
socks "^2.6.2"
socks@^2.6.2:
socks-proxy-agent@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.1.tgz#ffc5859a66dac89b0c4dab90253b96705f3e7120"
integrity sha512-59EjPbbgg8U3x62hhKOFVAmySQUcfRQ4C7Q/D5sEHnZTQRrQlNKINks44DMR1gwXp0p4LaVIeccX2KHTTcHVqQ==
dependencies:
agent-base "^7.0.1"
debug "^4.3.4"
socks "^2.7.1"
socks@^2.6.2, socks@^2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.1.tgz#d8e651247178fde79c0663043e07240196857d55"
integrity sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==