Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/socks-proxy-agent/package.json')
-rw-r--r--deps/npm/node_modules/socks-proxy-agent/package.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/deps/npm/node_modules/socks-proxy-agent/package.json b/deps/npm/node_modules/socks-proxy-agent/package.json
index b5e6dc8c44f..b0a7445136b 100644
--- a/deps/npm/node_modules/socks-proxy-agent/package.json
+++ b/deps/npm/node_modules/socks-proxy-agent/package.json
@@ -1,6 +1,6 @@
{
"name": "socks-proxy-agent",
- "version": "5.0.0",
+ "version": "6.0.0",
"description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
"main": "dist/index",
"typings": "dist/index",
@@ -35,30 +35,30 @@
"url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
},
"dependencies": {
- "agent-base": "6",
- "debug": "4",
- "socks": "^2.3.3"
+ "agent-base": "^6.0.2",
+ "debug": "^4.3.1",
+ "socks": "^2.6.1"
},
"devDependencies": {
- "@types/debug": "4",
- "@types/node": "^12.12.11",
- "@typescript-eslint/eslint-plugin": "1.6.0",
- "@typescript-eslint/parser": "1.1.0",
- "eslint": "5.16.0",
- "eslint-config-airbnb": "17.1.0",
- "eslint-config-prettier": "4.1.0",
- "eslint-import-resolver-typescript": "1.1.1",
- "eslint-plugin-import": "2.16.0",
- "eslint-plugin-jsx-a11y": "6.2.1",
- "eslint-plugin-react": "7.12.4",
- "mocha": "^6.2.2",
- "proxy": "1",
- "raw-body": "^2.3.2",
- "rimraf": "^3.0.0",
+ "@types/debug": "latest",
+ "@types/node": "latest",
+ "@typescript-eslint/eslint-plugin": "latest",
+ "@typescript-eslint/parser": "latest",
+ "eslint": "latest",
+ "eslint-config-airbnb": "latest",
+ "eslint-config-prettier": "latest",
+ "eslint-import-resolver-typescript": "latest",
+ "eslint-plugin-import": "latest",
+ "eslint-plugin-jsx-a11y": "latest",
+ "eslint-plugin-react": "latest",
+ "mocha": "latest",
+ "proxy": "latest",
+ "raw-body": "latest",
+ "rimraf": "latest",
"socksv5": "TooTallNate/socksv5#fix/dstSock-close-event",
- "typescript": "^3.5.3"
+ "typescript": "latest"
},
"engines": {
- "node": ">= 6"
+ "node": ">= 10"
}
}