Skip to content

Commit 6f39fc2

Browse files
committed
Update dependencies
1 parent 1d4101a commit 6f39fc2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-admin",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "http://nodered.org",
66
"bugs": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"ansi-colors": "^4.1.1",
32-
"axios": "0.21.1",
32+
"axios": "0.22.0",
3333
"bcryptjs": "^2.4.3",
3434
"cli-table": "^0.3.4",
3535
"enquirer": "^2.3.6",
@@ -39,11 +39,11 @@
3939
},
4040
"devDependencies": {
4141
"coveralls": "^3.1.1",
42-
"mocha": "^9.0.1",
42+
"mocha": "^9.1.2",
4343
"nyc": "^15.1.0",
4444
"should": "^13.2.3",
45-
"sinon": "^11.1.1",
46-
"sinon-test": "^3.1.0"
45+
"sinon": "^11.1.2",
46+
"sinon-test": "^3.1.1"
4747
},
4848
"optionalDependencies": {
4949
"bcrypt": "5.0.1"

0 commit comments

Comments
 (0)