Browse Source

use: bcryptjs

pull/686/head
Philip H. 1 year ago
committed by GitHub
parent
commit
b9db8c9cd6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      src/package-lock.json
  2. 2
      src/package.json

7
src/package-lock.json

@ -9,7 +9,7 @@
"version": "1.0.2",
"license": "GPL",
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"debug": "^4.3.4",
"express": "^4.18.2",
"express-session": "^1.17.3",
@ -737,6 +737,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",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",

2
src/package.json

@ -13,7 +13,7 @@
"author": "Emile Nijssen",
"license": "GPL",
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"debug": "^4.3.4",
"express": "^4.18.2",
"express-session": "^1.17.3",

Loading…
Cancel
Save