chore(deps-dev): bump rollup from 1.6.0 to 1.6.1

Bumps [rollup](https://github.com/rollup/rollup) from 1.6.0 to 1.6.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/v1.6.0...v1.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-20 07:00:19 +00:00 committed by Michael Vines
parent d8075a5a3c
commit ad83ad866f
2 changed files with 7 additions and 7 deletions

View File

@ -16560,9 +16560,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "1.6.0", "version": "1.6.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.6.0.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.6.1.tgz",
"integrity": "sha512-qu9iWyuiOxAuBM8cAwLuqPclYdarIpayrkfQB7aTGTiyYPbvx+qVF33sIznfq4bxZCiytQux/FvZieUBAXivCw==", "integrity": "sha512-2giWBZjBepr/25vkds/EzpC52xySDyhX1wPGaJ69cnZJHCuYTzIJKFzJB1DTZ8C7A1FocBbG0KhS/No3whXmzw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/estree": "0.0.39", "@types/estree": "0.0.39",
@ -16571,9 +16571,9 @@
}, },
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "11.11.3", "version": "11.11.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-11.11.3.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-11.11.4.tgz",
"integrity": "sha512-wp6IOGu1lxsfnrD+5mX6qwSwWuqsdkKKxTN4aQc4wByHAKZJf9/D4KXPQ1POUjEbnCP5LMggB0OEFNY9OTsMqg==", "integrity": "sha512-02tIL+QIi/RW4E5xILdoAMjeJ9kYq5t5S2vciUdFPXv/ikFTb0zK8q9vXkg4+WAJuYXGiVT1H28AkD2C+IkXVw==",
"dev": true "dev": true
}, },
"acorn": { "acorn": {

View File

@ -111,7 +111,7 @@
"marked": "^0.6.0", "marked": "^0.6.0",
"prettier": "^1.14.3", "prettier": "^1.14.3",
"rimraf": "2.6.3", "rimraf": "2.6.3",
"rollup": "1.6.0", "rollup": "1.6.1",
"rollup-plugin-babel": "^4.3.2", "rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "9.2.1", "rollup-plugin-commonjs": "9.2.1",
"rollup-plugin-json": "^3.0.0", "rollup-plugin-json": "^3.0.0",