@commitlint/parse
Advanced tools
Comparing version 13.1.0 to 13.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28) | ||
### Bug Fixes | ||
* **parse:** enforce secure version of `conventional-commits-parser` ([#2776](https://github.com/conventional-changelog/commitlint/issues/2776)) ([a351801](https://github.com/conventional-changelog/commitlint/commit/a3518012ae11bc00a43a12b8ce935f3ffd2d04ef)) | ||
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@commitlint/parse", | ||
"version": "13.1.0", | ||
"version": "13.2.0", | ||
"description": "Lint your commit messages", | ||
@@ -37,11 +37,11 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/test": "^13.0.0", | ||
"@commitlint/utils": "^13.0.0" | ||
"@commitlint/test": "^13.2.0", | ||
"@commitlint/utils": "^13.2.0" | ||
}, | ||
"dependencies": { | ||
"@commitlint/types": "^13.1.0", | ||
"@commitlint/types": "^13.2.0", | ||
"conventional-changelog-angular": "^5.0.11", | ||
"conventional-commits-parser": "^3.0.0" | ||
"conventional-commits-parser": "^3.2.2" | ||
}, | ||
"gitHead": "dfbb8c5e9481a5075458acad2e4666fd6b98f9a7" | ||
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12164
0