Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas committed Apr 21, 2017
1 parent 5740c8d commit ef06893
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ env:
extends: standard
rules:
no-unused-expressions: off
node/no-deprecated-api: off
standard/no-callback-literal: off
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"dependencies": {
"bl": "1.2.0",
"continuation-local-storage": "3.2.0",
"debug": "2.6.3",
"debug": "2.6.4",
"https-proxy-agent": "1.0.0",
"js-yaml": "3.8.2",
"js-yaml": "3.8.3",
"json-stringify-safe": "5.0.1",
"lodash.assign": "4.2.0",
"lodash.defaults": "4.2.0",
Expand All @@ -75,9 +75,11 @@
"conventional-changelog": "^1.1.0",
"deep-eql": "^2.0.1",
"eslint": "^3.15.0",
"eslint-config-standard": "^7.1.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-node": "^4.2.2",
"istanbul": "^0.4.5",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
Expand Down

0 comments on commit ef06893

Please sign in to comment.