forked from ueberdosis/tiptap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): remove high severity vulnerability and add extra travis ch…
…eck 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](mrsum/webpack-svgstore-plugin#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.
- Loading branch information
1 parent
93ceec1
commit 4e0edc9
Showing
3 changed files
with
646 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,6 @@ install: | |
- yarn build:packages | ||
|
||
script: | ||
- yarn audit-ci | ||
- yarn lint | ||
- yarn test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.