diff --git a/package.json b/package.json index f9723b7..c26db75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tobyg74/tiktok-api-dl", - "version": "1.0.14", + "version": "1.0.16", "description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -33,8 +33,10 @@ }, "homepage": "https://github.com/TobyG74/tiktok-api-dl#readme", "dependencies": { + "async-retry": "^1.3.3", "axios": "^1.3.4", - "cheerio": "^1.0.0-rc.12" + "cheerio": "^1.0.0-rc.12", + "node-fetch": "^3.3.2" }, "devDependencies": { "@types/cheerio": "^0.22.31",