Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Oct 8, 2021
1 parent 1d4101a commit 6f39fc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
"version": "2.2.0",
"version": "2.2.1",
"description": "The Node-RED admin command line interface",
"homepage": "http:https://nodered.org",
"bugs": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"ansi-colors": "^4.1.1",
"axios": "0.21.1",
"axios": "0.22.0",
"bcryptjs": "^2.4.3",
"cli-table": "^0.3.4",
"enquirer": "^2.3.6",
Expand All @@ -39,11 +39,11 @@
},
"devDependencies": {
"coveralls": "^3.1.1",
"mocha": "^9.0.1",
"mocha": "^9.1.2",
"nyc": "^15.1.0",
"should": "^13.2.3",
"sinon": "^11.1.1",
"sinon-test": "^3.1.0"
"sinon": "^11.1.2",
"sinon-test": "^3.1.1"
},
"optionalDependencies": {
"bcrypt": "5.0.1"
Expand Down

0 comments on commit 6f39fc2

Please sign in to comment.