This commit is contained in:
Ralf Vogler 2025-05-15 23:51:49 +02:00
parent bf0c9032cc
commit 0a4cac3571
2 changed files with 1814 additions and 196 deletions

View file

@ -20,18 +20,18 @@
"node": ">=17"
},
"dependencies": {
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"dotenv": "^16.5.0",
"enquirer": "^2.4.1",
"fingerprint-injector": "^2.1.52",
"fingerprint-injector": "^2.1.66",
"lowdb": "^7.0.1",
"otplib": "^12.0.1",
"playwright-firefox": "^1.45.0",
"playwright-firefox": "^1.52.0",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^4.0.0",
"eslint": "^9.5.0"
"@stylistic/eslint-plugin-js": "^4.2.0",
"eslint": "^9.26.0"
}
}