Override transitive dependency version to address security issue#249
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
|
Coverage Impact This PR will not change total coverage. 🚦 See full report on Qlty Cloud »🛟 Help
|
| "immutable@<=4.3.8": "^4.3.8", | ||
| "@tootallnate/once@<=3.0.1": "^3.0.1" | ||
| "@tootallnate/once@<=3.0.1": "^3.0.1", | ||
| "handlebars": "4.7.9" |
There was a problem hiding this comment.
This will hard-pin all transitive dependencies to that specific version. Is that intended? Or do we need to be slightly more specific about the conditions we want to force-update?
There was a problem hiding this comment.
You are right, It needed to be specific
Update handlebars dependency version constraint

Fixes
Checklist