fix(deps): remove high severity vulnerability and add extra travis check on PRS

The only exception is `webpack-svgstore-plugin` that still points to some older package versions
with `low` severity vulnerabilities and apparently the repo is not active that [the actual fix](https://github.com/mrsum/webpack-svgstore-plugin/pull/172)
could be merged. Because of that I'm limiting the scope to just `high` severity issues.

Note: I decided to include `audit-ci` because `yarn` does not provide (yet) a way to filter
violations by severity level.

fix(deps): upgrade packages so that `yarn lint` works with the current babel-eslint
This commit is contained in:
Erick Wilder
2019-03-20 01:11:20 +01:00
parent 24f61e02be
commit 18ba26dd47
3 changed files with 1618 additions and 1891 deletions

View File

@@ -14,5 +14,6 @@ install:
- yarn build:packages
script:
- yarn audit-ci
- yarn lint
- yarn test