Skip to content

Commit ef06893

Browse files
committed
fix: update dependencies
1 parent 5740c8d commit ef06893

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.eslintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ env:
44
extends: standard
55
rules:
66
no-unused-expressions: off
7+
node/no-deprecated-api: off
8+
standard/no-callback-literal: off

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"dependencies": {
4747
"bl": "1.2.0",
4848
"continuation-local-storage": "3.2.0",
49-
"debug": "2.6.3",
49+
"debug": "2.6.4",
5050
"https-proxy-agent": "1.0.0",
51-
"js-yaml": "3.8.2",
51+
"js-yaml": "3.8.3",
5252
"json-stringify-safe": "5.0.1",
5353
"lodash.assign": "4.2.0",
5454
"lodash.defaults": "4.2.0",
@@ -75,9 +75,11 @@
7575
"conventional-changelog": "^1.1.0",
7676
"deep-eql": "^2.0.1",
7777
"eslint": "^3.15.0",
78-
"eslint-config-standard": "^7.1.0",
78+
"eslint-config-standard": "^10.2.1",
79+
"eslint-plugin-import": "^2.2.0",
7980
"eslint-plugin-promise": "^3.4.1",
80-
"eslint-plugin-standard": "^2.0.1",
81+
"eslint-plugin-standard": "^3.0.1",
82+
"eslint-plugin-node": "^4.2.2",
8183
"istanbul": "^0.4.5",
8284
"lodash": "^4.17.4",
8385
"mocha": "^3.2.0",

0 commit comments

Comments
 (0)