Fixed JS audit issues wherever possible and ignores devDependencies from packages.json

This commit is contained in:
Aditya Toshniwal 2021-10-21 15:08:24 +05:30 committed by Akshay Joshi
parent d28e249673
commit 1d8810775c
2 changed files with 488 additions and 998 deletions

View File

@ -66,7 +66,7 @@
"svgo-loader": "^2.2.0",
"terser-webpack-plugin": "^5.1.1",
"typescript": "^3.2.2",
"webfonts-loader": "^7.1.1",
"webfonts-loader": "^7.3.0",
"webpack": "^5.21.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
@ -181,7 +181,7 @@
"test": "yarn run test:karma-once && yarn run bundle && python regression/runtests.py",
"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",
"auditjs": "yarn audit --groups dependencies",
"auditpy": "safety check --full-report -i 40493",
"audit": "yarn run auditjs && yarn run auditpy"
}

File diff suppressed because it is too large Load Diff