Skip to content

Commit

Permalink
fix: upgrade puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
pgagnidze committed Nov 17, 2023
1 parent 0920cec commit 9c89907
Show file tree
Hide file tree
Showing 3 changed files with 2,137 additions and 1,994 deletions.
24 changes: 11 additions & 13 deletions package.json
Expand Up @@ -28,8 +28,8 @@
"runner"
],
"repository": {
"type" : "git",
"url" : "https://github.com/Owloops/flybird.git"
"type": "git",
"url": "https://github.com/Owloops/flybird.git"
},
"scripts": {
"test": "mocha --config .mocharc.cjs",
Expand All @@ -52,21 +52,20 @@
"homepage": "https://github.com/Owloops/flybird#readme",
"devDependencies": {
"@rollup/plugin-typescript": "9.0.1",
"@sparticuz/chromium": "109.0.1",
"@sparticuz/chromium": "119.0.0",
"@types/chai": "4.3.3",
"@types/mocha": "10.0.0",
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.2",
"@types/puppeteer": "^5.4.2",
"@types/yargs": "^17.0.19",
"@types/url-regex-safe": "^1.0.2",
"@types/yargs": "^17.0.19",
"chai": "4.3.6",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4",
"landa": "^2.1.7",
"mocha": "10.1.0",
"puppeteer": "^19.4.1",
"puppeteer": "^21.5.2",
"rimraf": "3.0.2",
"rollup": "3.2.2",
"rollup-plugin-dts": "5.0.0",
Expand All @@ -75,7 +74,7 @@
"typescript": "^4.1.3"
},
"peerDependencies": {
"puppeteer": ">=19.4.1"
"puppeteer": ">=21.5.2"
},
"peerDependenciesMeta": {
"puppeteer": {
Expand All @@ -85,8 +84,6 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.451.0",
"@aws-sdk/lib-storage": "^3.451.0",
"super-regex": "^0.2.0",
"url-regex-safe": "^4.0.0",
"ajv": "^8.11.2",
"chrono-node": "^2.4.2",
"cli-table3": "0.6.3",
Expand All @@ -95,10 +92,11 @@
"node-fetch": "^2.6.1",
"number-string": "^1.1.6",
"prepend-http": "^3.0.1",
"puppeteer-core": ">=19.4.1",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-recaptcha": "^3.6.6",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"puppeteer-core": ">=21.5.2",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"url-regex-safe": "^4.0.0",
"yargs": "17.6.2",
"zod": "^1.11.11"
},
Expand Down
2 changes: 1 addition & 1 deletion src/types/types.ts
Expand Up @@ -7,7 +7,7 @@

declare global {
interface Crypto {
randomUUID: () => `${string}-${string}-${string}-${string}-${string}`;
randomUUID: () => string;
}
}

Expand Down

0 comments on commit 9c89907

Please sign in to comment.