From 0461086581388b59aa24020fd058b8c3356e16d9 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Thu, 14 Mar 2019 11:42:39 +0000 Subject: [PATCH] Turn off npm default auditing We have decide to avoid showing users of the prototype kit audit messages. This is because a lot of the low level issues are not easy to fix, and will cause unnecessary worry. We will prioritise the security alerts we recieve from GitHub's monitoring. See https://github.com/alphagov/govuk-prototype-kit/issues/699 for the full discussion. --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 43c97e719a..319a9cb260 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ package-lock=false +audit=false \ No newline at end of file