Rollback sqlite3 version, and also some majors that might present breaking changes - bump dev bundle version

This commit is contained in:
Renan Castro
2021-05-18 17:53:05 -03:00
parent 814fc5c497
commit 84a41b1fd0
2 changed files with 2 additions and 2 deletions

2
meteor
View File

@@ -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.

View File

@@ -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",