Moved to playwright

This commit is contained in:
2025-07-24 20:17:11 -04:00
parent 3791d4c9c9
commit c12131e0c2
4 changed files with 82 additions and 75 deletions

45
package-lock.json generated
View File

@ -11,6 +11,7 @@
"@auth/sveltekit": "^1.10.0",
"@tailwindcss/vite": "^4.1.11",
"cron": "^4.3.2",
"patchright": "^1.52.5",
"postgres": "^3.4.7",
"puppeteer": "^24.14.0",
"puppeteer-extra": "^3.3.6",
@ -6113,6 +6114,50 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/patchright": {
"version": "1.52.5",
"resolved": "https://registry.npmjs.org/patchright/-/patchright-1.52.5.tgz",
"integrity": "sha512-wmRpsF9n02j0S+YDk0U3ouuWipHbUowwxbf/4K4G9ng311vvugoo8WndbU/fCsGtme8gYNfcEGcpfF6/L1NXHg==",
"license": "Apache-2.0",
"dependencies": {
"patchright-core": "1.52.5"
},
"bin": {
"patchright": "cli.js"
},
"engines": {
"node": ">=18"
},
"optionalDependencies": {
"fsevents": "2.3.2"
}
},
"node_modules/patchright-core": {
"version": "1.52.5",
"resolved": "https://registry.npmjs.org/patchright-core/-/patchright-core-1.52.5.tgz",
"integrity": "sha512-8rnLVEK9jDZWzFPy2hCQrp4xhU7zgE8IqseZyjGkgxf+jpAWTuGNgIAlcsKZMfQrDL8j1mZgRIGNAQT00nk6QA==",
"license": "Apache-2.0",
"bin": {
"patchright-core": "cli.js"
},
"engines": {
"node": ">=18"
}
},
"node_modules/patchright/node_modules/fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",