Node updated. Some todos.

This commit is contained in:
Norm Rasmussen
2024-09-23 20:52:09 -04:00
parent 8bfaca8375
commit f25622067f
2041 changed files with 124145 additions and 110445 deletions

View File

@ -1,6 +1,6 @@
{
"name": "socks-proxy-agent",
"version": "8.0.2",
"version": "8.0.4",
"description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -107,9 +107,9 @@
"socks5h"
],
"dependencies": {
"agent-base": "^7.0.2",
"agent-base": "^7.1.1",
"debug": "^4.3.4",
"socks": "^2.7.1"
"socks": "^2.8.3"
},
"devDependencies": {
"@types/async-retry": "^1.4.5",
@ -125,7 +125,7 @@
"socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"proxy": "2.1.1",
"proxy": "2.2.0",
"tsconfig": "0.0.0"
},
"engines": {