Merge pull request #1751 from TriliumNext/renovate/openai-4.x

fix(deps): update dependency openai to v4.95.1
This commit is contained in:
JYC333 2025-04-19 18:24:12 +08:00 committed by GitHub
commit 48f8df2c7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -69,7 +69,7 @@
"normalize-strings": "1.1.1",
"normalize.css": "8.0.1",
"ollama": "0.5.15",
"openai": "4.95.0",
"openai": "4.95.1",
"rand-token": "1.0.1",
"safe-compare": "1.1.4",
"sanitize-filename": "1.6.3",
@ -15994,9 +15994,9 @@
"license": "MIT"
},
"node_modules/openai": {
"version": "4.95.0",
"resolved": "https://registry.npmjs.org/openai/-/openai-4.95.0.tgz",
"integrity": "sha512-tWHLTA+/HHyWlP8qg0mQLDSpI2NQLhk6zHLJL8yb59qn2pEI8rbEiAGSDPViLvi3BRDoQZIX5scaJ3xYGr2nhw==",
"version": "4.95.1",
"resolved": "https://registry.npmjs.org/openai/-/openai-4.95.1.tgz",
"integrity": "sha512-IqJy+ymeW+k/Wq+2YVN3693OQMMcODRtHEYOlz263MdUwnN/Dwdl9c2EXSxLLtGEHkSHAfvzpDMHI5MaWJKXjQ==",
"license": "Apache-2.0",
"dependencies": {
"@types/node": "^18.11.18",

View File

@ -129,7 +129,7 @@
"normalize-strings": "1.1.1",
"normalize.css": "8.0.1",
"ollama": "0.5.15",
"openai": "4.95.0",
"openai": "4.95.1",
"rand-token": "1.0.1",
"safe-compare": "1.1.4",
"sanitize-filename": "1.6.3",