Skip to content

Commit

Permalink
Fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
thevictorlopez committed Nov 15, 2024
1 parent 41ed5c7 commit 8069e47
Show file tree
Hide file tree
Showing 13 changed files with 1,475 additions and 2,710 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"ci:publish": "pnpm publish -r && changeset tag"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@changesets/cli": "^2.27.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^1.9.3",
"eslint-config-prettier": "^8.10.0",
"eslint-config-turbo": "^1.13.4",
"prettier": "^2.8.8",
"turbo": "^1.10.8"
"turbo": "^1.13.4"
}
}
20 changes: 10 additions & 10 deletions packages/agent-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/abusix/proxy-agents.git",
"directory": "packages/agent-base"
},
"keywords": [
"keywords": [
"http",
"agent",
"base",
Expand All @@ -28,19 +28,19 @@
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4"
"debug": "^4.3.7"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"@types/semver": "^7.3.13",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"@types/node": "^14.18.63",
"@types/semver": "^7.5.8",
"@types/ws": "^6.0.4",
"async-listen": "^3.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"async-listen": "^3.0.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsconfig": "workspace:*",
"typescript": "^5.0.4",
"typescript": "^5.6.3",
"ws": "^5.2.4"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/data-uri-to-buffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^14.18.45",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.63",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsconfig": "workspace:*",
"typescript": "^5.0.4"
"typescript": "^5.6.3"
}
}
12 changes: 6 additions & 6 deletions packages/degenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"devDependencies": {
"@tootallnate/quickjs-emscripten": "^0.23.0",
"@types/escodegen": "^0.0.7",
"@types/esprima": "^4.0.3",
"@types/jest": "^29.5.2",
"@types/node": "^14.18.52",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"@types/esprima": "^4.0.6",
"@types/jest": "^29.5.14",
"@types/node": "^14.18.63",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsconfig": "workspace:*",
"typescript": "^5.1.6"
"typescript": "^5.6.3"
}
}
24 changes: 12 additions & 12 deletions packages/get-uri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)",
"license": "MIT",
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/fs-extra": "^8.1.2",
"@types/ftpd": "^0.2.35",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"async-listen": "^3.0.0",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^8.1.5",
"@types/ftpd": "^0.2.39",
"@types/jest": "^29.5.14",
"@types/node": "^14.18.63",
"async-listen": "^3.0.1",
"ftpd": "https://files-jg1s1zt9l.n8.io/ftpd-v0.2.14.tgz",
"jest": "^29.5.0",
"jest": "^29.7.0",
"st": "^1.2.2",
"ts-jest": "^29.1.0",
"ts-jest": "^29.2.5",
"tsconfig": "workspace:*",
"typescript": "^5.0.4"
"typescript": "^5.6.3"
},
"dependencies": {
"basic-ftp": "^5.0.2",
"data-uri-to-buffer": "^6.0.2",
"debug": "^4.3.4",
"basic-ftp": "^5.0.5",
"data-uri-to-buffer": "workspace:^6.0.2",
"debug": "^4.3.7",
"fs-extra": "^11.2.0"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions packages/http-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)",
"license": "MIT",
"dependencies": {
"agent-base": "^7.1.0",
"debug": "^4.3.4"
"agent-base": "^7.1.1",
"debug": "^4.3.7"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"async-listen": "^3.0.0",
"jest": "^29.5.0",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"@types/node": "^14.18.63",
"async-listen": "^3.0.1",
"jest": "^29.7.0",
"proxy": "workspace:*",
"ts-jest": "^29.1.0",
"ts-jest": "^29.2.5",
"tsconfig": "workspace:*",
"typescript": "^5.0.4"
"typescript": "^5.6.3"
},
"engines": {
"node": ">= 14"
Expand Down
20 changes: 10 additions & 10 deletions packages/https-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)",
"license": "MIT",
"dependencies": {
"agent-base": "^7.0.2",
"debug": "4"
"agent-base": "^7.1.1",
"debug": "^4.3.7"
},
"devDependencies": {
"@types/async-retry": "^1.4.5",
"@types/debug": "4",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"async-listen": "^3.0.0",
"@types/async-retry": "^1.4.9",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"@types/node": "^14.18.63",
"async-listen": "^3.0.1",
"async-retry": "^1.3.3",
"jest": "^29.5.0",
"jest": "^29.7.0",
"proxy": "workspace:*",
"ts-jest": "^29.1.0",
"ts-jest": "^29.2.5",
"tsconfig": "workspace:*",
"typescript": "^5.0.4"
"typescript": "^5.6.3"
},
"engines": {
"node": ">= 14"
Expand Down
26 changes: 13 additions & 13 deletions packages/pac-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@
"license": "MIT",
"dependencies": {
"@tootallnate/quickjs-emscripten": "^0.23.0",
"agent-base": "^7.0.2",
"debug": "^4.3.4",
"get-uri": "^6.0.1",
"http-proxy-agent": "^7.0.0",
"agent-base": "^7.1.1",
"debug": "^4.3.7",
"get-uri": "workspace:^6.0.3",
"http-proxy-agent": "workspace:^7.0.2",
"https-proxy-agent": "^7.0.5",
"pac-resolver": "^7.0.1",
"socks-proxy-agent": "^8.0.4"
"pac-resolver": "workspace:^7.0.1",
"socks-proxy-agent": "workspace:^8.0.4"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"async-listen": "^3.0.0",
"jest": "^29.5.0",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"@types/node": "^14.18.63",
"async-listen": "^3.0.1",
"jest": "^29.7.0",
"proxy": "workspace:*",
"socksv5": "0.0.6",
"ts-jest": "^29.1.0",
"ts-jest": "^29.2.5",
"tsconfig": "workspace:*",
"typescript": "^5.0.4"
"typescript": "^5.6.3"
},
"engines": {
"node": ">= 14"
Expand Down
12 changes: 6 additions & 6 deletions packages/pac-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"dist"
],
"dependencies": {
"degenerator": "^5.0.0",
"degenerator": "workspace:^5.0.1",
"netmask": "^2.0.2"
},
"devDependencies": {
"@tootallnate/quickjs-emscripten": "^0.23.0",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.14",
"@types/netmask": "^1.0.30",
"@types/node": "^14.18.52",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"@types/node": "^14.18.63",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsconfig": "workspace:*",
"typescript": "^5.1.6"
"typescript": "^5.6.3"
},
"scripts": {
"build": "tsc",
Expand Down
34 changes: 17 additions & 17 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,29 @@
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)",
"license": "MIT",
"dependencies": {
"agent-base": "^7.0.2",
"debug": "^4.3.4",
"http-proxy-agent": "^7.0.1",
"agent-base": "^7.1.1",
"debug": "^4.3.7",
"http-proxy-agent": "workspace:^7.0.2",
"https-proxy-agent": "^7.0.5",
"lru-cache": "^7.14.1",
"pac-proxy-agent": "^7.0.2",
"lru-cache": "^7.18.3",
"pac-proxy-agent": "workspace:^7.0.2",
"proxy-from-env": "^1.1.0",
"socks-proxy-agent": "^8.0.4"
"socks-proxy-agent": "workspace:^8.0.4"
},
"devDependencies": {
"@types/agent-base": "^4.2.0",
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"@types/proxy-from-env": "^1.0.1",
"@types/ws": "^8.5.4",
"async-listen": "^3.0.0",
"jest": "^29.5.0",
"@types/agent-base": "^4.2.5",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"@types/node": "^14.18.63",
"@types/proxy-from-env": "^1.0.4",
"@types/ws": "^8.5.13",
"async-listen": "^3.0.1",
"jest": "^29.7.0",
"proxy": "workspace:*",
"socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
"ts-jest": "^29.1.0",
"ts-jest": "^29.2.5",
"tsconfig": "workspace:*",
"typescript": "^5.0.4",
"ws": "^8.13.0"
"typescript": "^5.6.3",
"ws": "^8.18.0"
}
}
18 changes: 9 additions & 9 deletions packages/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"dependencies": {
"args": "^5.0.3",
"basic-auth-parser": "0.0.2-1",
"debug": "^4.3.4"
"debug": "^4.3.7"
},
"devDependencies": {
"@types/args": "^5.0.0",
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"async-listen": "^3.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"@types/args": "^5.0.3",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"@types/node": "^14.18.63",
"async-listen": "^3.0.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsconfig": "workspace:*",
"typescript": "^5.0.4"
"typescript": "^5.6.3"
},
"engines": {
"node": ">= 14"
Expand Down
20 changes: 10 additions & 10 deletions packages/socks-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,25 +108,25 @@
],
"dependencies": {
"agent-base": "^7.1.1",
"debug": "^4.3.4",
"debug": "^4.3.7",
"socks": "^2.8.3"
},
"devDependencies": {
"@types/async-retry": "^1.4.5",
"@types/debug": "^4.1.7",
"@types/dns2": "^2.0.3",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"async-listen": "^3.0.0",
"@types/async-retry": "^1.4.9",
"@types/debug": "^4.1.12",
"@types/dns2": "^2.0.9",
"@types/jest": "^29.5.14",
"@types/node": "^14.18.63",
"async-listen": "^3.0.1",
"async-retry": "^1.3.3",
"cacheable-lookup": "^6.1.0",
"dns2": "^2.1.0",
"jest": "^29.5.0",
"jest": "^29.7.0",
"proxy": "workspace:*",
"socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
"ts-jest": "^29.1.0",
"ts-jest": "^29.2.5",
"tsconfig": "workspace:*",
"typescript": "^5.0.4"
"typescript": "^5.6.3"
},
"engines": {
"node": ">= 14"
Expand Down
Loading

0 comments on commit 8069e47

Please sign in to comment.