Bump puppeteer from 15.5.0 to 16.1.0

Bumps [puppeteer](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
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-08 10:07:48 +00:00
committed by GitHub
parent 14d1ac0c7a
commit 5f81769802
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -57,7 +57,7 @@
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0",
"proj4": "2.8.0",
"puppeteer": "15.5.0",
"puppeteer": "16.1.0",
"regenerator-runtime": "^0.13.9",
"rollup": "^2.42.3",
"rollup-plugin-terser": "^7.0.2",
@@ -7871,9 +7871,9 @@
}
},
"node_modules/puppeteer": {
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.5.0.tgz",
"integrity": "sha512-+vZPU8iBSdCx1Kn5hHas80fyo0TiVyMeqLGv/1dygX2HKhAZjO9YThadbRTCoTYq0yWw+w/CysldPsEekDtjDQ==",
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-16.1.0.tgz",
"integrity": "sha512-lhykJLbH2bbBaP3NfYI2Vj0T4ctrdfVdEVf8glZITPnLfqrJ0nfUzAYuIz5YcA79k5lmFKANIhEXex+jQChU3g==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -7888,7 +7888,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"
@@ -7959,9 +7959,9 @@
}
},
"node_modules/puppeteer/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==",
"dev": true,
"engines": {
"node": ">=10.0.0"
@@ -16298,9 +16298,9 @@
"dev": true
},
"puppeteer": {
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-15.5.0.tgz",
"integrity": "sha512-+vZPU8iBSdCx1Kn5hHas80fyo0TiVyMeqLGv/1dygX2HKhAZjO9YThadbRTCoTYq0yWw+w/CysldPsEekDtjDQ==",
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-16.1.0.tgz",
"integrity": "sha512-lhykJLbH2bbBaP3NfYI2Vj0T4ctrdfVdEVf8glZITPnLfqrJ0nfUzAYuIz5YcA79k5lmFKANIhEXex+jQChU3g==",
"dev": true,
"requires": {
"cross-fetch": "3.1.5",
@@ -16314,7 +16314,7 @@
"rimraf": "3.0.2",
"tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3",
"ws": "8.8.0"
"ws": "8.8.1"
},
"dependencies": {
"find-up": {
@@ -16364,9 +16364,9 @@
}
},
"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==",
"dev": true,
"requires": {}
}