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

View File

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