From c14d4b3f7dedf0592d41cf64657e09a63f3df389 Mon Sep 17 00:00:00 2001
From: Gabriel Engel <gabriel.engel@gmail.com>
Date: Fri, 21 Apr 2017 18:12:05 -0300
Subject: [PATCH] Meteor update

---
 .meteor/versions | 2 +-
 package.json     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.meteor/versions b/.meteor/versions
index 2be30e27112..0801efdbd9c 100644
--- a/.meteor/versions
+++ b/.meteor/versions
@@ -44,7 +44,7 @@ fastclick@1.0.13
 francocatena:status@1.5.3
 geojson-utils@1.0.10
 github-oauth@1.2.0
-google-oauth@1.2.3
+google-oauth@1.2.4
 hot-code-push@1.0.4
 html-tools@1.0.11
 htmljs@1.0.11
diff --git a/package.json b/package.json
index c2822e2d9e0..5238246908b 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,7 @@
 	"dependencies": {
 		"babel-runtime": "^6.23.0",
 		"bcrypt": "^1.0.2",
-		"codemirror": "^5.25.0",
+		"codemirror": "^5.25.2",
 		"file-type": "^4.2.0",
 		"highlight.js": "^9.11.0",
 		"jquery": "^3.2.1",
@@ -73,8 +73,8 @@
 		"mime-type": "^3.0.4",
 		"moment": "^2.18.1",
 		"moment-timezone": "^0.5.13",
-		"photoswipe": "^4.1.1",
-		"prom-client": "^8.1.0",
+		"photoswipe": "^4.1.2",
+		"prom-client": "^8.1.1",
 		"semver": "^5.3.0",
 		"toastr": "^2.1.2"
 	}
-- 
GitLab