chore(deps-dev): bump rollup-plugin-node-resolve from 4.1.0 to 4.2.1

Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.1.0...v4.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-06 21:16:11 +00:00 committed by Michael Vines
parent 9461437202
commit b5f37a042e
2 changed files with 4 additions and 4 deletions

View File

@ -17834,9 +17834,9 @@
}
},
"rollup-plugin-node-resolve": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.1.0.tgz",
"integrity": "sha512-N7eBrK0gpdAVQTk5SmsO2h39LlLQMNXalu6Mo6RGWx/hZtq0+gwssT+W2IdF9im2rDNGjUF7HLnxMd9uLiI5+Q==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.2.1.tgz",
"integrity": "sha512-zf2dcKBSv9KSnNbAPDYzwLpeI4Lc4bOsNlaRsq3ud80zquxWdu9iYA0ZgmHxFjBkbt8uHzXCGC4FkkejtngKng==",
"dev": true,
"requires": {
"@types/resolve": "0.0.8",

View File

@ -117,7 +117,7 @@
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.2.1",
"rollup-plugin-node-resolve": "4.1.0",
"rollup-plugin-node-resolve": "4.2.1",
"rollup-plugin-replace": "2.1.1",
"rollup-plugin-terser": "^4.0.4",
"semantic-release": "^15.9.16",