Skip to content

Commit

Permalink
chore: upgrade puppeteer v13 (#16151)
Browse files Browse the repository at this point in the history
puppeteer < v12 has been deprecated. see https://www.npmjs.com/package/puppeteer?activeTab=versions;
we cannot upgrade to v14+, as it has dropped node.js v12: https://github.com/puppeteer/puppeteer/releases/tag/v14.0.0
  • Loading branch information
aladdin-add committed Jul 20, 2022
1 parent 0bcd225 commit 97b95c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -141,7 +141,7 @@
"pirates": "^4.0.5",
"progress": "^2.0.3",
"proxyquire": "^2.0.1",
"puppeteer": "^9.1.1",
"puppeteer": "^13.7.0",
"recast": "^0.20.4",
"regenerator-runtime": "^0.13.2",
"semver": "^7.3.5",
Expand Down

0 comments on commit 97b95c0

Please sign in to comment.