mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 15:43:47 -06:00
Pin yarn-audit-html to 4.0.0 as latest version required node>=18
This commit is contained in:
parent
05938fa6e1
commit
f12d6336cf
@ -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"
|
||||||
}
|
}
|
||||||
|
1798
web/yarn.lock
1798
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user