fix(deps): update dependency megalodon to v5.1.0
This commit is contained in:
parent
5392fc99c8
commit
a4bfd3e0db
2 changed files with 12 additions and 12 deletions
|
@ -5,7 +5,7 @@
|
|||
"command-line-usage": "6.1.3",
|
||||
"got": "12.5.3",
|
||||
"json5": "2.2.3",
|
||||
"megalodon": "5.0.6",
|
||||
"megalodon": "5.1.0",
|
||||
"p-retry": "5.1.2"
|
||||
},
|
||||
"name": "@froth/fediverse-imagebot",
|
||||
|
|
|
@ -15,7 +15,7 @@ specifiers:
|
|||
eslint-plugin-prettier: 4.2.1
|
||||
got: 12.5.3
|
||||
json5: 2.2.3
|
||||
megalodon: 5.0.6
|
||||
megalodon: 5.1.0
|
||||
p-retry: 5.1.2
|
||||
pkg: 5.8.0
|
||||
prettier: 2.8.3
|
||||
|
@ -27,7 +27,7 @@ dependencies:
|
|||
command-line-usage: 6.1.3
|
||||
got: 12.5.3
|
||||
json5: 2.2.3
|
||||
megalodon: 5.0.6
|
||||
megalodon: 5.1.0
|
||||
p-retry: 5.1.2
|
||||
|
||||
devDependencies:
|
||||
|
@ -209,8 +209,8 @@ packages:
|
|||
resolution: {integrity: sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==}
|
||||
dev: true
|
||||
|
||||
/@types/ws/8.5.3:
|
||||
resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==}
|
||||
/@types/ws/8.5.4:
|
||||
resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==}
|
||||
dependencies:
|
||||
'@types/node': 18.11.18
|
||||
dev: false
|
||||
|
@ -1327,12 +1327,12 @@ packages:
|
|||
yallist: 4.0.0
|
||||
dev: true
|
||||
|
||||
/megalodon/5.0.6:
|
||||
resolution: {integrity: sha512-Tt27g71M852mw14LvCEDgOeIEoP6tHRVRDJMxl0BYVGr/IpYC0Zpd5M3ql0teV3JL8Sl5kSAI2jt0mYzpsuilg==}
|
||||
/megalodon/5.1.0:
|
||||
resolution: {integrity: sha512-UPqVnsQNwQViJ2byxOfVZHj7NAYVVNBCNX2Y5E6gpgaMBodJR6gWvbCe9QeoV5/PoCbtlc3nwA1i/0ZKaBXZLA==}
|
||||
engines: {node: '>=15.0.0'}
|
||||
dependencies:
|
||||
'@types/oauth': 0.9.1
|
||||
'@types/ws': 8.5.3
|
||||
'@types/ws': 8.5.4
|
||||
axios: 1.2.2
|
||||
dayjs: 1.11.7
|
||||
form-data: 4.0.0
|
||||
|
@ -1343,7 +1343,7 @@ packages:
|
|||
socks-proxy-agent: 7.0.0
|
||||
typescript: 4.9.4
|
||||
uuid: 9.0.0
|
||||
ws: 8.5.0
|
||||
ws: 8.12.0
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- debug
|
||||
|
@ -2126,12 +2126,12 @@ packages:
|
|||
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
||||
dev: true
|
||||
|
||||
/ws/8.5.0:
|
||||
resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==}
|
||||
/ws/8.12.0:
|
||||
resolution: {integrity: sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
peerDependencies:
|
||||
bufferutil: ^4.0.1
|
||||
utf-8-validate: ^5.0.2
|
||||
utf-8-validate: '>=5.0.2'
|
||||
peerDependenciesMeta:
|
||||
bufferutil:
|
||||
optional: true
|
||||
|
|
Reference in a new issue