Skip to content

Commit

Permalink
chore: added @hapi/joi as it has been requested by some modules (#51)
Browse files Browse the repository at this point in the history
* added @hapi/joi as it has been requested by some modules

* ignoring a vulnerability in yargs-parser for a month
  • Loading branch information
vgenev authored Feb 10, 2021
1 parent 5ade269 commit 803f334
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 15 deletions.
10 changes: 6 additions & 4 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"madeAt": 1612803574271
},
"1500|@mojaloop/central-services-health>@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "postpone",
"madeAt": 1612804127571
"decision": "ignore",
"madeAt": 1612952175865,
"expiresAt": 1615544166409
},
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "postpone",
"madeAt": 1612804127571
"decision": "ignore",
"madeAt": 1612952175865,
"expiresAt": 1615544166409
}
},
"rules": {},
Expand Down
67 changes: 59 additions & 8 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/bulk-api-adapter",
"version": "11.1.1",
"version": "11.1.2",
"description": "Mojaloop Bulk API Adapter",
"license": "Apache-2.0",
"author": "ModusBox",
Expand All @@ -22,13 +22,14 @@
"@hapi/good": "9.0.1",
"@hapi/hapi": "20.1.0",
"@hapi/inert": "6.0.3",
"@hapi/joi": "17.1.1",
"@hapi/vision": "6.0.1",
"@mojaloop/central-object-store": "11.0.2-snapshot",
"@mojaloop/central-services-error-handling": "11.0.0",
"@mojaloop/central-services-error-handling": "11.1.0",
"@mojaloop/central-services-health": "11.0.0",
"@mojaloop/central-services-logger": "10.6.0",
"@mojaloop/central-services-metrics": "9.5.0",
"@mojaloop/central-services-shared": "^11.5.5",
"@mojaloop/central-services-shared": "11.5.5",
"@mojaloop/central-services-stream": "10.6.0",
"@mojaloop/event-sdk": "10.6.0",
"@now-ims/hapi-now-auth": "2.0.2",
Expand Down

0 comments on commit 803f334

Please sign in to comment.