Skip to content

Commit

Permalink
Updated libraries and bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshGlazebrook committed Jan 14, 2017
1 parent c334b97 commit 82d8392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 82d8392

Please sign in to comment.