Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 8, 2017
1 parent 28ddb49 commit db58c2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Generates an asynchronous resolver function from a PAC file",
"main": "index.js",
"dependencies": {
"co": "~3.0.6",
"netmask": "~1.0.4",
"degenerator": "~1.0.2",
"thunkify": "~2.1.1",
"ip": "1.0.1"
"co": "^3.1.0",
"degenerator": "^1.0.4",
"ip": "^1.1.5",
"netmask": "^1.0.6",
"thunkify": "^2.1.2"
},
"devDependencies": {
"mocha": "2"
Expand Down

0 comments on commit db58c2c

Please sign in to comment.