improving bot detection prevention

This commit is contained in:
orangecoding
2025-11-16 19:59:08 +01:00
parent 53d5098cec
commit 0606122736
3 changed files with 660 additions and 268 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "14.3.3",
"version": "14.3.4",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"prepare": "husky",
@@ -56,13 +56,13 @@
"Firefox ESR"
],
"dependencies": {
"@douyinfe/semi-icons": "^2.87.1",
"@douyinfe/semi-ui": "2.87.1",
"@douyinfe/semi-icons": "^2.88.0",
"@douyinfe/semi-ui": "2.88.0",
"@sendgrid/mail": "8.1.6",
"@visactor/react-vchart": "^2.0.5",
"@visactor/vchart": "^2.0.5",
"@visactor/react-vchart": "^2.0.8",
"@visactor/vchart": "^2.0.8",
"@visactor/vchart-semi-theme": "^1.12.2",
"@vitejs/plugin-react": "5.1.0",
"@vitejs/plugin-react": "5.1.1",
"better-sqlite3": "^12.4.1",
"body-parser": "2.2.0",
"cheerio": "^1.1.2",
@@ -73,21 +73,21 @@
"node-cron": "^4.2.1",
"node-fetch": "3.3.2",
"node-mailjet": "6.0.11",
"p-throttle": "^8.0.0",
"p-throttle": "^8.1.0",
"package-up": "^5.0.0",
"puppeteer": "^24.27.0",
"puppeteer": "^24.30.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"query-string": "9.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "7.9.5",
"react-router-dom": "7.9.5",
"react-router": "7.9.6",
"react-router-dom": "7.9.6",
"restana": "5.1.0",
"semver": "^7.7.3",
"serve-static": "2.2.0",
"slack": "11.0.2",
"vite": "7.1.12",
"vite": "7.2.2",
"x-var": "^3.0.1",
"zustand": "^5.0.8"
},
@@ -96,8 +96,8 @@
"@babel/eslint-parser": "7.28.5",
"@babel/preset-env": "7.28.5",
"@babel/preset-react": "7.28.5",
"chai": "6.2.0",
"eslint": "9.39.0",
"chai": "6.2.1",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-react": "7.37.5",
"esmock": "2.7.3",
@@ -105,8 +105,8 @@
"husky": "9.1.7",
"less": "4.4.2",
"lint-staged": "16.2.6",
"mocha": "11.7.4",
"nodemon": "^3.1.10",
"mocha": "11.7.5",
"nodemon": "^3.1.11",
"prettier": "3.6.2"
}
}