chore: bump rollup from 2.58.3 to 2.59.0 in /web3.js (#21105)

Bumps [rollup](https://github.com/rollup/rollup) from 2.58.3 to 2.59.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.58.3...v2.59.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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-01 09:21:40 +00:00 committed by GitHub
parent 3b706cfc42
commit a478f9d09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -75,7 +75,7 @@
"prettier": "^2.3.0",
"puppeteer": "^10.2.0",
"rimraf": "3.0.2",
"rollup": "2.58.3",
"rollup": "2.59.0",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2",
@ -15538,9 +15538,9 @@
}
},
"node_modules/rollup": {
"version": "2.58.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.58.3.tgz",
"integrity": "sha512-ei27MSw1KhRur4p87Q0/Va2NAYqMXOX++FNEumMBcdreIRLURKy+cE2wcDJKBn0nfmhP2ZGrJkP1XPO+G8FJQw==",
"version": "2.59.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.59.0.tgz",
"integrity": "sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@ -29802,9 +29802,9 @@
}
},
"rollup": {
"version": "2.58.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.58.3.tgz",
"integrity": "sha512-ei27MSw1KhRur4p87Q0/Va2NAYqMXOX++FNEumMBcdreIRLURKy+cE2wcDJKBn0nfmhP2ZGrJkP1XPO+G8FJQw==",
"version": "2.59.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.59.0.tgz",
"integrity": "sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@ -128,7 +128,7 @@
"prettier": "^2.3.0",
"puppeteer": "^10.2.0",
"rimraf": "3.0.2",
"rollup": "2.58.3",
"rollup": "2.59.0",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2",