diff --git a/package.json b/package.json index da921cc..667ddd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-admin", - "version": "4.0.0", + "version": "4.0.1", "description": "The Node-RED admin command line interface", "homepage": "https://nodered.org", "bugs": { @@ -29,7 +29,7 @@ }, "dependencies": { "ansi-colors": "^4.1.3", - "axios": "^1.7.2", + "axios": "^1.7.7", "bcryptjs": "^2.4.3", "cli-table": "^0.3.11", "enquirer": "^2.3.6", @@ -38,7 +38,7 @@ "read": "^3.0.1" }, "devDependencies": { - "mocha": "^10.4.0", + "mocha": "^10.7.3", "nyc": "^15.1.0", "should": "^13.2.3", "sinon": "^15.2.0",