deps: bump bcrypt to 5.0.0

This commit is contained in:
Calvin Montgomery 2020-08-21 20:37:16 -07:00
parent 80d3d14c85
commit 962998c543
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "3.71.0",
"version": "3.71.1",
"repository": {
"url": "http://github.com/calzoneman/sync"
},
@ -10,7 +10,7 @@
"dependencies": {
"@calzoneman/express-babel-decorators": "^1.0.0",
"@calzoneman/jsli": "^2.0.1",
"bcrypt": "^3.0.6",
"bcrypt": "^5.0.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"cheerio": "^1.0.0-rc.2",