updated deps

This commit is contained in:
Danny Coates 2018-11-02 15:42:25 -07:00
parent 0cf95b30c0
commit 77a5a377e3
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 482 additions and 291 deletions

View file

@ -16,6 +16,7 @@ root: true
rules:
node/no-deprecated-api: off
node/no-unsupported-features/es-syntax: off
node/no-unsupported-features/node-builtins: off
node/no-unpublished-require: off
security/detect-non-literal-fs-filename: off