Skip to content

Commit

Permalink
fix(mojaloop/3076): break on error functionality (mojaloop#156)
Browse files Browse the repository at this point in the history
* fix: break on error functionality

* chore: updated dependencies

* chore: fixed audit issues

* chore: fixed lint issues

* fix: react build issue

* chore: added audit exception
  • Loading branch information
vijayg10 committed Jan 5, 2023
1 parent 2bf0440 commit 82e8310
Show file tree
Hide file tree
Showing 6 changed files with 496 additions and 391 deletions.
4 changes: 3 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"GHSA-f8q6-p94x-37v3",
// The following are the react dev utils which can not be updated at the moment
"GHSA-76p3-8jx3-jpfq",
"GHSA-3rfm-jhwj-7488"
"GHSA-3rfm-jhwj-7488",
// json5. Unable to fix using npm audit fix which is updating mermaid causing build issues
"GHSA-9c47-m6qq-7p4h"
]
}
Loading

0 comments on commit 82e8310

Please sign in to comment.