html-get 2.9.18 → 2.9.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -32,7 +32,7 @@ Generally this approach better than a simple GET request from the target URL, bu
32
32
  ## Install
33
33
 
34
34
  ```bash
35
- $ npm install puppeteer html-get --save
35
+ $ npm install browserless puppeteer html-get --save
36
36
  ```
37
37
 
38
38
  ## Usage
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "html-get",
3
3
  "description": "Get the HTML from any website, using prerendering when is necessary.",
4
4
  "homepage": "https://nicedoc.com/microlinkhq/html-get",
5
- "version": "2.9.18",
5
+ "version": "2.9.21",
6
6
  "main": "src/index.js",
7
7
  "bin": {
8
8
  "html-get": "bin/index.js"
@@ -29,14 +29,14 @@
29
29
  "request"
30
30
  ],
31
31
  "dependencies": {
32
- "@metascraper/helpers": "~5.29.0",
33
- "cheerio": "~1.0.0-rc.11",
32
+ "@metascraper/helpers": "~5.29.11",
33
+ "cheerio": "~1.0.0-rc.12",
34
34
  "css-url-regex": "~4.0.0",
35
35
  "debug-logfmt": "~1.0.4",
36
36
  "execall": "~2.0.0",
37
- "got": "~11.8.2",
37
+ "got": "~11.8.5",
38
38
  "html-encode": "~2.1.6",
39
- "html-urls": "~2.4.34",
39
+ "html-urls": "~2.4.37",
40
40
  "is-html-content": "~1.0.0",
41
41
  "lodash": "~4.17.21",
42
42
  "minimist": "~1.2.6",
@@ -44,8 +44,8 @@
44
44
  "p-retry": "~4.6.0",
45
45
  "replace-string": "~3.1.0",
46
46
  "time-span": "~4.0.0",
47
- "tldts": "~5.7.74",
48
- "top-sites": "~1.1.96",
47
+ "tldts": "~5.7.82",
48
+ "top-sites": "~1.1.110",
49
49
  "write-json-file": "~4.3.0"
50
50
  },
51
51
  "devDependencies": {
@@ -11,21 +11,21 @@
11
11
  "imdb",
12
12
  "theguardian",
13
13
  "nytimes",
14
- "slideshare",
15
14
  "bbc",
15
+ "slideshare",
16
16
  "soundcloud",
17
17
  "huffingtonpost",
18
18
  "telegraph",
19
19
  "pinterest",
20
- "engadget",
21
20
  "yelp",
22
- "techcrunch",
23
- "zoom",
24
21
  "eventbrite",
22
+ "zoom",
23
+ "techcrunch",
25
24
  "spotify",
25
+ "engadget",
26
26
  "theverge",
27
- "digg",
28
27
  "giphy",
28
+ "digg",
29
29
  "csdn",
30
30
  "etsy",
31
31
  "flickr",