add and patch AnonymizeUaPlugin; make version of find-chrome-bin fixed

This commit is contained in:
geekgeekrun
2026-01-15 13:17:51 +08:00
parent 860847963b
commit 6f02160f28
5 changed files with 79 additions and 8 deletions
+3 -1
View File
@@ -18,6 +18,7 @@
"minimist": "^1.2.8",
"puppeteer": "24.19.0",
"puppeteer-extra": "3.3.6",
"puppeteer-extra-plugin-anonymize-ua": "2.4.6",
"puppeteer-extra-plugin-stealth": "2.11.2",
"rimraf": "^3.0.2",
"tapable": "^2.2.1"
@@ -33,7 +34,8 @@
},
"pnpm": {
"patchedDependencies": {
"find-chrome-bin@2.0.4": "patches/find-chrome-bin@2.0.4.patch"
"find-chrome-bin@2.0.4": "patches/find-chrome-bin@2.0.4.patch",
"puppeteer-extra-plugin-anonymize-ua@2.4.6": "patches/puppeteer-extra-plugin-anonymize-ua@2.4.6.patch"
}
}
}