Trying to fix security issues by pinning dependencies of ng-admin
This commit is contained in:
parent
cf890c21cb
commit
cfa784dfe2
2 changed files with 14 additions and 14 deletions
|
|
@ -103,6 +103,11 @@
|
|||
"typescript": "^4.7.4",
|
||||
"yarn-audit-fix": "^9.3.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"ng-admin/**/angular": "~1.8.3",
|
||||
"ng-admin/**/papaparse": "~5.3.2",
|
||||
"ng-admin/**/underscore": "~1.13.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue