From 6ceb807942ad5cc40025725d3eb0b153bfe1d235 Mon Sep 17 00:00:00 2001 From: Martii Date: Mon, 17 Aug 2015 09:58:19 -0600 Subject: [PATCH] Some dep updates * Mostly fixes and their dep updates * *sanitize-html* now has the ability to transform every element using a wildcard * *passport-steam* works with tested login * *octicons* has an update but hasn't been published to npmjs.com yet... holding off for a bit may revert to GH url --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f22658c1d..45ebd8b00 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "app", "dependencies": { "ace-builds": "git://github.com/ajaxorg/ace-builds#0982db4", - "async": "1.4.0", - "aws-sdk": "2.1.44", + "async": "1.4.2", + "aws-sdk": "2.1.45", "body-parser": "1.13.3", "bootstrap": "3.3.5", "bootstrap-markdown": "2.9.0", @@ -28,7 +28,7 @@ "marked": "0.3.5", "method-override": "2.3.5", "moment": "2.10.6", - "mongoose": "4.1.1", + "mongoose": "4.1.3", "morgan": "1.6.1", "mu2": "0.5.20", "octicons": "2.4.1", @@ -45,13 +45,13 @@ "passport-linkedin": "0.1.3", "passport-persona": "0.1.7", "passport-reddit": "0.2.4", - "passport-steam": "0.1.5", + "passport-steam": "0.1.6", "passport-tumblr": "0.1.2", "passport-twitter": "1.0.3", "passport-windowslive": "1.0.1", "passport-yahoo": "0.3.0", "request": "2.60.0", - "sanitize-html": "1.7.2", + "sanitize-html": "1.8.0", "select2": "3.5.2-browserify", "select2-bootstrap-css": "1.4.6", "serve-favicon": "2.3.0",