Update bcrypt to the latest version 🚀 (#6456)

* chore(package): update bcrypt to version 4.0.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-03-02 16:49:23 +00:00
committed by GitHub
parent cd06a02fe8
commit cfb0327c19
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -3459,9 +3459,9 @@
"integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g=="
},
"bcrypt": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-4.0.0.tgz",
"integrity": "sha512-UroxVJgmpeek3uxjY0IgtVtegM8EQqSLXnc5HE59m388MGZr0wPpRBqKJTaTraY3YEJOo1XIczExiEY9eeOCmg==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-4.0.1.tgz",
"integrity": "sha512-hSIZHkUxIDS5zA2o00Kf2O5RfVbQ888n54xQoF/eIaquU4uaLxK8vhhBdktd0B3n2MjkcAWzv4mnhogykBKOUQ==",
"optional": true,
"requires": {
"node-addon-api": "^2.0.0",
@@ -9450,9 +9450,9 @@
"optional": true
},
"needle": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/needle/-/needle-2.3.2.tgz",
"integrity": "sha512-DUzITvPVDUy6vczKKYTnWc/pBZ0EnjMJnQ3y+Jo5zfKFimJs7S3HFCxCRZYB9FUZcrzUQr3WsmvZgddMEIZv6w==",
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/needle/-/needle-2.3.3.tgz",
"integrity": "sha512-EkY0GeSq87rWp1hoq/sH/wnTWgFVhYlnIkbJ0YJFfRgEFlz2RraCjBpFQ+vrEgEdp0ThfyHADmkChEhcb7PKyw==",
"optional": true,
"requires": {
"debug": "^3.2.6",

View File

@@ -114,7 +114,7 @@
"parse-server": "./bin/parse-server"
},
"optionalDependencies": {
"bcrypt": "4.0.0"
"bcrypt": "4.0.1"
},
"collective": {
"type": "opencollective",