chore(deps): bump svelte from 3.48.0 to 3.49.0 in /examples/snowpack

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0.
- [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.48.0...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-15 16:54:38 +00:00 committed by GitHub
commit 7763427c4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
"build": "snowpack build"
},
"dependencies": {
"svelte": "^3.48.0"
"svelte": "^3.49.0"
},
"devDependencies": {
"@snowpack/plugin-svelte": "^3.7.0",