socks 1.1.8 → 1.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "socks",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)",
5
5
  "main": "index.js",
6
6
  "homepage": "https://github.com/JoshGlazebrook/socks",
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "license": "MIT",
35
35
  "dependencies": {
36
- "ip": "^0.3.2",
37
- "smart-buffer": "^1.0.1"
36
+ "ip": "^1.1.2",
37
+ "smart-buffer": "^1.0.4"
38
38
  }
39
39
  }