Bump rollup from 0.65.0 to 0.65.2

Bumps [rollup](https://github.com/rollup/rollup) from 0.65.0 to 0.65.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.65.0...v0.65.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-09-06 19:02:52 +00:00 committed by dependabot[bot]
parent 05dfe8d998
commit 16c06b3f42
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.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.9.2.tgz",
"integrity": "sha512-pwZnkVyCGJ3LsQ0/3flQK5lCFao4esIzwUVzzk5NvL9vnkEyDhNf4fhHzUMHvyr56gNZywWTS2MR0euabMSz4A==",
"version": "10.9.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.9.4.tgz",
"integrity": "sha512-fCHV45gS+m3hH17zgkgADUSi2RR1Vht6wOZ0jyHP8rjiQra9f+mIcgwPQHllmDocYOstIEbKlxbFDYlgrTPYqw==",
"dev": true
},
"arr-diff": {
@ -342,13 +342,13 @@
"dev": true
},
"rollup": {
"version": "0.65.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.65.0.tgz",
"integrity": "sha512-en95i7zwW5IiWay6DR/6QV8TxO2LvWuCjHYDcgP96oVG/gPnWWzsxNViObhoJUs17bAj2RgB67WuBuGmysZZcw==",
"version": "0.65.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.65.2.tgz",
"integrity": "sha512-BbXOrpxVbx0MpElI6vVLR2B6vnWHvYU/QAMw3GcEXvs601bvgrozuaW30cnvt43B96a6DeoYA0i9T5THanN+Rw==",
"dev": true,
"requires": {
"@types/estree": "0.0.39",
"@types/node": "10.9.2"
"@types/node": "10.9.4"
}
},
"rollup-plugin-svelte": {

View File

@ -1,6 +1,6 @@
{
"devDependencies": {
"rollup": "^0.65.0",
"rollup": "^0.65.2",
"rollup-plugin-svelte": "^4.3.0",
"svelte": "^2.13.3"
}

View File

@ -250,9 +250,9 @@ rollup-pluginutils@^2.3.0:
estree-walker "^0.5.2"
micromatch "^2.3.11"
rollup@^0.65.0:
version "0.65.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.65.0.tgz#280db1252169b68fc3043028346b337dde453fba"
rollup@^0.65.2:
version "0.65.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.65.2.tgz#e1532e3c1a2e102c89d99289a184fcbbc7cd4b4a"
dependencies:
"@types/estree" "0.0.39"
"@types/node" "*"