diff --git a/meteor b/meteor index 62f639ea02..4f9a515dd7 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=14.16.1.5 +BUNDLE_VERSION=14.16.1.6 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific. diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index 9302662a3c..9fffb28348 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -42,7 +42,7 @@ var packageJson = { kexec: "https://github.com/meteor/node-kexec/tarball/f29f54037c7db6ad29e1781463b182e5929215a0", "source-map": "0.7.3", chalk: "0.5.1", - sqlite3: "4.1.0", + sqlite3: "5.0.2", "http-proxy": "1.18.1", "is-reachable": "3.1.0", "wordwrap": "1.0.0",