Skip to content

Commit

Permalink
build(deps): replace fetch-socks with socks in core
Browse files Browse the repository at this point in the history
- Remove fetch-socks from package.json and core/package.json
- Add socks as a dependency in core/package.json
  • Loading branch information
dingyi222666 committed Nov 29, 2024
1 parent c18ca9d commit 78e03e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"faiss-node": "^0.5.1",
"fetch-socks": "^1.3.0",
"he": "^1.2.0",
"highlight.js": "^11.10.0",
"https-proxy-agent": "^7.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
"dependencies": {
"@langchain/core": "^0.3.18",
"decimal.js": "^10.4.3",
"fetch-socks": "^1.3.0",
"he": "^1.2.0",
"https-proxy-agent": "^7.0.5",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15",
Expand All @@ -217,6 +216,7 @@
"lru-cache": "^11.0.2",
"marked": "^15.0.1",
"md5": "^2.3.0",
"socks": "^2.8.2",
"socks-proxy-agent": "^8.0.4",
"undici": "^6.21.0",
"uuid": "^9.0.1",
Expand Down

0 comments on commit 78e03e5

Please sign in to comment.