fix: 修正fastify版本

This commit is contained in:
ikechan8370 2023-06-25 01:20:06 +08:00
parent 8c463c731f
commit 637c921130
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View file

@ -19,7 +19,7 @@
"emoji-strip": "^1.0.1",
"eventsource": "^2.0.2",
"eventsource-parser": "^1.0.0",
"fastify": "^4.13.0",
"fastify": "^4.16.0",
"form-data": "^4.0.0",
"https-proxy-agent": "5.0.1",
"js-tiktoken": "^1.0.5",

View file

@ -16,7 +16,7 @@
"emoji-strip": "^1.0.1",
"eventsource": "^2.0.2",
"eventsource-parser": "^1.0.0",
"fastify": "^4.13.0",
"fastify": "^4.16.0",
"form-data": "^4.0.0",
"https-proxy-agent": "5.0.1",
"js-tiktoken": "^1.0.5",

View file

@ -1798,7 +1798,7 @@ fastify-plugin@^4.0.0, fastify-plugin@^4.3.0:
resolved "https://registry.npmmirror.com/fastify-plugin/-/fastify-plugin-4.5.0.tgz"
integrity sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==
fastify@^4.11.0, fastify@^4.13.0, fastify@>=4:
fastify@^4.11.0, fastify@^4.16.0, fastify@>=4:
version "4.18.0"
resolved "https://registry.npmmirror.com/fastify/-/fastify-4.18.0.tgz"
integrity sha512-L5o/2GEkBastQ3HV0dtKo7SUZ497Z1+q4fcqAoPyq6JCQ/8zdk1JQEoTQwnBWCp+EmA7AQa6mxNqSAEhzP0RwQ==