Skip to content

Commit aa609ba

Browse files
committed
Update dependencies
1 parent 77c9011 commit aa609ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-admin",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "https://nodered.org",
66
"bugs": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"ansi-colors": "^4.1.3",
32-
"axios": "^1.7.2",
32+
"axios": "^1.7.7",
3333
"bcryptjs": "^2.4.3",
3434
"cli-table": "^0.3.11",
3535
"enquirer": "^2.3.6",
@@ -38,7 +38,7 @@
3838
"read": "^3.0.1"
3939
},
4040
"devDependencies": {
41-
"mocha": "^10.4.0",
41+
"mocha": "^10.7.3",
4242
"nyc": "^15.1.0",
4343
"should": "^13.2.3",
4444
"sinon": "^15.2.0",

0 commit comments

Comments
 (0)