Bump rollup from 0.66.1 to 0.66.2

Bumps [rollup](https://github.com/rollup/rollup) from 0.66.1 to 0.66.2.
- [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.1...v0.66.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-09-21 06:30:54 +00:00
parent e171c03220
commit 05e2a50466
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
3 changed files with 7 additions and 7 deletions

6
package-lock.json generated
View File

@ -342,9 +342,9 @@
"dev": true "dev": true
}, },
"rollup": { "rollup": {
"version": "0.66.1", "version": "0.66.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.66.1.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-0.66.2.tgz",
"integrity": "sha512-s2sEvBveiNzdclUE9wvhMJrsD1XzvO2hOcpvJoo2z6ebLqPYFNM9eXt+aF6ZDjYTzpF58nDofpnqkr5Dkh4yXQ==", "integrity": "sha512-+rOLjWO170M3Y2jyyGU4ZJuTu1T1KuKNyH+RszHRzQdsuI5TulRbkSM4vlaMnwcxHm4XdgBNZ1mmNzhQIImbiQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/estree": "0.0.39", "@types/estree": "0.0.39",

View File

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

View File

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