fix(deps): update dependency megalodon to v6.0.2 #152
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
"dependencies": {
|
||||
"command-line-args": "5.2.1",
|
||||
"command-line-usage": "7.0.1",
|
||||
"megalodon": "6.0.1"
|
||||
"megalodon": "6.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/command-line-args": "5.2.0",
|
||||
|
|
|
@ -8,8 +8,8 @@ dependencies:
|
|||
specifier: 7.0.1
|
||||
version: 7.0.1
|
||||
megalodon:
|
||||
specifier: 6.0.1
|
||||
version: 6.0.1
|
||||
specifier: 6.0.2
|
||||
version: 6.0.2
|
||||
|
||||
devDependencies:
|
||||
'@types/command-line-args':
|
||||
|
@ -441,8 +441,8 @@ packages:
|
|||
engines: {node: '>= 4.0.0'}
|
||||
dev: true
|
||||
|
||||
/axios@1.3.6:
|
||||
resolution: {integrity: sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==}
|
||||
/axios@1.4.0:
|
||||
resolution: {integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==}
|
||||
dependencies:
|
||||
follow-redirects: 1.15.2
|
||||
form-data: 4.0.0
|
||||
|
@ -1184,13 +1184,13 @@ packages:
|
|||
yallist: 4.0.0
|
||||
dev: true
|
||||
|
||||
/megalodon@6.0.1:
|
||||
resolution: {integrity: sha512-kXDwMfCBCXRbyxPo7yz6WbCi7UFmWFSqbC8RWJl3TuFm1zzrsV1mZveiiiEKeWUq/TWqqo8H9KPQzcuCDKNtTQ==}
|
||||
/megalodon@6.0.2:
|
||||
resolution: {integrity: sha512-hgx8t4dhNV2YNCFxjJi+3cOuGQ7BteiCinZmRHyG4s+7O4+JAGWyNCn9iQyaN267Xzj1GYBlFYgcTPGe3ERTmA==}
|
||||
engines: {node: '>=15.0.0'}
|
||||
dependencies:
|
||||
'@types/oauth': 0.9.1
|
||||
'@types/ws': 8.5.4
|
||||
axios: 1.3.6
|
||||
axios: 1.4.0
|
||||
dayjs: 1.11.7
|
||||
form-data: 4.0.0
|
||||
https-proxy-agent: 5.0.1
|
||||
|
|
Reference in a new issue