mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
chore: update dependencies version
This commit is contained in:
parent
704b76c3e9
commit
2aabf4b58b
1 changed files with 8 additions and 8 deletions
16
package.json
16
package.json
|
|
@ -3,24 +3,24 @@
|
|||
"type": "module",
|
||||
"author": "ikechan8370",
|
||||
"dependencies": {
|
||||
"@waylaidwanderer/chatgpt-api": "^1.26.1",
|
||||
"chatgpt": "^5.0.7",
|
||||
"@waylaidwanderer/chatgpt-api": "^1.30.0",
|
||||
"chatgpt": "^5.1.1",
|
||||
"delay": "^5.0.0",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"keyv": "^4.5.2",
|
||||
"keyv-file": "^0.2.0",
|
||||
"node-fetch": "^3.3.0",
|
||||
"node-fetch": "^3.3.1",
|
||||
"openai": "^3.2.1",
|
||||
"random": "^4.1.0",
|
||||
"undici": "^5.20.0",
|
||||
"undici": "^5.21.0",
|
||||
"uuid": "^9.0.0",
|
||||
"ws": "^8.12.1",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"keyv": "^4.5.2"
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"jimp": "^0.22.7",
|
||||
"puppeteer-extra": "^3.3.6",
|
||||
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
|
||||
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
||||
"jimp": "^0.22.7",
|
||||
"sharp": "^0.31.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue