Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi committed Feb 27, 2025
1 parent f9d13ee commit cdb6d8d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 63 deletions.
3 changes: 1 addition & 2 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ reject: [
# Issue is tracked here: https://github.com/mojaloop/project/issues/3616
"get-port",
# glob >= 11 requires node >= 20
"glob",
"@mojaloop/central-services-shared" # we need to use snapshot for now until pending cs-shared PR is merged
"glob"
]
65 changes: 6 additions & 59 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@mojaloop/central-services-health": "15.0.4",
"@mojaloop/central-services-logger": "11.5.5",
"@mojaloop/central-services-metrics": "12.4.5",
"@mojaloop/central-services-shared": "18.19.0-snapshot.4",
"@mojaloop/central-services-shared": "18.20.0",
"@mojaloop/central-services-stream": "11.5.1",
"@mojaloop/event-sdk": "14.1.5",
"@mojaloop/ml-schema-transformer-lib": "2.5.4",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/api/transfers/handler.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ Test('transfer handler', handlerTest => {
sandbox.assert.calledTwice(spanSpy)
sandbox.assert.calledWith(spanSpy, {
serviceName: QueryTags.serviceName.mlApiAdapterService,
auditType: QueryTags.auditType.transactionFlow, // Is this the appropriate auditType for getTransferById?
auditType: QueryTags.auditType.transactionFlow,
contentType: QueryTags.contentType.httpRequest,
operation: QueryTags.operation.getTransferByID,
httpMethod: 'get',
Expand Down

0 comments on commit cdb6d8d

Please sign in to comment.