From 10c273962990b1f5b53d0bce7fabb0722f3258f9 Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Mon, 10 Jun 2019 11:02:45 +0300 Subject: [PATCH] Temporarily skip audit warning about axios --- .auditrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.auditrc b/.auditrc index 3fa278e1..c37bf8c1 100644 --- a/.auditrc +++ b/.auditrc @@ -2,4 +2,6 @@ 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", ];