Skip to content

Commit

Permalink
Merge pull request #49 from orcinustools/0.4.3
Browse files Browse the repository at this point in the history
Update bcrypt
  • Loading branch information
anak10thn committed Aug 28, 2020
2 parents fe0d88f + ad160d7 commit d52afe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orcinus",
"version": "0.4.2",
"version": "0.4.3",
"description": "Container orchestration tools",
"main": "cli.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"async": "^2.4.1",
"base-64": "^0.1.0",
"bcrypt": "^2.0.1",
"bcrypt": ">=5.0.0",
"body-parser": "~1.15.1",
"bytes": "^2.5.0",
"colors": "^1.1.2",
Expand Down

0 comments on commit d52afe4

Please sign in to comment.