chore: update dependencies and configs

This commit is contained in:
2026-05-17 19:23:16 +00:00
parent 9cba552453
commit 3628719b3b
8 changed files with 881 additions and 1040 deletions
+5 -3
View File
@@ -9,9 +9,11 @@
"test": "echo \"Test with curl command\""
},
"dependencies": {
"axios": "^1.13.2",
"axios": "^1.16.1",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"puppeteer": "^21.5.2"
"playwright": "^1.60.0",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}
}