Skip to content

Commit

Permalink
feat(api): add thirdparty-sdk outbound API (#195)
Browse files Browse the repository at this point in the history
* feat: add thirdparty-sdk-outbound api

* chore: revert comment

* fix(vulns): remove unused dependency json-ref-lite since it has a critical alert
  • Loading branch information
lewisdaly authored Nov 3, 2021
1 parent 9d90b60 commit 435a689
Show file tree
Hide file tree
Showing 5 changed files with 2,371 additions and 388 deletions.
23 changes: 13 additions & 10 deletions audit-resolve.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
{
"decisions": {
"1002401|eslint>strip-ansi>ansi-regex": {
"decision": "postpone",
"madeAt": 1634580035486
"decision": "fix",
"madeAt": 1634795582393
},
"1002401|eslint>table>string-width>strip-ansi>ansi-regex": {
"decision": "postpone",
"madeAt": 1634580035486
"decision": "fix",
"madeAt": 1634795582393
},
"1002401|npm-audit-resolver>yargs-unparser>yargs>string-width>strip-ansi>ansi-regex": {
"decision": "postpone",
"madeAt": 1634580036474
"decision": "ignore",
"madeAt": 1634795592843,
"expiresAt": 1637387558487
},
"1002401|npm-audit-resolver>yargs-unparser>yargs>cliui>string-width>strip-ansi>ansi-regex": {
"decision": "postpone",
"madeAt": 1634580036474
"decision": "ignore",
"madeAt": 1634795592843,
"expiresAt": 1637387558487
},
"1002401|npm-audit-resolver>yargs-unparser>yargs>cliui>wrap-ansi>string-width>strip-ansi>ansi-regex": {
"decision": "postpone",
"madeAt": 1634580036474
"decision": "ignore",
"madeAt": 1634795592843,
"expiresAt": 1637387558487
},
"1002718|json-ref-lite>property-expr": {
"decision": "postpone",
Expand Down
Loading

0 comments on commit 435a689

Please sign in to comment.