Bump rollup from 0.66.0 to 0.66.1

Bumps [rollup](https://github.com/rollup/rollup) from 0.66.0 to 0.66.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/v0.66.0...v0.66.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-09-20 08:29:50 +00:00
parent b9a60d6fee
commit 35fb8fe6f6
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
3 changed files with 11 additions and 11 deletions

14
package-lock.json generated
View File

@ -9,9 +9,9 @@
"dev": true
},
"@types/node": {
"version": "10.9.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.9.4.tgz",
"integrity": "sha512-fCHV45gS+m3hH17zgkgADUSi2RR1Vht6wOZ0jyHP8rjiQra9f+mIcgwPQHllmDocYOstIEbKlxbFDYlgrTPYqw==",
"version": "10.10.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.10.1.tgz",
"integrity": "sha512-nzsx28VwfaIykfzMAG9TB3jxF5Nn+1/WMKnmVZc8TsB+LMIVvwUscVn7PAq+LFaY5ng5u4jp5mRROSswo76PPA==",
"dev": true
},
"arr-diff": {
@ -342,13 +342,13 @@
"dev": true
},
"rollup": {
"version": "0.66.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.66.0.tgz",
"integrity": "sha512-WOkVBSdod3phCSAri5Q579JufeAzJTi43L4oAHzFtjRWJTv2LIszYCU3K9TLMEsVksMY93EwgWCb+hpKRhQwGg==",
"version": "0.66.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.66.1.tgz",
"integrity": "sha512-s2sEvBveiNzdclUE9wvhMJrsD1XzvO2hOcpvJoo2z6ebLqPYFNM9eXt+aF6ZDjYTzpF58nDofpnqkr5Dkh4yXQ==",
"dev": true,
"requires": {
"@types/estree": "0.0.39",
"@types/node": "10.9.4"
"@types/node": "10.10.1"
}
},
"rollup-plugin-svelte": {

View File

@ -1,6 +1,6 @@
{
"devDependencies": {
"rollup": "^0.66.0",
"rollup": "^0.66.1",
"rollup-plugin-svelte": "^4.3.0",
"svelte": "^2.13.5"
}

View File

@ -250,9 +250,9 @@ rollup-pluginutils@^2.3.0:
estree-walker "^0.5.2"
micromatch "^2.3.11"
rollup@^0.66.0:
version "0.66.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.66.0.tgz#697acc008f4b613695b17222c7626affddf4a506"
rollup@^0.66.1:
version "0.66.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.66.1.tgz#4374a478a98ff075ee0e5bcafb9ab78ca968a301"
dependencies:
"@types/estree" "0.0.39"
"@types/node" "*"