From eb9c909939ec0b06c6dd044e832a57dfcd4cebe3 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Fri, 13 Oct 2017 10:49:56 +0300 Subject: [PATCH] Ignore mime vulnerability warning since it is only used in dev --- .nsprc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .nsprc diff --git a/.nsprc b/.nsprc new file mode 100644 index 00000000..fe9c0c05 --- /dev/null +++ b/.nsprc @@ -0,0 +1,6 @@ +{ + "exceptions": [ + // mime is only used in webpack-dev-server + "https://nodesecurity.io/advisories/535" + ] +}