Skip to content

Commit

Permalink
fix(deps): update dependency puppeteer to v17 (#1452)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Bankhead <danielbankhead@google.com>
  • Loading branch information
renovate-bot and d-goog authored Sep 15, 2022
1 parent 841f1f2 commit b317b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ncp": "^2.0.0",
"nock": "^13.0.0",
"null-loader": "^4.0.0",
"puppeteer": "^16.0.0",
"puppeteer": "^17.0.0",
"sinon": "^14.0.0",
"tmp": "^0.2.0",
"ts-loader": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"google-auth-library": "^8.0.0",
"puppeteer": "^16.0.0"
"puppeteer": "^17.0.0"
}
}

0 comments on commit b317b59

Please sign in to comment.