chore: bump rollup from 2.42.4 to 2.43.1 in /web3.js (#16189)

Bumps [rollup](https://github.com/rollup/rollup) from 2.42.4 to 2.43.1.
- [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.42.4...v2.43.1)

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-03-29 11:39:35 +00:00
committed by GitHub
parent a04c09c030
commit dfbca76a76
2 changed files with 4 additions and 4 deletions

View File

@ -15435,9 +15435,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "2.42.4", "version": "2.43.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.42.4.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.43.1.tgz",
"integrity": "sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw==", "integrity": "sha512-kvRE6VJbiv4d8m2nGeccc3qRpzOMghAhu2KeITjyZVCjneIFLPQ3zm2Wmqnl0LcUg3FvDaV0MfKnG4NCMbiSfw==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "~2.3.1" "fsevents": "~2.3.1"

View File

@ -124,7 +124,7 @@
"nyc": "^15.1.0", "nyc": "^15.1.0",
"prettier": "^2.0.0", "prettier": "^2.0.0",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"rollup": "2.42.4", "rollup": "2.43.1",
"rollup-plugin-flat-dts": "^1.0.3", "rollup-plugin-flat-dts": "^1.0.3",
"rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",