Skip to content

Commit

Permalink
feat(mojaloop/#2608): injected resource versions config for outbound …
Browse files Browse the repository at this point in the history
…requests (#70)

PR for the following issue: mojaloop/project#2608
- updated central-services-shared which includes fixes for this issue for 'Util.Request.sendRequest()' function
- added protocolVersions config injection where @mojaloop/central-services-shared.Util.Request.sendRequest() is used
- enhanced unit tests to validate injected configuration via protocolVersions
- code cleanup
- updated dependencies
- fixed audit-resolve issues
- fixed lint issue
  • Loading branch information
mdebarros authored Dec 14, 2021
1 parent 7da3808 commit a2c6a91
Show file tree
Hide file tree
Showing 7 changed files with 392 additions and 158 deletions.
45 changes: 45 additions & 0 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,51 @@
"decision": "ignore",
"madeAt": 1637589677180,
"expiresAt": 1640181661032
},
"1004854|00unidentified>widdershins>openapi-sampler>json-pointer": {
"decision": "ignore",
"madeAt": 1639410956570,
"expiresAt": 1642002950610
},
"1004869|00unidentified>widdershins>swagger2openapi>better-ajv-errors>jsonpointer": {
"decision": "ignore",
"madeAt": 1639410958244,
"expiresAt": 1642002950610
},
"1004869|00unidentified>widdershins>swagger2openapi>oas-validator>better-ajv-errors>jsonpointer": {
"decision": "ignore",
"madeAt": 1639410958244,
"expiresAt": 1642002950610
},
"1004946|00unidentified>widdershins>yargs>string-width>strip-ansi>ansi-regex": {
"decision": "ignore",
"madeAt": 1639410959434,
"expiresAt": 1642002950610
},
"1004946|00unidentified>widdershins>yargs>cliui>string-width>strip-ansi>ansi-regex": {
"decision": "ignore",
"madeAt": 1639410959434,
"expiresAt": 1642002950610
},
"1005383|00unidentified>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1639410960733,
"expiresAt": 1642002950610
},
"1005384|00unidentified>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1639410960733,
"expiresAt": 1642002950610
},
"1005534|00unidentified>widdershins>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1639410962012,
"expiresAt": 1642002950610
},
"1006767|hapi-swagger>swagger-ui-dist": {
"decision": "ignore",
"madeAt": 1639410963305,
"expiresAt": 1642002950610
}
},
"rules": {},
Expand Down
Loading

0 comments on commit a2c6a91

Please sign in to comment.