Skip to content

Commit

Permalink
⬆️Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
indeyets committed Mar 2, 2018
1 parent aadfa71 commit 7024b5b
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 185 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -27,13 +27,13 @@
"url": "git://github.com/FreeFeed/freefeed-server.git"
},
"dependencies": {
"ajv": "~6.1.1",
"ajv": "~6.2.0",
"await-lock": "1.1.2",
"aws-sdk": "~2.197.0",
"aws-sdk": "~2.205.0",
"babel-cli": "6.26.0",
"bcrypt": "1.0.3",
"bluebird": "~3.5.1",
"cache-manager": "~2.7.0",
"cache-manager": "~2.8.0",
"cache-manager-redis": "0.5.0",
"console-stamp": "~0.2.6",
"debug": "3.1.0",
Expand All @@ -44,7 +44,7 @@
"gm": "~1.23.1",
"grapheme-breaker": "0.3.2",
"jsonwebtoken": "~8.1.0",
"knex": "~0.14.2",
"knex": "~0.14.4",
"koa": "~2.5.0",
"koa-body": "2.5.0",
"koa-methodoverride": "2.0.0",
Expand All @@ -55,12 +55,12 @@
"koa-static": "~4.0.2",
"lodash": "~4.17.5",
"mime-types": "~2.1.18",
"mmmagic": "~0.4.6",
"mmmagic": "~0.5.0",
"moment": "~2.20.1",
"monitor-dog": "1.5.0",
"musicmetadata": "2.0.5",
"mv": "2.1.1",
"newrelic": "~2.7.1",
"newrelic": "~2.9.0",
"node-cache": "4.1.1",
"node-fetch": "~2.0.0",
"nodemailer": "1.11.0",
Expand All @@ -71,7 +71,7 @@
"pg-format": "1.0.4",
"probe-image-size": "~3.2.0",
"promise-streams": "~2.1.1",
"raven": "~2.4.1",
"raven": "~2.4.2",
"read-chunk": "~2.1.0",
"redis": "~2.8.0",
"socket.io": "~2.0.4",
Expand All @@ -82,7 +82,7 @@
"validator": "~9.4.1"
},
"devDependencies": {
"babel-eslint": "~8.2.1",
"babel-eslint": "~8.2.2",
"babel-plugin-syntax-class-properties": "6.13.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-syntax-object-rest-spread": "6.13.0",
Expand All @@ -97,9 +97,9 @@
"chai": "3.5.0",
"chai-fs": "~1.0.0",
"cross-env": "~5.1.3",
"eslint": "~4.18.0",
"eslint": "~4.18.1",
"eslint-plugin-babel": "~4.1.2",
"eslint-plugin-import": "~2.8.0",
"eslint-plugin-import": "~2.9.0",
"eslint-plugin-lodash": "~2.6.1",
"eslint-plugin-promise": "~3.6.0",
"eslint-plugin-you-dont-need-lodash-underscore": "~6.3.1",
Expand Down

0 comments on commit 7024b5b

Please sign in to comment.