diff --git a/package.json b/package.json index 2d6c34d..782dd2f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@babel/core": "7.15.8", "@babel/helper-compilation-targets": "^7.15.4", "@semantic-release/changelog": "6.0.0", - "@semantic-release/commit-analyzer": "9.0.1", + "@semantic-release/commit-analyzer": "9.0.2", "@semantic-release/git": "10.0.0", "@semantic-release/npm": "8.0.2", "@semantic-release/release-notes-generator": "10.0.2", diff --git a/yarn.lock b/yarn.lock index 7e7e48c..6c42185 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1709,7 +1709,20 @@ fs-extra "^9.0.0" lodash "^4.17.4" -"@semantic-release/commit-analyzer@9.0.1", "@semantic-release/commit-analyzer@^9.0.0": +"@semantic-release/commit-analyzer@9.0.2": + version "9.0.2" + resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz#a78e54f9834193b55f1073fa6258eecc9a545e03" + integrity sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g== + dependencies: + conventional-changelog-angular "^5.0.0" + conventional-commits-filter "^2.0.0" + conventional-commits-parser "^3.2.3" + debug "^4.0.0" + import-from "^4.0.0" + lodash "^4.17.4" + micromatch "^4.0.2" + +"@semantic-release/commit-analyzer@^9.0.0": version "9.0.1" resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.1.tgz#e9b75a966898cae36493c7eb8158135eb302e270" integrity sha512-ncNsnrLmiykhgNZUXNvhhAjNN0me7VGIb0X5hu3ogyi5DDPapjGAHdEffO5vi+HX1BFWLRD/Ximx5PjGAKjAqQ== @@ -5027,6 +5040,18 @@ conventional-commits-parser@^3.0.0, conventional-commits-parser@^3.0.7: split2 "^3.0.0" through2 "^4.0.0" +conventional-commits-parser@^3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.2.3.tgz#fc43704698239451e3ef35fd1d8ed644f46bd86e" + integrity sha512-YyRDR7On9H07ICFpRm/igcdjIqebXbvf4Cff+Pf0BrBys1i1EOzx9iFXNlAbdrLAR8jf7bkUYkDAr8pEy0q4Pw== + dependencies: + JSONStream "^1.0.4" + is-text-path "^1.0.1" + lodash "^4.17.15" + meow "^8.0.0" + split2 "^3.0.0" + through2 "^4.0.0" + convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: version "1.8.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"