Skip to content

Commit bd5611d

Browse files
committed
Dependencies fix
1 parent 080a170 commit bd5611d

File tree

2 files changed

+132
-2
lines changed

2 files changed

+132
-2
lines changed

package-lock.json

+130-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scrapingant/amazon-proxy-scraper",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Amazon products scraper by keyword with using ScrapingAnt API",
55
"main": "index.js",
66
"bin": {
@@ -22,6 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@scrapingant/scrapingant-client": "0.1.0",
25+
"cheerio": "^1.0.0-rc.11",
2526
"cli-progress": "^3.9.0",
2627
"json2csv": "^5.0.6",
2728
"json2xls": "^0.1.2",

0 commit comments

Comments
 (0)