Bump megalodon from 3.6.0 to 3.6.1

Bumps [megalodon](https://github.com/h3poteto/megalodon) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/h3poteto/megalodon/releases)
- [Commits](https://github.com/h3poteto/megalodon/compare/3.6.0...v3.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-06 13:05:58 +00:00 committed by GitHub
parent 93272288f8
commit 6d160ad9dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 6 deletions

View File

@ -191,7 +191,7 @@
"emoji-mart-vue": "^2.6.6",
"i18next": "^19.9.2",
"lodash": "^4.17.21",
"megalodon": "3.6.0",
"megalodon": "3.6.1",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"mousetrap": "^1.6.5",

View File

@ -3695,7 +3695,7 @@ colors@1.0.3:
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=
combined-stream@^1.0.6, combined-stream@~1.0.6:
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
version "1.0.8"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@ -5999,6 +5999,15 @@ forever-agent@~0.6.1:
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
form-data@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.8"
mime-types "^2.1.12"
form-data@~2.3.2:
version "2.3.3"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@ -8840,17 +8849,19 @@ media-typer@0.3.0:
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
megalodon@3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/megalodon/-/megalodon-3.6.0.tgz#924c497dc33f8be40032170c8d3fec286c7e78a0"
integrity sha512-iL0M2uro2Pmn6THHkpPis6QqiydTWAG3LijGQcNk2jaUIi96DnhERuHXAyZjleZdGHn3My/fgpUnY2fysx+YbA==
megalodon@3.6.1:
version "3.6.1"
resolved "https://registry.yarnpkg.com/megalodon/-/megalodon-3.6.1.tgz#9ab23f551b2d606ab4c1161fc60c1aee1c6d7464"
integrity sha512-B3d1+7ELA86gMAofme0ihKSdYHaDE3aUmC0aHj+/qeI+qLUr9dc7dmnAtZgAOk2dqCCfdUa0tReV7vt3rhA0wQ==
dependencies:
"@types/oauth" "^0.9.0"
"@types/ws" "^7.2.0"
axios "^0.21.0"
dayjs "^1.10.4"
form-data "^4.0.0"
https-proxy-agent "^5.0.0"
oauth "^0.9.15"
object-assign-deep "^0.4.0"
socks-proxy-agent "^5.0.0"
typescript "4.2.3"
uuid "^8.0.0"