mirror of
https://github.com/key-networks/ztncui.git
synced 2025-04-21 11:56:55 +02:00
upgrade argon2 to 0.28.5
node-argon2 provides prebuilt binaries from v0.26.0 onwards.
This commit is contained in:
parent
8fb29fa607
commit
20070a534a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"devstart": "nodemon ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"argon2": "^0.19.3",
|
||||
"argon2": "^0.28.5",
|
||||
"body-parser": "^1.18.3",
|
||||
"bootstrap": "^3.4.1",
|
||||
"cookie-parser": "~1.4.3",
|
||||
|
|
Loading…
Add table
Reference in a new issue