Skip to content

Commit 88645ec

Browse files
committed
Bump for 0.1.8
1 parent 67e0d23 commit 88645ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-admin",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "http://nodered.org",
66
"bugs": {
@@ -29,8 +29,8 @@
2929
"dependencies": {
3030
"bcryptjs": "^2.4.3",
3131
"cli-table": "^0.3.1",
32-
"colors": "^1.3.2",
33-
"minimist": "^1.2.0",
32+
"colors": "^1.4.0",
33+
"minimist": "^1.2.5",
3434
"read": "^1.0.7",
3535
"request": "^2.88.0",
3636
"when": "^3.7.8"
@@ -45,7 +45,7 @@
4545
"sinon": "^1.17.7"
4646
},
4747
"optionalDependencies": {
48-
"bcrypt": "^3.0.1"
48+
"bcrypt": "^3.0.8"
4949
},
5050
"bin": {
5151
"node-red-admin": "node-red-admin.js"

0 commit comments

Comments
 (0)