Skip to content

Commit

Permalink
chore: bump deps for date validation
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Jan 20, 2025
1 parent 9eccf36 commit 2f0a204
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 7 deletions.
61 changes: 56 additions & 5 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 @@ -114,7 +114,7 @@
"@mojaloop/central-services-health": "15.0.1",
"@mojaloop/central-services-logger": "11.5.2",
"@mojaloop/central-services-metrics": "12.4.3",
"@mojaloop/central-services-shared": "18.15.1",
"@mojaloop/central-services-shared": "18.15.2",
"@mojaloop/central-services-stream": "11.4.2",
"@mojaloop/event-sdk": "14.1.2",
"@mojaloop/inter-scheme-proxy-cache-lib": "2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion test/mocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ const headersDto = ({
} = {}) => Object.freeze({
accept: interoperabilityHeaderDto(resource, version, isIsoApi),
'content-type': interoperabilityHeaderDto(resource, version, isIsoApi),
date: new Date().toISOString(),
date: new Date().toUTCString(),
'fspiop-source': source,
'fspiop-destination': destination
})
Expand Down

0 comments on commit 2f0a204

Please sign in to comment.