@secretlint/formatter
Advanced tools
Comparing version 5.0.1 to 5.1.0
{ | ||
"name": "@secretlint/formatter", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"description": "A formatter collection for Secretlint.", | ||
@@ -41,10 +41,10 @@ "homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/formatter/", | ||
"dependencies": { | ||
"@secretlint/types": "^5.0.1", | ||
"@textlint/linter-formatter": "^12.0.2", | ||
"@textlint/types": "^12.0.2", | ||
"chalk": "^4.1.1", | ||
"debug": "^4.1.1", | ||
"@secretlint/types": "^5.1.0", | ||
"@textlint/linter-formatter": "^12.1.1", | ||
"@textlint/types": "^12.1.1", | ||
"chalk": "^4.1.2", | ||
"debug": "^4.3.3", | ||
"pluralize": "^8.0.0", | ||
"strip-ansi": "^6.0.0", | ||
"table": "^6.7.1", | ||
"strip-ansi": "^6.0.1", | ||
"table": "^6.7.6", | ||
"terminal-link": "^2.1.1", | ||
@@ -54,7 +54,7 @@ "try-resolve": "^1.0.1" | ||
"devDependencies": { | ||
"@types/mocha": "^9.0.0", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^17.0.21", | ||
"@types/pluralize": "0.0.29", | ||
"escape-string-regexp": "^2.0.0", | ||
"mocha": "^9.0.1", | ||
"mocha": "^9.0.3", | ||
"prettier": "^2.3.1", | ||
@@ -72,3 +72,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "1111bbd9cdb0796c095ea3660f19ec8c8791e7cb" | ||
"gitHead": "28c22da1267274b454a25eaf21de740860b35053" | ||
} |
Updated@secretlint/types@^5.1.0
Updated@textlint/types@^12.1.1
Updatedchalk@^4.1.2
Updateddebug@^4.3.3
Updatedstrip-ansi@^6.0.1
Updatedtable@^6.7.6