Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump conventionalcommits to 4.3.1 #648

Closed
wants to merge 1 commit into from
Closed

fix(deps): bump conventionalcommits to 4.3.1 #648

wants to merge 1 commit into from

Conversation

McAllaster
Copy link

Update the conventional-changelog-conventionalcommits dependency to version 4.3.1 from 4.3.0 to address security vulnerabilities outlined in https://npmjs.com/advisories/1213, present in chain-dependency dot-prop which has since been fixed upstream.

Closes #642

Update the conventional-changelog-conventionalcommits dependency to
version 4.3.1 from 4.3.0 to address security vulnerabilities outlined in
https://npmjs.com/advisories/1213, present in chain-dependency
"dot-prop" which has since been fixed upstream.
@@ -38,7 +38,7 @@
"chalk": "^2.4.2",
"conventional-changelog": "3.1.21",
"conventional-changelog-config-spec": "2.1.0",
"conventional-changelog-conventionalcommits": "4.3.0",
"conventional-changelog-conventionalcommits": "4.3.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While we're at it, could these all be changed to ^ or at least ~ versions so that we don't have to wait for conventional-changelog releases to get simple patch fixes in our own repos?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would agree here, but I didn't want to make this pull request about a practice change, only a dependency update.

Seeing as this is addressed by #650 to a more up-to-date version, I closed this PR. However, I would encourage you to make an issue discussing the suggestion you've made here.

@McAllaster
Copy link
Author

Closing this in favor of #650

@McAllaster McAllaster closed this Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

High vulnerability in dot-prop dependency
2 participants