chore: bump puppeteer from 11.0.0 to 12.0.0 in /web3.js (#21482)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 11.0.0 to 12.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/v11.0.0...v12.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-29 09:10:34 +00:00 committed by GitHub
parent 1a23a55811
commit 84809f56bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -72,7 +72,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"prettier": "^2.3.0",
"puppeteer": "^11.0.0",
"puppeteer": "^12.0.0",
"rimraf": "3.0.2",
"rollup": "2.60.1",
"rollup-plugin-dts": "^4.0.0",
@ -6202,9 +6202,9 @@
"dev": true
},
"node_modules/devtools-protocol": {
"version": "0.0.901419",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.901419.tgz",
"integrity": "sha512-4INMPwNm9XRpBukhNbF7OB6fNTTCaI8pzy/fXg0xQzAy5h3zL1P8xT3QazgKqBrb/hAYwIBizqDBZ7GtJE74QQ==",
"version": "0.0.937139",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.937139.tgz",
"integrity": "sha512-daj+rzR3QSxsPRy5vjjthn58axO8c11j58uY0lG5vvlJk/EiOdCWOptGdkXDjtuRHr78emKq0udHCXM4trhoDQ==",
"dev": true
},
"node_modules/diff": {
@ -14933,14 +14933,14 @@
}
},
"node_modules/puppeteer": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-11.0.0.tgz",
"integrity": "sha512-6rPFqN1ABjn4shgOICGDBITTRV09EjXVqhDERBDKwCLz0UyBxeeBH6Ay0vQUJ84VACmlxwzOIzVEJXThcF3aNg==",
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-12.0.0.tgz",
"integrity": "sha512-a+vLxtwuDLUIq8Vz8X5bX+YMhcQrgyfq0Jo5Wcm49EfUawgCxeCN9/rUAS3VdAAiQZ1PKiv9pGyQN8jj1ypecQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"debug": "4.3.2",
"devtools-protocol": "0.0.901419",
"devtools-protocol": "0.0.937139",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0",
"node-fetch": "2.6.5",
@ -22603,9 +22603,9 @@
"dev": true
},
"devtools-protocol": {
"version": "0.0.901419",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.901419.tgz",
"integrity": "sha512-4INMPwNm9XRpBukhNbF7OB6fNTTCaI8pzy/fXg0xQzAy5h3zL1P8xT3QazgKqBrb/hAYwIBizqDBZ7GtJE74QQ==",
"version": "0.0.937139",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.937139.tgz",
"integrity": "sha512-daj+rzR3QSxsPRy5vjjthn58axO8c11j58uY0lG5vvlJk/EiOdCWOptGdkXDjtuRHr78emKq0udHCXM4trhoDQ==",
"dev": true
},
"diff": {
@ -29288,13 +29288,13 @@
"dev": true
},
"puppeteer": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-11.0.0.tgz",
"integrity": "sha512-6rPFqN1ABjn4shgOICGDBITTRV09EjXVqhDERBDKwCLz0UyBxeeBH6Ay0vQUJ84VACmlxwzOIzVEJXThcF3aNg==",
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-12.0.0.tgz",
"integrity": "sha512-a+vLxtwuDLUIq8Vz8X5bX+YMhcQrgyfq0Jo5Wcm49EfUawgCxeCN9/rUAS3VdAAiQZ1PKiv9pGyQN8jj1ypecQ==",
"dev": true,
"requires": {
"debug": "4.3.2",
"devtools-protocol": "0.0.901419",
"devtools-protocol": "0.0.937139",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0",
"node-fetch": "2.6.5",

View File

@ -121,7 +121,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"prettier": "^2.3.0",
"puppeteer": "^11.0.0",
"puppeteer": "^12.0.0",
"rimraf": "3.0.2",
"rollup": "2.60.1",
"rollup-plugin-dts": "^4.0.0",