diff --git a/.auditrc b/.auditrc index c37bf8c1..3fa278e1 100644 --- a/.auditrc +++ b/.auditrc @@ -2,6 +2,4 @@ exports.exceptions = [ // Add exceptions to audit script: // // Severity: low, lodash (< 4.17.5), used heavily in our CRA fork // "https://npmjs.com/advisories/577", - // Temporarily skip warning about axios until SDK is updated - "https://npmjs.com/advisories/880", ];