chore(deps-dev): bump rollup-plugin-commonjs from 9.3.0 to 9.3.2

Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs) from 9.3.0 to 9.3.2.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v9.3.0...v9.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-04 07:00:55 +00:00 committed by Michael Vines
parent 863192a23e
commit 065a3933c9
2 changed files with 8 additions and 8 deletions

View File

@ -17158,15 +17158,15 @@
}
},
"rollup-plugin-commonjs": {
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-9.3.0.tgz",
"integrity": "sha512-ydk1TYrRP+k9UzJ8B8Q2yFBWQSwGYv9vQfZ9YP9MkLLIA8/DnXRpEkoDXByOu10vNusV1tvk3vwhhrs0NTP4pQ==",
"version": "9.3.2",
"resolved": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-9.3.2.tgz",
"integrity": "sha512-5ZbeKgp2S7Fq8MedYruC5p1bIaRQYoMADXMzNi1J2BWaHtwLL6+/vbdjLFTMXe/VWZEGZHkZOiGxN2DB0Sv6Lw==",
"dev": true,
"requires": {
"estree-walker": "^0.6.0",
"magic-string": "^0.25.2",
"resolve": "^1.10.0",
"rollup-pluginutils": "^2.5.0"
"rollup-pluginutils": "^2.6.0"
},
"dependencies": {
"arr-diff": {
@ -17468,9 +17468,9 @@
}
},
"rollup-pluginutils": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.5.0.tgz",
"integrity": "sha512-9Muh1H+XB5f5ONmKMayUoTYR1EZwHbwJJ9oZLrKT5yuTf/RLIQ5mYIGsrERquVucJmjmaAW0Y7+6Qo1Ep+5w3Q==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.6.0.tgz",
"integrity": "sha512-aGQwspEF8oPKvg37u3p7h0cYNwmJR1sCBMZGZ5b9qy8HGtETknqjzcxrDRrcAnJNXN18lBH4Q9vZYth/p4n8jQ==",
"dev": true,
"requires": {
"estree-walker": "^0.6.0",

View File

@ -113,7 +113,7 @@
"rimraf": "2.6.3",
"rollup": "1.8.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "9.3.0",
"rollup-plugin-commonjs": "9.3.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.2.1",