Update bcrypt to the latest version 🚀 (#6433)

* chore(package): update bcrypt to version 4.0.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-02-21 23:10:07 +00:00
committed by GitHub
parent cbef90d66c
commit d4690ca425
2 changed files with 14 additions and 8 deletions

20
package-lock.json generated
View File

@@ -3457,12 +3457,12 @@
"integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g=="
}, },
"bcrypt": { "bcrypt": {
"version": "3.0.8", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-3.0.8.tgz", "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-4.0.0.tgz",
"integrity": "sha512-jKV6RvLhI36TQnPDvUFqBEnGX9c8dRRygKxCZu7E+MgLfKZbmmXL8a7/SFFOyHoPNX9nV81cKRC5tbQfvEQtpw==", "integrity": "sha512-UroxVJgmpeek3uxjY0IgtVtegM8EQqSLXnc5HE59m388MGZr0wPpRBqKJTaTraY3YEJOo1XIczExiEY9eeOCmg==",
"optional": true, "optional": true,
"requires": { "requires": {
"nan": "2.14.0", "node-addon-api": "^2.0.0",
"node-pre-gyp": "0.14.0" "node-pre-gyp": "0.14.0"
} }
}, },
@@ -3870,9 +3870,9 @@
} }
}, },
"chownr": { "chownr": {
"version": "1.1.3", "version": "1.1.4",
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.3.tgz", "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
"integrity": "sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw==", "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
"optional": true "optional": true
}, },
"ci-info": { "ci-info": {
@@ -9480,6 +9480,12 @@
"integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
"dev": true "dev": true
}, },
"node-addon-api": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.0.tgz",
"integrity": "sha512-ASCL5U13as7HhOExbT6OlWJJUV/lLzL2voOSP1UVehpRD8FbSrSDjfScK/KwAvVTI5AS6r4VwbOMlIqtvRidnA==",
"optional": true
},
"node-fetch": { "node-fetch": {
"version": "2.6.0", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",

View File

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