From 695644c2601c435124d2724d72ed6c5e9d5ef6d6 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Sat, 18 Jun 2016 19:21:12 -0700 Subject: [PATCH] Updating deps --- package.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 8bf1e34..3a43418 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,11 @@ "watch-sass": "node-sass -w -r -o web/public/styles/ web/public/styles/" }, "dependencies": { - "aws-sdk": "^2.3.17", + "aws-sdk": "^2.3.19", "babel": "^6.5.2", - "babel-cli": "^6.9.0", + "babel-cli": "^6.10.1", "babel-plugin-transform-es2015-destructuring": "^6.9.0", - "babel-plugin-transform-es2015-modules-commonjs": "^6.8.0", + "babel-plugin-transform-es2015-modules-commonjs": "^6.10.3", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-register": "^6.9.0", "basic-auth": "~1.0.3", @@ -44,12 +44,12 @@ "http-errors": "^1.5.0", "image-size": "^0.5.0", "image-type": "^2.1.0", - "jspm": "^0.16.36", + "jspm": "^0.16.37", "kcors": "^1.2.1", "koa": "^1.2.0", "koa-bodyparser": "^2.2.0", "koa-compress": "~1.0.8", - "koa-csrf": "^2.4.0", + "koa-csrf": "^2.5.0", "koa-error": "^2.1.0", "koa-favicon": "~1.2.0", "koa-generic-session": "^1.10.2", @@ -67,7 +67,7 @@ "mongodb-promisified": "~1.0.3", "mz": "^2.4.0", "node-fetch": "^1.5.3", - "node-sass": "^3.7.0", + "node-sass": "^3.8.0", "node-uuid": "~1.4.3", "passwords": "^1.3.1", "raven": "^0.11.0", @@ -80,7 +80,7 @@ }, "devDependencies": { "babel-eslint": "^6.0.4", - "eslint": "^2.11.1", + "eslint": "^2.13.0", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.8.1", "istanbul": "^0.4.3", @@ -113,6 +113,7 @@ } }, "cacheDirectories": [ - "node_modules", "web/public/jspm_packages" + "node_modules", + "web/public/jspm_packages" ] }