From ae292856ed5119fdab9353d1aa7ffacbfeb2fcc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 11 Apr 2019 20:36:03 +0200 Subject: [PATCH] change audit-ci to critical --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cf42f971..db6aabc4c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "release": "yarn build:packages && yarn lint && yarn test && lerna publish", "lint": "eslint ./packages/**/src/**", "test": "jest", - "audit-ci": "audit-ci --high" + "audit-ci": "audit-ci --critical" }, "postcss": { "plugins": {