Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 26, 2021
1 parent c2ffaa8 commit 0fb2196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# html-urls

![Last version](https://img.shields.io/github/tag/Kikobeats/html-urls.svg?style=flat-square)
[![Build Status](https://img.shields.io/travis/Kikobeats/html-urls/master.svg?style=flat-square)](https://travis-ci.org/Kikobeats/html-urls)
[![Coverage Status](https://img.shields.io/coveralls/Kikobeats/html-urls.svg?style=flat-square)](https://coveralls.io/github/Kikobeats/html-urls)
[![Dependency status](https://img.shields.io/david/Kikobeats/html-urls.svg?style=flat-square)](https://david-dm.org/Kikobeats/html-urls)
[![Dev Dependencies Status](https://img.shields.io/david/dev/Kikobeats/html-urls.svg?style=flat-square)](https://david-dm.org/Kikobeats/html-urls#info=devDependencies)
[![NPM Status](https://img.shields.io/npm/dm/html-urls.svg?style=flat-square)](https://www.npmjs.org/package/html-urls)

> Get all URLs from a HTML markup. It's based on [W3C link checker](https://github.com/w3c/node-linkchecker).
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"urls"
],
"dependencies": {
"@metascraper/helpers": "~5.22.0",
"cheerio": "~1.0.0-rc.9",
"@metascraper/helpers": "~5.23.0",
"cheerio": "~1.0.0-rc.10",
"is-uri": "~1.2.0",
"is-url-http": "~2.2.3",
"is-url-http": "~2.2.4",
"lodash": "~4.17.21",
"matcher": "~4.0.0"
},
Expand Down

0 comments on commit 0fb2196

Please sign in to comment.