mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 修正依赖
This commit is contained in:
parent
b7427e74c4
commit
0dedaf7516
4 changed files with 13 additions and 4520 deletions
7
package-lock.json
generated
7
package-lock.json
generated
|
|
@ -27,6 +27,8 @@
|
|||
"microsoft-cognitiveservices-speech-sdk": "^1.27.0",
|
||||
"node-fetch": "^3.3.1",
|
||||
"openai": "^3.2.1",
|
||||
"p-timeout": "^6.1.2",
|
||||
"quick-lru": "6.1.1",
|
||||
"random": "^4.1.0",
|
||||
"undici": "^5.21.0",
|
||||
"uuid": "^9.0.0",
|
||||
|
|
@ -4904,10 +4906,13 @@
|
|||
},
|
||||
"node_modules/p-timeout": {
|
||||
"version": "6.1.2",
|
||||
"resolved": "https://registry.npmmirror.com/p-timeout/-/p-timeout-6.1.2.tgz",
|
||||
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.2.tgz",
|
||||
"integrity": "sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==",
|
||||
"engines": {
|
||||
"node": ">=14.16"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/pako": {
|
||||
|
|
|
|||
|
|
@ -18,18 +18,18 @@
|
|||
"fastify": "^4.13.0",
|
||||
"form-data": "^4.0.0",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"js-tiktoken": "^1.0.5",
|
||||
"keyv": "^4.5.2",
|
||||
"keyv-file": "^0.2.0",
|
||||
"microsoft-cognitiveservices-speech-sdk": "^1.27.0",
|
||||
"node-fetch": "^3.3.1",
|
||||
"openai": "^3.2.1",
|
||||
"p-timeout": "^6.1.2",
|
||||
"quick-lru": "6.1.1",
|
||||
"random": "^4.1.0",
|
||||
"undici": "^5.21.0",
|
||||
"uuid": "^9.0.0",
|
||||
"ws": "^8.13.0",
|
||||
"js-tiktoken": "^1.0.5",
|
||||
"quick-lru": "6.1.1"
|
||||
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@node-rs/jieba": "^1.6.2",
|
||||
|
|
|
|||
4512
yarn-error.log
4512
yarn-error.log
File diff suppressed because it is too large
Load diff
|
|
@ -3222,9 +3222,9 @@ p-timeout@^3.2.0:
|
|||
dependencies:
|
||||
p-finally "^1.0.0"
|
||||
|
||||
p-timeout@^6.1.1:
|
||||
p-timeout@^6.1.1, p-timeout@^6.1.2:
|
||||
version "6.1.2"
|
||||
resolved "https://registry.npmmirror.com/p-timeout/-/p-timeout-6.1.2.tgz"
|
||||
resolved "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.2.tgz"
|
||||
integrity sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==
|
||||
|
||||
pako@^1.0.11:
|
||||
|
|
@ -3493,7 +3493,7 @@ quick-format-unescaped@^4.0.3:
|
|||
resolved "https://registry.npmmirror.com/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz"
|
||||
integrity sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==
|
||||
|
||||
quick-lru@^6.1.1:
|
||||
quick-lru@^6.1.1, quick-lru@6.1.1:
|
||||
version "6.1.1"
|
||||
resolved "https://registry.npmmirror.com/quick-lru/-/quick-lru-6.1.1.tgz"
|
||||
integrity sha512-S27GBT+F0NTRiehtbrgaSE1idUAJ5bX8dPAQTdylEyNlrdcH5X4Lz7Edz3DYzecbsCluD5zO8ZNEe04z3D3u6Q==
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue