@commitlint/read
Advanced tools
+5
-5
| { | ||
| "name": "@commitlint/read", | ||
| "type": "module", | ||
| "version": "20.4.0", | ||
| "version": "20.4.3", | ||
| "description": "Read commit messages from a specified range or last edit", | ||
@@ -39,3 +39,3 @@ "main": "lib/read.js", | ||
| "devDependencies": { | ||
| "@commitlint/test": "^20.4.0", | ||
| "@commitlint/test": "^20.4.3", | ||
| "@commitlint/utils": "^20.0.0", | ||
@@ -46,4 +46,4 @@ "@types/git-raw-commits": "^2.0.3", | ||
| "dependencies": { | ||
| "@commitlint/top-level": "^20.4.0", | ||
| "@commitlint/types": "^20.4.0", | ||
| "@commitlint/top-level": "^20.4.3", | ||
| "@commitlint/types": "^20.4.3", | ||
| "git-raw-commits": "^4.0.0", | ||
@@ -53,3 +53,3 @@ "minimist": "^1.2.8", | ||
| }, | ||
| "gitHead": "c68de5e24b010e38eac171f35ba18d31bb1fd3dd" | ||
| "gitHead": "a7469817974796a6e89f55911bb66b7bffa44099" | ||
| } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Updated