Bump puppeteer-core from 15.5.0 to 16.1.0

Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from 15.5.0 to 16.1.0.
- [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/v15.5.0...v16.1.0)

---
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-08-08 23:00:41 +00:00 committed by GitHub
parent 3d1f0e19d2
commit cef506e116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": "^15.1.1"
"puppeteer-core": "^16.1.0"
}
},
"node_modules/@types/node": {
@ -456,9 +456,9 @@
}
},
"node_modules/puppeteer-core": {
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-15.5.0.tgz",
"integrity": "sha512-5Q8EmF++MARczJD1JcRehVePlctxGG2TFHSxdCV8NqPOk44/cMySmZw2nETn+lwUOyp0L9afosMFTnT4KgmWgw==",
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-16.1.0.tgz",
"integrity": "sha512-Eu9FCqdWU2PU/RY53sa+JTsbFiQg5fJyaHX5DP0WZ4+lVLVdMfR9dwPimRkSl9NEcArm7lZMpiDlVCYelE90ZA==",
"dependencies": {
"cross-fetch": "3.1.5",
"debug": "4.3.4",
@ -471,7 +471,7 @@
"rimraf": "3.0.2",
"tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3",
"ws": "8.8.0"
"ws": "8.8.1"
},
"engines": {
"node": ">=14.1.0"
@ -609,9 +609,9 @@
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"node_modules/ws": {
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz",
"integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==",
"version": "8.8.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
"integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
"engines": {
"node": ">=10.0.0"
},
@ -955,9 +955,9 @@
}
},
"puppeteer-core": {
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-15.5.0.tgz",
"integrity": "sha512-5Q8EmF++MARczJD1JcRehVePlctxGG2TFHSxdCV8NqPOk44/cMySmZw2nETn+lwUOyp0L9afosMFTnT4KgmWgw==",
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-16.1.0.tgz",
"integrity": "sha512-Eu9FCqdWU2PU/RY53sa+JTsbFiQg5fJyaHX5DP0WZ4+lVLVdMfR9dwPimRkSl9NEcArm7lZMpiDlVCYelE90ZA==",
"requires": {
"cross-fetch": "3.1.5",
"debug": "4.3.4",
@ -970,7 +970,7 @@
"rimraf": "3.0.2",
"tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3",
"ws": "8.8.0"
"ws": "8.8.1"
}
},
"readable-stream": {
@ -1079,9 +1079,9 @@
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"ws": {
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz",
"integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==",
"version": "8.8.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
"integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
"requires": {}
},
"yauzl": {

View File

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