From c045a28f22608b6a12157886348495d3d9aca167 Mon Sep 17 00:00:00 2001 From: bmaupin Date: Sat, 18 Jan 2020 10:49:56 -0500 Subject: [PATCH] Add workaround for swagger-ui vulnerability https://github.com/strongloop/loopback-component-explorer/issues/263 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b212b30..93acf07 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "lint": "eslint . --ext .js --ext .json", "start": "node .", - "posttest": "npm run lint && npm audit", + "posttest": "npm run lint && npm audit --audit-level=high", "test": "jest --coverage" }, "dependencies": {