diff --git a/.meteor/versions b/.meteor/versions index 2be30e27112607658f92e0316993a70dee815d42..0801efdbd9c33d5e7b11ee5f56ec7baadc7af609 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 c2822e2d9e032f3fd050833b77da0c87b65ffb2e..5238246908b99327d7547d466f0630ceb1165749 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" }