Skip to content

Commit

Permalink
fix: update puppeteer (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Aug 3, 2023
1 parent 50793ae commit 6be7a6a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 242 deletions.
269 changes: 30 additions & 239 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"mime": "3.0.0",
"mocha": "10.1.0",
"prettier": "2.7.1",
"puppeteer": "20.9.0",
"puppeteer-core": "20.8.3",
"puppeteer": "21.0.1",
"puppeteer-core": "21.0.1",
"rimraf": "3.0.2",
"rollup": "3.2.2",
"rollup-plugin-dts": "5.0.0",
Expand All @@ -90,7 +90,7 @@
},
"peerDependencies": {
"lighthouse": ">=10.0.0",
"puppeteer": ">=20.8.0"
"puppeteer": ">=21.0.1"
},
"peerDependenciesMeta": {
"puppeteer": {
Expand Down

0 comments on commit 6be7a6a

Please sign in to comment.