Skip to content

Commit

Permalink
fix: Update mongodb-prebuilt with fix Ubuntu split error
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jun 6, 2017
1 parent ef037e1 commit d10e8bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"get-port": "^3.1.0",
"mongodb-prebuilt": "^6.2.0",
"mongodb-prebuilt": "^6.3.2",
"tmp": "^0.0.31",
"uuid": "^3.0.1"
},
Expand Down
28 changes: 8 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2938,9 +2938,9 @@ mongodb-core@2.1.12:
bson "~1.0.4"
require_optional "~1.0.0"

mongodb-download@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/mongodb-download/-/mongodb-download-2.2.1.tgz#061df0835be6b33596480da0ce83fdabbfb9cbb4"
mongodb-download@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/mongodb-download/-/mongodb-download-2.2.2.tgz#fd36079087628e9bdef0e8ac7d2df2e8123360a3"
dependencies:
debug "^2.2.0"
decompress "^4.0.0"
Expand All @@ -2951,13 +2951,13 @@ mongodb-download@^2.2.1:
request-promise "^4.1.1"
yargs "^3.26.0"

mongodb-prebuilt@^6.2.0:
version "6.3.1"
resolved "https://registry.yarnpkg.com/mongodb-prebuilt/-/mongodb-prebuilt-6.3.1.tgz#3533b69c55b71e945248cb540e74e3218a56d346"
mongodb-prebuilt@^6.3.2:
version "6.3.2"
resolved "https://registry.yarnpkg.com/mongodb-prebuilt/-/mongodb-prebuilt-6.3.2.tgz#028bfda570e0c7d7271b5099e418c2c788cd846d"
dependencies:
debug "^2.2.0"
glob "^7.1.1"
mongodb-download "^2.2.1"
mongodb-download "^2.2.2"
spawn-sync "1.0.15"
yargs "^3.26.0"

Expand Down Expand Up @@ -3455,7 +3455,7 @@ read-pkg@^2.0.0:
normalize-package-data "^2.3.2"
path-type "^2.0.0"

readable-stream@2.2.7:
readable-stream@2.2.7, readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.2.2:
version "2.2.7"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.7.tgz#07057acbe2467b22042d36f98c5ad507054e95b1"
dependencies:
Expand All @@ -3467,18 +3467,6 @@ readable-stream@2.2.7:
string_decoder "~1.0.0"
util-deprecate "~1.0.1"

readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.2.2:
version "2.2.9"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.9.tgz#cf78ec6f4a6d1eb43d26488cac97f042e74b7fc8"
dependencies:
buffer-shims "~1.0.0"
core-util-is "~1.0.0"
inherits "~2.0.1"
isarray "~1.0.0"
process-nextick-args "~1.0.6"
string_decoder "~1.0.0"
util-deprecate "~1.0.1"

readable-stream@~2.0.5:
version "2.0.6"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e"
Expand Down

0 comments on commit d10e8bb

Please sign in to comment.