Skip to content

Commit

Permalink
fix(mojaloop/#3615): upgrade dependencies (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi authored Nov 6, 2023
1 parent f2c243a commit ef69daf
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 49 deletions.
10 changes: 7 additions & 3 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 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: [
# TODO: Tests fail when tape is upgraded.
# Tests fail when tape is upgraded.
# Issue is tracked here: https://github.com/mojaloop/project/issues/3616
"tape",
# TODO: New versions from 2.2.0 onwards introduce a newer incompatible version of the ILP-Packet that is not compatible with the Mojaloop Specification
"ilp-packet",
# TODO: v6+ (ref: https://github.com/sindresorhus/get-port/releases/tag/v6.0.0) is an ESM library and thus not compatible with CommonJS. Future story needed to resolve.
"get-port"
# v6+ (ref: https://github.com/sindresorhus/get-port/releases/tag/v6.0.0) is an ESM library and thus not compatible with CommonJS. Future story needed to resolve.
"get-port",
# sinon v17.0.1 causes 58 tests to fail. This will need to be resolved in a future story.
# Issue is tracked here: https://github.com/mojaloop/project/issues/3616
"sinon"
]
128 changes: 85 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-ledger",
"version": "17.3.1",
"version": "17.3.2-snapshot.0",
"description": "Central ledger hosted by a scheme to record and settle transfers",
"license": "Apache-2.0",
"author": "ModusBox",
Expand Down Expand Up @@ -90,9 +90,9 @@
"@mojaloop/central-services-health": "14.0.2",
"@mojaloop/central-services-logger": "11.2.2",
"@mojaloop/central-services-metrics": "12.0.8",
"@mojaloop/central-services-shared": "18.1.2",
"@mojaloop/central-services-shared": "18.1.3",
"@mojaloop/central-services-stream": "11.2.0",
"@mojaloop/event-sdk": "13.0.0",
"@mojaloop/event-sdk": "14.0.0",
"@mojaloop/ml-number": "11.2.3",
"@mojaloop/object-store-lib": "12.0.2",
"@now-ims/hapi-now-auth": "2.1.0",
Expand Down

0 comments on commit ef69daf

Please sign in to comment.