fix(deps): update dependency megalodon to v5.0.4
This commit is contained in:
parent
a19c4ae79a
commit
e5f996b2c7
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
"dependencies": {
|
||||
"command-line-args": "5.2.1",
|
||||
"command-line-usage": "6.1.3",
|
||||
"megalodon": "5.0.3"
|
||||
"megalodon": "5.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/command-line-args": "5.2.0",
|
||||
|
|
|
@ -10,7 +10,7 @@ specifiers:
|
|||
eslint: 8.30.0
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-plugin-prettier: 4.2.1
|
||||
megalodon: 5.0.3
|
||||
megalodon: 5.0.4
|
||||
pkg: 5.8.0
|
||||
prettier: 2.8.1
|
||||
typescript: 4.9.4
|
||||
|
@ -18,7 +18,7 @@ specifiers:
|
|||
dependencies:
|
||||
command-line-args: 5.2.1
|
||||
command-line-usage: 6.1.3
|
||||
megalodon: 5.0.3
|
||||
megalodon: 5.0.4
|
||||
|
||||
devDependencies:
|
||||
'@types/command-line-args': 5.2.0
|
||||
|
@ -407,8 +407,8 @@ packages:
|
|||
engines: {node: '>= 4.0.0'}
|
||||
dev: true
|
||||
|
||||
/axios/1.2.1:
|
||||
resolution: {integrity: sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==}
|
||||
/axios/1.2.2:
|
||||
resolution: {integrity: sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==}
|
||||
dependencies:
|
||||
follow-redirects: 1.15.2
|
||||
form-data: 4.0.0
|
||||
|
@ -1185,13 +1185,13 @@ packages:
|
|||
yallist: 4.0.0
|
||||
dev: true
|
||||
|
||||
/megalodon/5.0.3:
|
||||
resolution: {integrity: sha512-7ZPoDLmLj78FdlQVy5YwWd320Be9jQ3IoLHyYJNP2ttS9O3mof3sZ0rW1+GCXv9Qev4AN66A7xHYxY26H8EiXQ==}
|
||||
/megalodon/5.0.4:
|
||||
resolution: {integrity: sha512-mys03A3vFAwuj/7KrAytk2kIz3lc02DbLSjDF/lxYf1BDqGGA2lwAqgYwws194flyvhZbLiUDzZ73KuZxHy6GQ==}
|
||||
engines: {node: '>=15.0.0'}
|
||||
dependencies:
|
||||
'@types/oauth': 0.9.1
|
||||
'@types/ws': 8.5.3
|
||||
axios: 1.2.1
|
||||
axios: 1.2.2
|
||||
dayjs: 1.11.7
|
||||
form-data: 4.0.0
|
||||
https-proxy-agent: 5.0.1
|
||||
|
|
Reference in a new issue