From acf205cd7fe28c3297c7a4f45c03f03043a71c43 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 24 Dec 2018 04:16:59 +0000 Subject: [PATCH] =?UTF-8?q?Update=20bcrypt=20to=20the=20latest=20version?= =?UTF-8?q?=20=F0=9F=9A=80=20(#5258)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update bcrypt to version 3.0.3 * chore(package): update lockfile package-lock.json --- package-lock.json | 92 ++++++++++++++++++----------------------------- package.json | 2 +- 2 files changed, 36 insertions(+), 58 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6dd971e..a5e2a4d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1714,13 +1714,13 @@ "integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==" }, "bcrypt": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-3.0.2.tgz", - "integrity": "sha512-kE1IaaRchCgdrmzQX/eBQKcsuL4jRHZ+O11sMvEUrI/HgFTQYAGvxlj9z7kb3zfFuwljQ5y8/NrbnXtgx5oJLg==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-3.0.3.tgz", + "integrity": "sha512-4EuzUo6K790QC3uq/ogzy9w2Hc7XDIBoEndU5y7l7YaEAwQF8vyFqv6tC30+gOBZvyxk3F632xzKBQoLNz2pjg==", "optional": true, "requires": { - "nan": "2.11.1", - "node-pre-gyp": "0.11.0" + "nan": "2.12.1", + "node-pre-gyp": "0.12.0" }, "dependencies": { "abbrev": { @@ -1730,8 +1730,7 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true, - "optional": true + "bundled": true }, "aproba": { "version": "1.2.0", @@ -1749,13 +1748,11 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true, - "optional": true + "bundled": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, - "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -1768,18 +1765,15 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true, - "optional": true + "bundled": true }, "concat-map": { "version": "0.0.1", - "bundled": true, - "optional": true + "bundled": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true, - "optional": true + "bundled": true }, "core-util-is": { "version": "1.0.2", @@ -1882,8 +1876,7 @@ }, "inherits": { "version": "2.0.3", - "bundled": true, - "optional": true + "bundled": true }, "ini": { "version": "1.3.5", @@ -1893,7 +1886,6 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, - "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -1906,20 +1898,17 @@ "minimatch": { "version": "3.0.4", "bundled": true, - "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true, - "optional": true + "bundled": true }, "minipass": { "version": "2.3.4", "bundled": true, - "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -1927,18 +1916,16 @@ "dependencies": { "safe-buffer": { "version": "5.1.2", - "bundled": true, - "optional": true + "bundled": true }, "yallist": { "version": "3.0.2", - "bundled": true, - "optional": true + "bundled": true } } }, "minizlib": { - "version": "1.1.0", + "version": "1.1.1", "bundled": true, "optional": true, "requires": { @@ -1948,7 +1935,6 @@ "mkdirp": { "version": "0.5.1", "bundled": true, - "optional": true, "requires": { "minimist": "0.0.8" } @@ -1958,14 +1944,8 @@ "bundled": true, "optional": true }, - "nan": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.11.1.tgz", - "integrity": "sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA==", - "optional": true - }, "needle": { - "version": "2.2.3", + "version": "2.2.4", "bundled": true, "optional": true, "requires": { @@ -1975,7 +1955,7 @@ } }, "node-pre-gyp": { - "version": "0.11.0", + "version": "0.12.0", "bundled": true, "optional": true, "requires": { @@ -2006,7 +1986,7 @@ "optional": true }, "npm-packlist": { - "version": "1.1.11", + "version": "1.1.12", "bundled": true, "optional": true, "requires": { @@ -2027,8 +2007,7 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true, - "optional": true + "bundled": true }, "object-assign": { "version": "4.1.1", @@ -2038,7 +2017,6 @@ "once": { "version": "1.4.0", "bundled": true, - "optional": true, "requires": { "wrappy": "1" } @@ -2114,8 +2092,7 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true, - "optional": true + "bundled": true }, "safer-buffer": { "version": "2.1.2", @@ -2128,7 +2105,7 @@ "optional": true }, "semver": { - "version": "5.5.1", + "version": "5.6.0", "bundled": true, "optional": true }, @@ -2145,7 +2122,6 @@ "string-width": { "version": "1.0.2", "bundled": true, - "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -2163,7 +2139,6 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, - "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -2174,14 +2149,14 @@ "optional": true }, "tar": { - "version": "4.4.6", + "version": "4.4.8", "bundled": true, "optional": true, "requires": { - "chownr": "^1.0.1", + "chownr": "^1.1.1", "fs-minipass": "^1.2.5", - "minipass": "^2.3.3", - "minizlib": "^1.1.0", + "minipass": "^2.3.4", + "minizlib": "^1.1.1", "mkdirp": "^0.5.0", "safe-buffer": "^5.1.2", "yallist": "^3.0.2" @@ -2214,8 +2189,7 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true, - "optional": true + "bundled": true } } }, @@ -4203,7 +4177,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -4618,7 +4593,8 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -4674,6 +4650,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -4717,12 +4694,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, @@ -7037,7 +7016,6 @@ "version": "2.12.1", "resolved": "https://registry.npmjs.org/nan/-/nan-2.12.1.tgz", "integrity": "sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw==", - "dev": true, "optional": true }, "nanomatch": { diff --git a/package.json b/package.json index 4a5b381a..2f44ede1 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "parse-server": "./bin/parse-server" }, "optionalDependencies": { - "bcrypt": "3.0.2", + "bcrypt": "3.0.3", "uws": "10.148.1" }, "collective": {