momocow / semantic-release-gitmoji

✨🐛💥 A semantic-release plugin for gitmojis. Different from conventional changelog, Gitmoji commits are used to determine a release type and generate release notes.
MIT License
90 stars 20 forks source link

:lock: Upgrade ava, gitmoji-cli, and git-url-parse #45

Closed aaditmshah closed 2 years ago

aaditmshah commented 2 years ago

Running npm audit revealed several vulnerabilities, which I fixed using npm audit fix --force. The ava, gitmoji-cli, and git-url-parse packages had a major version upgrade. The ava and gitmoji-cli packages are dev dependencies. I ensured that both of them are working as expected. The git-url-parse package is a normal dependency. It's used to get the owner, repository name, and remote of the git repository. I ensured that the tests are passing but I didn't manually verify that the code is working as expected.

inazuma-bot commented 2 years ago

:tada: This PR is included in version 1.4.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: