@secretlint/core
Advanced tools
Comparing version 5.0.1 to 5.1.0
{ | ||
"name": "@secretlint/core", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"description": "Core library for @secretlint.", | ||
@@ -43,13 +43,13 @@ "keywords": [ | ||
"dependencies": { | ||
"@secretlint/profiler": "^5.0.1", | ||
"@secretlint/types": "^5.0.1", | ||
"debug": "^4.1.1", | ||
"@secretlint/profiler": "^5.1.0", | ||
"@secretlint/types": "^5.1.0", | ||
"debug": "^4.3.3", | ||
"structured-source": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^9.0.0", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^17.0.21", | ||
"@types/structured-source": "^3.0.0", | ||
"assert-json-equal": "^1.0.1", | ||
"mocha": "^9.0.1", | ||
"mocha": "^9.0.3", | ||
"prettier": "^2.3.1", | ||
@@ -67,3 +67,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "1111bbd9cdb0796c095ea3660f19ec8c8791e7cb" | ||
"gitHead": "28c22da1267274b454a25eaf21de740860b35053" | ||
} |
Updated@secretlint/profiler@^5.1.0
Updated@secretlint/types@^5.1.0
Updateddebug@^4.3.3