From a45b1e4a64343326da450c6113415ce4bcb1d334 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2019 20:38:40 +0000 Subject: [PATCH] Bump parse-commit-message from 4.0.0 to 4.1.3 Bumps [parse-commit-message](https://github.com/tunnckoCoreLabs/parse-commit-message) from 4.0.0 to 4.1.3. - [Release notes](https://github.com/tunnckoCoreLabs/parse-commit-message/releases) - [Commits](https://github.com/tunnckoCoreLabs/parse-commit-message/commits) Signed-off-by: dependabot-preview[bot] --- plugins/conventional-commits/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/conventional-commits/package.json b/plugins/conventional-commits/package.json index 8c69e430de..5ec9f9e2c2 100644 --- a/plugins/conventional-commits/package.json +++ b/plugins/conventional-commits/package.json @@ -37,6 +37,6 @@ }, "dependencies": { "@auto-it/core": "^7.2.2", - "parse-commit-message": "4.0.0" + "parse-commit-message": "4.1.3" } } diff --git a/yarn.lock b/yarn.lock index d1f21d70c4..8c0cc8673a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10419,10 +10419,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"