From 82d83923ad960693d8b774cafe17443ded7ed584 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 13 Jan 2017 21:55:22 -0600 Subject: [PATCH] Updated libraries and bumped version. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a238ec2..981a9a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socks", - "version": "1.1.9", + "version": "1.1.10", "description": "A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)", "main": "index.js", "homepage": "https://github.com/JoshGlazebrook/socks", @@ -33,7 +33,7 @@ ], "license": "MIT", "dependencies": { - "ip": "^1.1.2", - "smart-buffer": "^1.0.4" + "ip": "^1.1.4", + "smart-buffer": "^1.0.13" } }