Bump rollup-plugin-svelte from 4.3.1 to 4.3.2

Bumps [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/rollup/rollup-plugin-svelte/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-svelte/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-10-05 23:51:08 +00:00 committed by dependabot[bot]
parent f9c85093c0
commit eb30308c94
3 changed files with 7 additions and 7 deletions

6
package-lock.json generated
View File

@ -352,9 +352,9 @@
}
},
"rollup-plugin-svelte": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/rollup-plugin-svelte/-/rollup-plugin-svelte-4.3.1.tgz",
"integrity": "sha512-fK3PUmNfhxcTjCglf7i0USQcKn3JX7IDELz5VWhNa23nN/lmgb3lnDN0S9F+m1NEuveoJ4rZNMNArr9ZIbTY9A==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/rollup-plugin-svelte/-/rollup-plugin-svelte-4.3.2.tgz",
"integrity": "sha512-aGFuB+hc9c5pmPCgnXiJCbRwrDw7sdPia+WBRKTMEwVv3ygiSOi5gIlGHIPRMvMisioOk0ns5Bu5Gz57JxEZTg==",
"dev": true,
"requires": {
"require-relative": "0.8.7",

View File

@ -1,7 +1,7 @@
{
"devDependencies": {
"rollup": "^0.66.4",
"rollup-plugin-svelte": "^4.3.1",
"rollup-plugin-svelte": "^4.3.2",
"svelte": "^2.13.5"
}
}

View File

@ -235,9 +235,9 @@ require-relative@^0.8.7:
version "0.8.7"
resolved "https://registry.yarnpkg.com/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de"
rollup-plugin-svelte@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-svelte/-/rollup-plugin-svelte-4.3.1.tgz#9343c7f2be22aa1511ff9ad997b4b9d0bbd43ad6"
rollup-plugin-svelte@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/rollup-plugin-svelte/-/rollup-plugin-svelte-4.3.2.tgz#09cac792dbccadf352f5871bfda769aceaee5c02"
dependencies:
require-relative "^0.8.7"
rollup-pluginutils "^2.3.0"