Skip to content

Commit 64d9fc5

Browse files
committed
Update dependencies
1 parent b4b64a8 commit 64d9fc5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-admin",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "http://nodered.org",
66
"bugs": {
@@ -28,25 +28,25 @@
2828
"coverage": "nyc report --reporter=lcov"
2929
},
3030
"dependencies": {
31-
"ansi-colors": "^4.1.1",
31+
"ansi-colors": "^4.1.3",
3232
"axios": "0.27.2",
3333
"bcryptjs": "^2.4.3",
3434
"cli-table": "^0.3.11",
3535
"enquirer": "^2.3.6",
36-
"minimist": "^1.2.6",
36+
"minimist": "^1.2.8",
3737
"mustache": "^4.2.0",
3838
"read": "^1.0.7"
3939
},
4040
"devDependencies": {
4141
"coveralls": "^3.1.1",
42-
"mocha": "^9.2.2",
42+
"mocha": "^10.2.0",
4343
"nyc": "^15.1.0",
4444
"should": "^13.2.3",
45-
"sinon": "^11.1.2",
46-
"sinon-test": "^3.1.3"
45+
"sinon": "^15.2.0",
46+
"sinon-test": "^3.1.5"
4747
},
4848
"optionalDependencies": {
49-
"bcrypt": "5.0.1"
49+
"bcrypt": "5.1.1"
5050
},
5151
"bin": {
5252
"node-red-admin": "node-red-admin.js"

0 commit comments

Comments
 (0)