Skip to content

Commit 4487b16

Browse files
committed
Bump dependency versions
Fixes #5
1 parent d587ccb commit 4487b16

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-admin",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "http://nodered.org",
66
"license": "Apache-2.0",
@@ -22,20 +22,20 @@
2222
"colors": "1.1.2",
2323
"minimist": "1.2.0",
2424
"read": "1.0.7",
25-
"request": "2.67.0",
26-
"when": "3.7.5"
25+
"request": "2.74.0",
26+
"when": "3.7.7"
2727
},
2828
"devDependencies": {
29-
"grunt": "0.4.5",
30-
"grunt-cli": "0.1.13",
31-
"grunt-contrib-jshint": "0.11.3",
32-
"grunt-simple-mocha": "^0.4.0",
29+
"grunt": "1.0.1",
30+
"grunt-cli": "1.2.0",
31+
"grunt-contrib-jshint": "1.0.0",
32+
"grunt-simple-mocha": "0.4.1",
3333
"mocha": "2.3.4",
3434
"should": "6.0.3",
35-
"sinon": "1.17.2"
35+
"sinon": "1.17.5"
3636
},
3737
"optionalDependencies": {
38-
"bcrypt":"0.8.5"
38+
"bcrypt":"0.8.7"
3939
},
4040
"bin": {
4141
"node-red-admin": "node-red-admin.js"

0 commit comments

Comments
 (0)