Skip to content

Commit

Permalink
fix(deps): update dependency puppeteer to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 9bcb296 commit a4a5469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tdd-buffet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"jest": "~29.7.0",
"meow": "~9.0.0",
"mitt": "~3.0.0",
"puppeteer": "~19.7.0",
"puppeteer": "~21.7.0",
"typescript": "~5.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/visual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@mugshot/puppeteer": "~3.0.0",
"mitt": "~3.0.0",
"mugshot": "~4.0.2",
"puppeteer": "~19.7.0"
"puppeteer": "~21.7.0"
},
"devDependencies": {
"tdd-buffet": "^4.0.0",
Expand Down

0 comments on commit a4a5469

Please sign in to comment.