-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mojaloop/#3474): correct caching TTL and upgrade library (#966)
* fix: correct caching TTL and upgrade library * fix: update tests for catbox-memory lib upgrade * fix: upgrade package-lock.json file * fix: upgrade package-lock.json file * Update package.json --------- Co-authored-by: Kevin Leyow <[email protected]>
- Loading branch information
1 parent
bdf54ef
commit b24497e
Showing
4 changed files
with
25 additions
and
36 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,8 @@ | |
"Sam Kummary <[email protected]>", | ||
"Shashikant Hirugade <[email protected]>", | ||
"Steven Oderayi <[email protected]>", | ||
"Valentin Genev <[email protected]>" | ||
"Valentin Genev <[email protected]>", | ||
"Aaron Reynoza <[email protected]>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
|
@@ -80,6 +81,7 @@ | |
"@hapi/inert": "7.1.0", | ||
"@hapi/joi": "17.1.1", | ||
"@hapi/vision": "7.0.3", | ||
"@hapi/catbox-memory": "6.0.1", | ||
"@mojaloop/central-services-database": "10.7.0", | ||
"@mojaloop/central-services-error-handling": "12.0.7", | ||
"@mojaloop/central-services-health": "14.0.2", | ||
|
@@ -95,7 +97,6 @@ | |
"ajv-keywords": "5.1.0", | ||
"base64url": "3.0.1", | ||
"blipp": "4.0.2", | ||
"catbox-memory": "4.0.1", | ||
"commander": "11.0.0", | ||
"cron": "2.4.3", | ||
"decimal.js": "10.4.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters