Ignore mime vulnerability warning since it is only used in dev

This commit is contained in:
Kimmo Puputti 2017-10-13 10:49:56 +03:00
parent fb0480f7ca
commit eb9c909939

6
.nsprc Normal file
View file

@ -0,0 +1,6 @@
{
"exceptions": [
// mime is only used in webpack-dev-server
"https://nodesecurity.io/advisories/535"
]
}