Pin yarn-audit-html to 4.0.0 as latest version required node>=18

This commit is contained in:
Aditya Toshniwal 2023-04-25 14:08:46 +05:30
parent 05938fa6e1
commit f12d6336cf
2 changed files with 915 additions and 888 deletions

View File

@ -79,7 +79,7 @@
"webpack": "^5.76.3", "webpack": "^5.76.3",
"webpack-bundle-analyzer": "^4.8.0", "webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^4.5.0", "webpack-cli": "^4.5.0",
"yarn-audit-html": "^4.0.0" "yarn-audit-html": "4.0.0"
}, },
"dependencies": { "dependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-class-properties": "^7.10.4",
@ -191,5 +191,6 @@
"auditjs": "yarn audit --groups dependencies", "auditjs": "yarn audit --groups dependencies",
"auditpy": "safety check --full-report -i 51668 -i 52495", "auditpy": "safety check --full-report -i 51668 -i 52495",
"audit": "yarn run auditjs && yarn run auditpy" "audit": "yarn run auditjs && yarn run auditpy"
} },
"packageManager": "yarn@3.5.0"
} }

File diff suppressed because it is too large Load Diff