chore: bump rollup from 2.23.0 to 2.23.1 in /web3.js

Bumps [rollup](https://github.com/rollup/rollup) from 2.23.0 to 2.23.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.23.0...v2.23.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-08-11 10:37:06 +00:00 committed by Justin Starry
parent b1e452f876
commit e5210029b5
2 changed files with 4 additions and 4 deletions

View File

@ -20364,9 +20364,9 @@
}
},
"rollup": {
"version": "2.23.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.23.0.tgz",
"integrity": "sha512-vLNmZFUGVwrnqNAJ/BvuLk1MtWzu4IuoqsH9UWK5AIdO3rt8/CSiJNvPvCIvfzrbNsqKbNzPAG1V2O4eTe2XZg==",
"version": "2.23.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.23.1.tgz",
"integrity": "sha512-Heyl885+lyN/giQwxA8AYT2GY3U+gOlTqVLrMQYno8Z1X9lAOpfXPiKiZCyPc25e9BLJM3Zlh957dpTlO4pa8A==",
"dev": true,
"requires": {
"fsevents": "~2.1.2"

View File

@ -125,7 +125,7 @@
"marked": "^1.1.0",
"prettier": "^2.0.0",
"rimraf": "3.0.2",
"rollup": "2.23.0",
"rollup": "2.23.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-copy": "^3.3.0",