Skip to content

Commit

Permalink
fix(mojaloop/#3459): fix regression in ui due to library (#15)
Browse files Browse the repository at this point in the history
* fix: fix regression in ui due to library

* chore: lock

* chore: audit
  • Loading branch information
kleyow authored Jan 4, 2024
1 parent d042470 commit 328302a
Show file tree
Hide file tree
Showing 4 changed files with 515 additions and 336 deletions.
5 changes: 3 additions & 2 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
reject: [
# Downgraded to 5.5.3 - Reason: removal of functional code in faker.js - https://github.com/advisories/GHSA-5w9c-rv96-fr7g
"faker"

"faker",
# json-schema-faker v0.5.0 - Reason: Introduces some url rendering issues and has huge changes between v0.5.0-rcv.46 and v0.5.0
"json-schema-faker"
]
5 changes: 3 additions & 2 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
"moderate": true,
"allowlist": [
"GHSA-c2qf-rxjj-qqgw" // https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
"GHSA-c2qf-rxjj-qqgw", // https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
"GHSA-67hx-6x53-jw92" // https://github.com/advisories/GHSA-67hx-6x53-jw92
]
}
}
Loading

0 comments on commit 328302a

Please sign in to comment.