Skip to content

Commit cfdb731

Browse files
committed
chore: upgrade dependencies
1 parent ed17feb commit cfdb731

File tree

3 files changed

+90
-101
lines changed

3 files changed

+90
-101
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ module.exports = function markdownLinkCheck(markdown, opts, callback) {
6060
}, markdown);
6161
}
6262

63-
const linksCollection = _.uniq(markdownLinkExtractor(markdown));
63+
const { links } = markdownLinkExtractor(markdown);
64+
const linksCollection = _.uniq(links);
6465
const bar = (opts.showProgressBar) ?
6566
new ProgressBar('Checking... [:bar] :percent', {
6667
complete: '=',

package-lock.json

Lines changed: 83 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)