Skip to content

Commit d9bc27f

Browse files
committed
fix(deps): update dependency puppeteer to v24
1 parent 51316e8 commit d9bc27f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ncp": "^2.0.0",
5757
"nock": "^13.0.0",
5858
"null-loader": "^4.0.0",
59-
"puppeteer": "^21.0.0",
59+
"puppeteer": "^24.0.0",
6060
"sinon": "^18.0.0",
6161
"ts-loader": "^8.0.0",
6262
"typescript": "^5.1.6",

samples/puppeteer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"google-auth-library": "^9.0.0",
15-
"puppeteer": "^21.0.0"
15+
"puppeteer": "^24.0.0"
1616
}
1717
}

0 commit comments

Comments
 (0)