upgrade argon2 to 0.28.5

node-argon2 provides prebuilt binaries from v0.26.0 onwards.
This commit is contained in:
zhengmz 2022-07-01 17:06:23 +08:00 committed by GitHub
parent 8fb29fa607
commit 20070a534a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
"devstart": "nodemon ./bin/www" "devstart": "nodemon ./bin/www"
}, },
"dependencies": { "dependencies": {
"argon2": "^0.19.3", "argon2": "^0.28.5",
"body-parser": "^1.18.3", "body-parser": "^1.18.3",
"bootstrap": "^3.4.1", "bootstrap": "^3.4.1",
"cookie-parser": "~1.4.3", "cookie-parser": "~1.4.3",