Skip to content

Commit

Permalink
chore: fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi committed Dec 17, 2024
1 parent a9f3bfd commit d20f4dd
Show file tree
Hide file tree
Showing 4 changed files with 1,339 additions and 1,002 deletions.
6 changes: 3 additions & 3 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Add a 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: [
"json-rules-engine",
"eslint",
"@mojaloop/sdk-standard-components", # Version 17.4.0 introduced the bug: this.logger.isDebugEnabled is not a function
"@mojaloop/central-services-shared" # This should be removed as soon as all validations on the fx feature has been completed and cs-shared fx feature merged to main
"eslint"
# "@mojaloop/sdk-standard-components" # Version 17.4.0 introduced the bug: this.logger.isDebugEnabled is not a function
# "@mojaloop/central-services-shared" # This should be removed as soon as all validations on the fx feature has been completed and cs-shared fx feature merged to main
]
3 changes: 2 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"GHSA-c429-5p7v-vgjp", // https://github.com/advisories/GHSA-c429-5p7v-vgjp
"GHSA-8hc4-vh64-cxmj", // https://github.com/advisories/GHSA-8hc4-vh64-cxmj
"GHSA-952p-6rrq-rcjv", // https://github.com/advisories/GHSA-952p-6rrq-rcjv
"GHSA-pppg-cpfq-h7wr" // https://github.com/advisories/GHSA-pppg-cpfq-h7wr Patch not released yet
"GHSA-pppg-cpfq-h7wr", // https://github.com/advisories/GHSA-pppg-cpfq-h7wr Patch not released yet
"GHSA-3xgq-45jj-v275" // https://github.com/advisories/GHSA-3xgq-45jj-v275
]
}
Loading

0 comments on commit d20f4dd

Please sign in to comment.