Skip to content

Commit

Permalink
update link-check dependency
Browse files Browse the repository at this point in the history
fixes tcort#114
  • Loading branch information
NicolasMassart committed Oct 8, 2020
1 parent 2e6ae33 commit 0257d1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"async": "^3.2.0",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"link-check": "^4.5.1",
"markdown-link-extractor": "^1.2.6",
"request": "^2.88.2",
"link-check": "^4.5.2",
"lodash": "^4.17.20",
"progress": "^2.0.3"
"markdown-link-extractor": "^1.2.6",
"progress": "^2.0.3",
"request": "^2.88.2"
},
"devDependencies": {
"expect.js": "^0.3.1",
Expand Down

0 comments on commit 0257d1a

Please sign in to comment.