Bump puppeteer-core from 16.2.0 to 17.1.1

Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from 16.2.0 to 17.1.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v16.2.0...v17.1.1)

---
updated-dependencies:
- dependency-name: puppeteer-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-05 23:00:55 +00:00 committed by github-actions[bot]
parent 2d9a246bfc
commit bc329fe36a
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"containerized": "^1.0.2",
"prom-client": "^14.0.1",
"puppeteer-core": "^16.1.0"
"puppeteer-core": "^17.1.1"
}
},
"node_modules/@types/node": {
@ -159,9 +159,9 @@
}
},
"node_modules/devtools-protocol": {
"version": "0.0.1019158",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1019158.tgz",
"integrity": "sha512-wvq+KscQ7/6spEV7czhnZc9RM/woz1AY+/Vpd8/h2HFMwJSdTliu7f/yr1A6vDdJfKICZsShqsYpEQbdhg8AFQ=="
"version": "0.0.1036444",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1036444.tgz",
"integrity": "sha512-0y4f/T8H9lsESV9kKP1HDUXgHxCdniFeJh6Erq+FbdOEvp/Ydp9t8kcAAM5gOd17pMrTDlFWntoHtzzeTUWKNw=="
},
"node_modules/end-of-stream": {
"version": "1.4.4",
@ -381,13 +381,13 @@
}
},
"node_modules/puppeteer-core": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-16.2.0.tgz",
"integrity": "sha512-f1q7egbAR5IhAVb0LNhiLKD2O/WtAHS/Oeided2+8RFBZx9OjZ26sIDD7QUTrOuUXHY257ShVJNN42fANEiSXQ==",
"version": "17.1.1",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-17.1.1.tgz",
"integrity": "sha512-9gQ3V4Ph0oZznPqNXOXTzXpPtBRk0r2izMTjW9wVqmrysk3sUcbpj0MCE7l4x2nlO/VakDt7VWwHvMaMDGxRRg==",
"dependencies": {
"cross-fetch": "3.1.5",
"debug": "4.3.4",
"devtools-protocol": "0.0.1019158",
"devtools-protocol": "0.0.1036444",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
@ -666,9 +666,9 @@
}
},
"devtools-protocol": {
"version": "0.0.1019158",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1019158.tgz",
"integrity": "sha512-wvq+KscQ7/6spEV7czhnZc9RM/woz1AY+/Vpd8/h2HFMwJSdTliu7f/yr1A6vDdJfKICZsShqsYpEQbdhg8AFQ=="
"version": "0.0.1036444",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1036444.tgz",
"integrity": "sha512-0y4f/T8H9lsESV9kKP1HDUXgHxCdniFeJh6Erq+FbdOEvp/Ydp9t8kcAAM5gOd17pMrTDlFWntoHtzzeTUWKNw=="
},
"end-of-stream": {
"version": "1.4.4",
@ -828,13 +828,13 @@
}
},
"puppeteer-core": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-16.2.0.tgz",
"integrity": "sha512-f1q7egbAR5IhAVb0LNhiLKD2O/WtAHS/Oeided2+8RFBZx9OjZ26sIDD7QUTrOuUXHY257ShVJNN42fANEiSXQ==",
"version": "17.1.1",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-17.1.1.tgz",
"integrity": "sha512-9gQ3V4Ph0oZznPqNXOXTzXpPtBRk0r2izMTjW9wVqmrysk3sUcbpj0MCE7l4x2nlO/VakDt7VWwHvMaMDGxRRg==",
"requires": {
"cross-fetch": "3.1.5",
"debug": "4.3.4",
"devtools-protocol": "0.0.1019158",
"devtools-protocol": "0.0.1036444",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",

View File

@ -24,6 +24,6 @@
"dependencies": {
"containerized": "^1.0.2",
"prom-client": "^14.0.1",
"puppeteer-core": "^16.1.0"
"puppeteer-core": "^17.1.1"
}
}