Bump svelte from 3.35.0 to 3.38.2

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.35.0 to 3.38.2.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.35.0...v3.38.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-04 05:19:06 +00:00 committed by GitHub
parent 96f4c74d8f
commit 510aefe736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -122,9 +122,9 @@
}
},
"svelte": {
"version": "3.35.0",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-3.35.0.tgz",
"integrity": "sha512-gknlZkR2sXheu/X+B7dDImwANVvK1R0QGQLd8CNIfxxGPeXBmePnxfzb6fWwTQRsYQG7lYkZXvpXJvxvpsoB7g==",
"version": "3.38.2",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-3.38.2.tgz",
"integrity": "sha512-q5Dq0/QHh4BLJyEVWGe7Cej5NWs040LWjMbicBGZ+3qpFWJ1YObRmUDZKbbovddLC9WW7THTj3kYbTOFmU9fbg==",
"dev": true
}
}

View File

@ -3,6 +3,6 @@
"rollup": "^2.42.4",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^7.1.0",
"svelte": "^3.35.0"
"svelte": "^3.38.2"
}
}