fix: 修正依赖

This commit is contained in:
ikechan8370 2023-06-25 01:12:36 +08:00
parent b7427e74c4
commit 0dedaf7516
4 changed files with 13 additions and 4520 deletions

7
package-lock.json generated
View file

@ -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": {