flex-template-web/.auditrc
2019-06-10 11:09:38 +03:00

7 lines
277 B
Text

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",
];