chore: update dependencies

Co-Authored-By: Han Xiao <han.xiao@jina.ai>
This commit is contained in:
Devin AI 2025-02-06 01:32:44 +00:00
parent 2b84a577c8
commit 8b1263e42c
2 changed files with 13 additions and 2 deletions

12
package-lock.json generated
View File

@ -18,7 +18,8 @@
"duck-duck-scrape": "^2.2.7",
"express": "^4.21.2",
"node-fetch": "^3.3.2",
"undici": "^7.3.0"
"undici": "^7.3.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
@ -6618,6 +6619,15 @@
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/zod": {
"version": "3.24.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz",
"integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}

View File

@ -27,7 +27,8 @@
"duck-duck-scrape": "^2.2.7",
"express": "^4.21.2",
"node-fetch": "^3.3.2",
"undici": "^7.3.0"
"undici": "^7.3.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",