@secretlint/core
Advanced tools
Comparing version 5.2.4 to 5.3.0
{ | ||
"name": "@secretlint/core", | ||
"version": "5.2.4", | ||
"version": "5.3.0", | ||
"description": "Core library for @secretlint.", | ||
@@ -43,4 +43,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@secretlint/profiler": "^5.2.4", | ||
"@secretlint/types": "^5.2.4", | ||
"@secretlint/profiler": "^5.3.0", | ||
"@secretlint/types": "^5.3.0", | ||
"debug": "^4.3.4", | ||
@@ -51,6 +51,6 @@ "structured-source": "^3.0.2" | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.0.0", | ||
"@types/node": "^18.11.3", | ||
"@types/structured-source": "^3.0.0", | ||
"assert-json-equal": "^1.0.1", | ||
"mocha": "^10.0.0", | ||
"mocha": "^10.1.0", | ||
"prettier": "^2.7.1", | ||
@@ -68,3 +68,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "5b67058d70acd3f10ccf5686222caa2bf4961517" | ||
"gitHead": "7df8da9e3b25593fe47a4f190fe073623a4b94c1" | ||
} |
101588
Updated@secretlint/profiler@^5.3.0
Updated@secretlint/types@^5.3.0