Skip to content

Commit

Permalink
Merge pull request #405 from GSA/lc/update-puppeteer
Browse files Browse the repository at this point in the history
Update Puppeteer to v23.8.0 and Resolve Deprecated Code Issues
luke-at-flexion authored Nov 18, 2024
2 parents 4ebd883 + bcf01a2 commit 90c00ff
Showing 3 changed files with 592 additions and 139 deletions.
2 changes: 1 addition & 1 deletion libs/browser/src/puppeteer.service.ts
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ export const PuppeteerService = {

// Arguments to pass on to Puppeteer
puppeteerArgs: {
ignoreHTTPSErrors: true,
acceptInsecureCerts: true,
args: ['--no-sandbox', '--enable-logging', '--v=1'],
},
},
727 changes: 590 additions & 137 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@
"pg": "^8.7.3",
"pino-http": "^6.6.0",
"pino-pretty": "^13.0.0",
"puppeteer": "^13.2.0",
"puppeteer": "^23.8.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.5.2",
"swagger-ui-express": "^5.0.1",

0 comments on commit 90c00ff

Please sign in to comment.