use new agent generation instead of expired one

This commit is contained in:
Kirill
2025-01-05 17:07:14 +04:00
parent ceb2104960
commit 736c3675b6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -16,12 +16,12 @@
"dotenv": "^16.4.5",
"express": "^4.19.2",
"playwright": "^1.45.0",
"random-useragent": "^0.5.0"
"user-agents": "^1.1.410"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.14.9",
"@types/random-useragent": "^0.3.3",
"@types/user-agents": "^1.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
}