Add bcryptjs
This commit is contained in:
6
ProjectSourceCode/src/package-lock.json
generated
6
ProjectSourceCode/src/package-lock.json
generated
@@ -8,6 +8,7 @@
|
||||
"dependencies": {
|
||||
"axios": "^1.1.3",
|
||||
"bcrypt": "^5.1.1",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"body-parser": "1.20.0",
|
||||
"express": "^4.6.1",
|
||||
"express-handlebars": "^7.1.2",
|
||||
@@ -188,6 +189,11 @@
|
||||
"node": ">= 10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/bcryptjs": {
|
||||
"version": "2.4.3",
|
||||
"resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
|
||||
"integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ=="
|
||||
},
|
||||
"node_modules/binary-extensions": {
|
||||
"version": "2.2.0",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user