We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e0d23 commit 88645ecCopy full SHA for 88645ec
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-admin",
3
- "version": "0.1.7",
+ "version": "0.1.8",
4
"description": "The Node-RED admin command line interface",
5
"homepage": "http://nodered.org",
6
"bugs": {
@@ -29,8 +29,8 @@
29
"dependencies": {
30
"bcryptjs": "^2.4.3",
31
"cli-table": "^0.3.1",
32
- "colors": "^1.3.2",
33
- "minimist": "^1.2.0",
+ "colors": "^1.4.0",
+ "minimist": "^1.2.5",
34
"read": "^1.0.7",
35
"request": "^2.88.0",
36
"when": "^3.7.8"
@@ -45,7 +45,7 @@
45
"sinon": "^1.17.7"
46
},
47
"optionalDependencies": {
48
- "bcrypt": "^3.0.1"
+ "bcrypt": "^3.0.8"
49
50
"bin": {
51
"node-red-admin": "node-red-admin.js"
0 commit comments