Skip to content

Commit

Permalink
feat: add endpoints for last stage of account linking (#849)
Browse files Browse the repository at this point in the history
* feat: add endpoints for last stage of account linking

* chore: update comment

* chore: resolve audit vulnerabilities
  • Loading branch information
kleyow authored Jun 13, 2021
1 parent d093895 commit eff5c7f
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 96 deletions.
28 changes: 20 additions & 8 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
},
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1620636596190,
"expiresAt": 1623228560826
"madeAt": 1623606400566,
"expiresAt": 1626198161510
},
"1594|@mojaloop/central-services-health>@mojaloop/central-services-shared>axios": {
"decision": "ignore",
Expand Down Expand Up @@ -187,8 +187,8 @@
},
"1675|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1620636606023,
"expiresAt": 1623228560826
"madeAt": 1623606402052,
"expiresAt": 1626198161510
},
"1676|@mojaloop/central-services-health>@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
Expand All @@ -197,8 +197,8 @@
},
"1676|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1620636606023,
"expiresAt": 1623228560826
"madeAt": 1623606402052,
"expiresAt": 1626198161510
},
"1693|@mojaloop/central-services-health>@mojaloop/central-services-shared>shins>sanitize-html>postcss": {
"decision": "ignore",
Expand All @@ -207,8 +207,20 @@
},
"1693|@mojaloop/central-services-shared>shins>sanitize-html>postcss": {
"decision": "ignore",
"madeAt": 1621957953345,
"expiresAt": 1622562734399
"madeAt": 1623606403377,
"expiresAt": 1626198161510
},
"1751|require-glob>glob-parent": {
"decision": "fix",
"madeAt": 1623606347615
},
"1754|@mojaloop/central-services-shared>shins>cheerio>cheerio-select>css-select>css-what": {
"decision": "fix",
"madeAt": 1623606387347
},
"1754|@mojaloop/central-services-shared>shins>cheerio>cheerio-select>css-what": {
"decision": "fix",
"madeAt": 1623606387347
}
},
"rules": {},
Expand Down
128 changes: 41 additions & 87 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 @@ -119,7 +119,7 @@
"mongoose": "5.12.11",
"npm-run-all": "4.1.5",
"rc": "1.2.8",
"require-glob": "3.2.0",
"require-glob": "^4.0.0",
"uuid4": "2.0.2"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit eff5c7f

Please sign in to comment.