We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4101a commit 6f39fc2Copy full SHA for 6f39fc2
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-admin",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"description": "The Node-RED admin command line interface",
5
"homepage": "http://nodered.org",
6
"bugs": {
@@ -29,7 +29,7 @@
29
},
30
"dependencies": {
31
"ansi-colors": "^4.1.1",
32
- "axios": "0.21.1",
+ "axios": "0.22.0",
33
"bcryptjs": "^2.4.3",
34
"cli-table": "^0.3.4",
35
"enquirer": "^2.3.6",
@@ -39,11 +39,11 @@
39
40
"devDependencies": {
41
"coveralls": "^3.1.1",
42
- "mocha": "^9.0.1",
+ "mocha": "^9.1.2",
43
"nyc": "^15.1.0",
44
"should": "^13.2.3",
45
- "sinon": "^11.1.1",
46
- "sinon-test": "^3.1.0"
+ "sinon": "^11.1.2",
+ "sinon-test": "^3.1.1"
47
48
"optionalDependencies": {
49
"bcrypt": "5.0.1"
0 commit comments