updated deps

This commit is contained in:
Danny Coates 2019-10-03 23:32:49 -07:00
parent 2b7504e969
commit 63348fd36a
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 516 additions and 293 deletions

View file

@ -19,6 +19,7 @@ rules:
node/no-unsupported-features/es-syntax: off
node/no-unsupported-features/node-builtins: off
node/no-unpublished-require: off
node/no-unpublished-import: off
security/detect-non-literal-fs-filename: off
security/detect-object-injection: off