markdown-link-check
Advanced tools
Comparing version 3.10.2 to 3.10.3
{ | ||
"name": "markdown-link-check", | ||
"version": "3.10.2", | ||
"version": "3.10.3", | ||
"description": "checks the all of the hyperlinks in a markdown text to determine if they are alive or dead", | ||
@@ -36,8 +36,8 @@ "bin": { | ||
"dependencies": { | ||
"async": "^3.2.3", | ||
"async": "^3.2.4", | ||
"chalk": "^4.1.2", | ||
"commander": "^6.2.0", | ||
"link-check": "^5.1.0", | ||
"link-check": "^5.2.0", | ||
"lodash": "^4.17.21", | ||
"markdown-link-extractor": "^3.0.2", | ||
"markdown-link-extractor": "^3.1.0", | ||
"needle": "^3.1.0", | ||
@@ -49,3 +49,3 @@ "progress": "^2.0.3" | ||
"mocha": "^10.0.0", | ||
"jshint": "^2.13.4", | ||
"jshint": "^2.13.5", | ||
"express": "^4.18.1" | ||
@@ -52,0 +52,0 @@ }, |
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
Updatedasync@^3.2.4
Updatedlink-check@^5.2.0