Bump puppeteer from 15.5.0 to 16.0.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 15.5.0 to 16.0.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.0.0)

---
updated-dependencies:
- dependency-name: puppeteer
  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-04 17:23:26 +00:00 committed by GitHub
parent b65b2afadf
commit f195f4a69a
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

@ -10,7 +10,7 @@
"license": "CC0-1.0",
"dependencies": {
"normalize.css": "^8.0.1",
"puppeteer": "^15.5.0"
"puppeteer": "^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
@ -6052,9 +6052,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.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-16.0.0.tgz",
"integrity": "sha512-FgSe21IHNHkqv1SiJiob4ANsxVujcINa4p3MaDEMyoZsocbgSgwYE0c9lnF8eoinw4id3vx4DOXwhFdOOwVlDg==",
"hasInstallScript": true,
"dependencies": {
"cross-fetch": "3.1.5",
@ -6068,7 +6068,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"
@ -7596,9 +7596,9 @@
}
},
"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"
},
@ -11983,9 +11983,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.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-16.0.0.tgz",
"integrity": "sha512-FgSe21IHNHkqv1SiJiob4ANsxVujcINa4p3MaDEMyoZsocbgSgwYE0c9lnF8eoinw4id3vx4DOXwhFdOOwVlDg==",
"requires": {
"cross-fetch": "3.1.5",
"debug": "4.3.4",
@ -11998,7 +11998,7 @@
"rimraf": "3.0.2",
"tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3",
"ws": "8.8.0"
"ws": "8.8.1"
}
},
"queue-microtask": {
@ -13131,9 +13131,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==",
"requires": {}
},
"yallist": {

View file

@ -6,7 +6,7 @@
"license": "CC0-1.0",
"dependencies": {
"normalize.css": "^8.0.1",
"puppeteer": "^15.5.0"
"puppeteer": "^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",