diff --git a/plugins/conventional-commits/package.json b/plugins/conventional-commits/package.json index 399d9f025..e5588d6ed 100644 --- a/plugins/conventional-commits/package.json +++ b/plugins/conventional-commits/package.json @@ -37,6 +37,6 @@ }, "dependencies": { "@auto-it/core": "^7.2.3", - "parse-commit-message": "4.0.0" + "parse-commit-message": "4.1.3" } } diff --git a/yarn.lock b/yarn.lock index 09e28ad89..e7e0e5c97 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10951,10 +10951,10 @@ parse-bmfont-xml@^1.1.4: xml-parse-from-string "^1.0.0" xml2js "^0.4.5" -parse-commit-message@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/parse-commit-message/-/parse-commit-message-4.0.0.tgz#e24d53231c720224a96086ac33c8e9e0a3dae557" - integrity sha512-i06BJjUoGvIGJaiaLKW4WEM9V8+b98dLxxXCmK5mM2egKMnP29kTlweW2uMnwVJjG0v0W7kPGt/K4sSZVlLmvA== +parse-commit-message@4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/parse-commit-message/-/parse-commit-message-4.1.3.tgz#2f8722da80b3edad7e7b75c2b795873be237fb41" + integrity sha512-ml8F9ZzMYkLa/lvq8dBnO7TX2pJoV+JEZhZVLuILoNCnfa8jrvmogvNruvEJoVbNMzus81tvFV09BZhAkOfuEg== parse-github-repo-url@^1.3.0: version "1.4.1"