Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jul 2, 2021
1 parent b9f6884 commit 6e8ecc5
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.0.0",
"version": "2.1.0",
"description": "The Node-RED admin command line interface",
"homepage": "http:https://nodered.org",
"bugs": {
Expand Down Expand Up @@ -38,11 +38,11 @@
"read": "^1.0.7"
},
"devDependencies": {
"coveralls": "^3.1.0",
"mocha": "9.0.0",
"coveralls": "^3.1.1",
"mocha": "^9.0.1",
"nyc": "^15.1.0",
"should": "13.2.3",
"sinon": "^10.0.0",
"should": "^13.2.3",
"sinon": "^11.1.1",
"sinon-test": "^3.1.0"
},
"optionalDependencies": {
Expand Down

0 comments on commit 6e8ecc5

Please sign in to comment.