diff --git a/web/package.json b/web/package.json index 2d80c2e91..07af7ae5c 100644 --- a/web/package.json +++ b/web/package.json @@ -182,7 +182,7 @@ "pep8": "pycodestyle --config=../.pycodestyle ../docs && pycodestyle --config=../.pycodestyle ../pkg && pycodestyle --config=../.pycodestyle ../tools && pycodestyle --config=../.pycodestyle ../web", "auditjs-html": "yarn audit --json | yarn run yarn-audit-html --output ../auditjs.html", "auditjs": "yarn audit", - "auditpy": "safety check --full-report", + "auditpy": "safety check --full-report -i 40493", "audit": "yarn run auditjs && yarn run auditpy" } }