We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c9011 commit aa609baCopy full SHA for aa609ba
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-admin",
3
- "version": "4.0.0",
+ "version": "4.0.1",
4
"description": "The Node-RED admin command line interface",
5
"homepage": "https://nodered.org",
6
"bugs": {
@@ -29,7 +29,7 @@
29
},
30
"dependencies": {
31
"ansi-colors": "^4.1.3",
32
- "axios": "^1.7.2",
+ "axios": "^1.7.7",
33
"bcryptjs": "^2.4.3",
34
"cli-table": "^0.3.11",
35
"enquirer": "^2.3.6",
@@ -38,7 +38,7 @@
38
"read": "^3.0.1"
39
40
"devDependencies": {
41
- "mocha": "^10.4.0",
+ "mocha": "^10.7.3",
42
"nyc": "^15.1.0",
43
"should": "^13.2.3",
44
"sinon": "^15.2.0",
0 commit comments