summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/socks-proxy-agent/package.json
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.json20
1 files changed, 11 insertions, 9 deletions
diff --git a/deps/npm/node_modules/socks-proxy-agent/package.json b/deps/npm/node_modules/socks-proxy-agent/package.json
index 02ca38c792..7f7023f5a7 100644
--- a/deps/npm/node_modules/socks-proxy-agent/package.json
+++ b/deps/npm/node_modules/socks-proxy-agent/package.json
@@ -1,10 +1,12 @@
{
"_from": "socks-proxy-agent@^4.0.0",
- "_id": "socks-proxy-agent@4.0.1",
+ "_id": "socks-proxy-agent@4.0.2",
"_inBundle": false,
- "_integrity": "sha512-Kezx6/VBguXOsEe5oU3lXYyKMi4+gva72TwJ7pQY5JfqUx2nMk7NXA6z/mpNqIlfQjWYVfeuNvQjexiTaTn6Nw==",
+ "_integrity": "sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg==",
"_location": "/socks-proxy-agent",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "es6-promisify": "5.0.0"
+ },
"_requested": {
"type": "range",
"registry": true,
@@ -18,10 +20,10 @@
"_requiredBy": [
"/make-fetch-happen"
],
- "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-4.0.1.tgz",
- "_shasum": "5936bf8b707a993079c6f37db2091821bffa6473",
+ "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-4.0.2.tgz",
+ "_shasum": "3c8991f3145b2799e70e11bd5fbc8b1963116386",
"_spec": "socks-proxy-agent@^4.0.0",
- "_where": "/Users/rebecca/code/npm/node_modules/make-fetch-happen",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/make-fetch-happen",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
@@ -32,8 +34,8 @@
},
"bundleDependencies": false,
"dependencies": {
- "agent-base": "~4.2.0",
- "socks": "~2.2.0"
+ "agent-base": "~4.2.1",
+ "socks": "~2.3.2"
},
"deprecated": false,
"description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
@@ -65,5 +67,5 @@
"scripts": {
"test": "mocha --reporter spec"
},
- "version": "4.0.1"
+ "version": "4.0.2"
}