summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-25 17:15:36 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-25 17:15:36 +0200
commit3fc251c1f6afb995497e3792f552309071bd1429 (patch)
treee87c34cff5edb396e6cfa2e2b9516065e5c94bde
parent67c3f663a10b6356b8693828a49962d7b16e0948 (diff)
parent2050796a330c5b9da1d65265c3f3d691ffad52db (diff)
downloadwekan-3fc251c1f6afb995497e3792f552309071bd1429.tar.gz
wekan-3fc251c1f6afb995497e3792f552309071bd1429.tar.bz2
wekan-3fc251c1f6afb995497e3792f552309071bd1429.zip
Merge branch 'meteor-1.8' of github.com:wekan/wekan into meteor-1.8
-rw-r--r--.meteor/versions4
-rw-r--r--snapcraft.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.meteor/versions b/.meteor/versions
index 617397f6..e7d70446 100644
--- a/.meteor/versions
+++ b/.meteor/versions
@@ -108,7 +108,7 @@ modern-browsers@0.1.3
modules@0.13.0
modules-runtime@0.10.3
momentjs:moment@2.24.0
-mongo@1.6.0
+mongo@1.6.1
mongo-decimal@0.1.1
mongo-dev-server@1.1.0
mongo-id@1.0.7
@@ -126,7 +126,7 @@ mquandalle:perfect-scrollbar@0.6.5_2
msavin:usercache@1.0.0
npm-bcrypt@0.9.3
npm-mongo@3.1.1
-oauth@1.2.7
+oauth@1.2.8
oauth2@1.2.1
observe-sequence@1.0.16
ongoworks:speakingurl@1.1.0
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 2b4ab48b..8485d0a7 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -65,7 +65,7 @@ apps:
parts:
mongodb:
- source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.22.tgz
+ source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.0.7.tgz
plugin: dump
stage-packages: [libssl1.0.0]
filesets:
@@ -85,7 +85,7 @@ parts:
node-packages:
- node-gyp
- node-pre-gyp
- - fibers@2.0.0
+ - fibers
build-packages:
- ca-certificates
- apt-utils