We are facing critical vulnerability in minimist which is added as transitive dependency.
+-- ember-cli@3.24.0
| +-- bower-config@1.4.3
| | `-- minimist@0.2.1
We tried to resolve this using couple of methods recommended on multiple forums but still no luck. Any pointers will help.
Method 1 Resolutions
Changes in package.json file
"scripts": {
"preinstall": "npx npm-force-resolutions"
}
"resolutions": {
"minimist": "1.2.6"
}
Method 2 Overrides
"overrides": {
"ember-cli": {
"bower-config": {
"minimist": "1.2.6"
}
}
}
NPM Version 8.1.2