Bump rollup from 0.58.1 to 0.64.1 (#56)

Bumps [rollup](https://github.com/rollup/rollup) from 0.58.1 to 0.64.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.58.1...v0.64.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-08-13 18:37:15 +02:00 committed by codl
parent efe4c02911
commit e012788cfb
3 changed files with 19 additions and 19 deletions

22
package-lock.json generated
View File

@ -3,15 +3,15 @@
"lockfileVersion": 1,
"dependencies": {
"@types/estree": {
"version": "0.0.38",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.38.tgz",
"integrity": "sha512-F/v7t1LwS4vnXuPooJQGBRKRGIoxWUTmA4VHfqjOccFsNDThD5bfUNpITive6s352O7o384wcpEaDV8rHCehDA==",
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
"integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
"dev": true
},
"@types/node": {
"version": "9.6.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.6.5.tgz",
"integrity": "sha512-NOLEgsT6UiDTjnWG5Hd2Mg25LRyz/oe8ql3wbjzgSFeRzRROhPmtlsvIrei4B46UjERF0td9SZ1ZXPLOdcrBHg==",
"version": "10.5.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.5.8.tgz",
"integrity": "sha512-sWSjw+bYW/2W+1V3m8tVsm9PKJcxk3NHN7oRqNUfEdofKg0Imbdu1dQbFvLKjZQXEDXRN6IfSMACjJ7Wv4NGCQ==",
"dev": true
},
"arr-diff": {
@ -352,13 +352,13 @@
"dev": true
},
"rollup": {
"version": "0.58.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.58.1.tgz",
"integrity": "sha512-m423aUHITpMlcqz0grLddNGxMpBC2yYmgKwSlKNXxEi8PfNKTknh69JDo1bB1T9ezJQeqAoyFo2+U3qMQ4/I6g==",
"version": "0.64.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.64.1.tgz",
"integrity": "sha512-+ThdVXrvonJdOTzyybMBipP0uz605Z8AnzWVY3rf+cSGnLO7uNkJBlN+9jXqWOomkvumXfm/esmBpA5d53qm7g==",
"dev": true,
"requires": {
"@types/estree": "0.0.38",
"@types/node": "9.6.5"
"@types/estree": "0.0.39",
"@types/node": "10.5.8"
}
},
"rollup-plugin-svelte": {

View File

@ -1,6 +1,6 @@
{
"devDependencies": {
"rollup": "^0.58.1",
"rollup": "^0.64.1",
"rollup-plugin-svelte": "^4.1.0",
"svelte": "^2.10.1"
}

View File

@ -2,9 +2,9 @@
# yarn lockfile v1
"@types/estree@0.0.38":
version "0.0.38"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.38.tgz#c1be40aa933723c608820a99a373a16d215a1ca2"
"@types/estree@0.0.39":
version "0.0.39"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
"@types/node@*":
version "9.6.5"
@ -250,11 +250,11 @@ rollup-pluginutils@^2.0.1:
estree-walker "^0.3.0"
micromatch "^2.3.11"
rollup@^0.58.1:
version "0.58.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.58.1.tgz#5e2e05ceb103f770868b12c4048c22d3903fa2dd"
rollup@^0.64.1:
version "0.64.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.64.1.tgz#9188ee368e5fcd43ffbc00ec414e72eeb5de87ba"
dependencies:
"@types/estree" "0.0.38"
"@types/estree" "0.0.39"
"@types/node" "*"
sourcemap-codec@^1.3.1: