Skip to content

Commit

Permalink
Merge pull request #16 from node-red/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
knolleary authored Oct 8, 2021
2 parents 1d4101a + f20a0df commit ba5be05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.2.1

- Update dependencies

### 2.2.0

- Default admin init to enable `functionExternalModules`
Expand Down
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://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 ba5be05

Please sign in to comment.