Open
Description
I notice that the dependencies for standard-version
are all fixed (no ^
or ~
for example). This makes it impossible to get the version bump in conventional-changelog
, which fixes a CVE.
Could the standard-version
dependencies be updated to use something like ^
so that upgrades and de-duplication of transitive dependencies is possible? If you object to this approach, could we at least get a new release of standard-version
with conventional-changelog
version bumped?