updated deps & updated node for circleci and docker to 10.x. (8.x should technically still work)

This commit is contained in:
Danny Coates 2018-08-02 12:24:36 -07:00
parent a0edff1ead
commit e97b8ff42d
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 3724 additions and 4817 deletions

View file

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