Trying to fix security issues by pinning dependencies of ng-admin

This commit is contained in:
baldo 2022-07-21 13:48:07 +02:00
commit cfa784dfe2
2 changed files with 14 additions and 14 deletions

View file

@ -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"
}