Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
knolleary committed Sep 6, 2016
1 parent d587ccb commit 4487b16
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
"version": "0.1.2",
"version": "0.1.3",
"description": "The Node-RED admin command line interface",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
Expand All @@ -22,20 +22,20 @@
"colors": "1.1.2",
"minimist": "1.2.0",
"read": "1.0.7",
"request": "2.67.0",
"when": "3.7.5"
"request": "2.74.0",
"when": "3.7.7"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.11.3",
"grunt-simple-mocha": "^0.4.0",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-simple-mocha": "0.4.1",
"mocha": "2.3.4",
"should": "6.0.3",
"sinon": "1.17.2"
"sinon": "1.17.5"
},
"optionalDependencies": {
"bcrypt":"0.8.5"
"bcrypt":"0.8.7"
},
"bin": {
"node-red-admin": "node-red-admin.js"
Expand Down

0 comments on commit 4487b16

Please sign in to comment.