From 9bbc124e02986c6de5b6ff6d8872ba366180e604 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Wed, 31 Aug 2016 22:47:51 -0400 Subject: [PATCH] Updated dependencies --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index b6279658..bfab6c68 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "auto-load": "^2.1.0", "bcryptjs-then": "^1.0.1", - "bluebird": "^3.4.1", + "bluebird": "^3.4.5", "body-parser": "^1.15.2", "bson": "^0.5.4", "cheerio": "^0.22.0", @@ -46,7 +46,7 @@ "express": "^4.14.0", "express-brute": "^1.0.0", "express-brute-loki": "^1.0.0", - "express-session": "^1.14.0", + "express-session": "^1.14.1", "express-validator": "^2.20.8", "farmhash": "^1.2.0", "fs-extra": "^0.30.0", @@ -59,9 +59,9 @@ "lodash": "^4.15.0", "lokijs": "^1.4.1", "markdown-it": "^7.0.1", - "markdown-it-abbr": "^1.0.3", + "markdown-it-abbr": "^1.0.4", "markdown-it-anchor": "^2.5.0", - "markdown-it-attrs": "^0.6.3", + "markdown-it-attrs": "^0.7.0", "markdown-it-emoji": "^1.2.0", "markdown-it-expand-tabs": "^1.0.11", "markdown-it-external-links": "0.0.5", @@ -72,7 +72,7 @@ "moment-timezone": "^0.5.5", "passport": "^0.3.2", "passport-local": "^1.0.0", - "pug": "^2.0.0-beta5", + "pug": "^2.0.0-beta6", "search-index": "^0.8.15", "serve-favicon": "^2.3.0", "simplemde": "^1.11.2", @@ -82,7 +82,7 @@ }, "devDependencies": { "ace-builds": "^1.2.5", - "babel-preset-es2015": "^6.13.2", + "babel-preset-es2015": "^6.14.0", "bulma": "^0.1.2", "chai": "^3.5.0", "chai-as-promised": "^5.3.0", @@ -107,9 +107,9 @@ "mocha": "^3.0.2", "mocha-lcov-reporter": "^1.2.0", "nodemon": "^1.10.2", - "twemoji-awesome": "^1.0.4", - "snyk": "^1.18.1", + "snyk": "^1.19.1", "sticky-js": "^1.0.5", + "twemoji-awesome": "^1.0.4", "vue": "^1.0.26" } }