Browse Source

Merge branch 'meteor-1.8' of github.com:wekan/wekan into meteor-1.8

Lauri Ojansivu 6 years ago
parent
commit
3fc251c1f6
2 changed files with 4 additions and 4 deletions
  1. 2 2
      .meteor/versions
  2. 2 2
      snapcraft.yaml

+ 2 - 2
.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

+ 2 - 2
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