Bump svelte-local-storage-store from 0.4.0 to 0.5.0

Bumps [svelte-local-storage-store](https://github.com/joshnuss/svelte-local-storage-store) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/joshnuss/svelte-local-storage-store/releases)
- [Changelog](https://github.com/joshnuss/svelte-local-storage-store/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joshnuss/svelte-local-storage-store/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: svelte-local-storage-store
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-19 09:03:31 +00:00 committed by GitHub
parent b3bb4ddcba
commit bfb7a2ded7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -34,7 +34,7 @@
"svelte-check": "^3.4.3",
"svelte-fa": "^3.0.3",
"svelte-highlight": "^7.2.1",
"svelte-local-storage-store": "^0.4.0",
"svelte-local-storage-store": "^0.5.0",
"svelte-markdown": "^0.2.3",
"svelte-modals": "^1.2.1",
"svelte-spa-router": "^3.3.0",
@ -4171,15 +4171,15 @@
}
},
"node_modules/svelte-local-storage-store": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/svelte-local-storage-store/-/svelte-local-storage-store-0.4.0.tgz",
"integrity": "sha512-ctPykTt4S3BE5bF0mfV0jKiUR1qlmqLvnAkQvYHLeb9wRyO1MdIFDVI23X+TZEFleATHkTaOpYZswIvf3b2tWA==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/svelte-local-storage-store/-/svelte-local-storage-store-0.5.0.tgz",
"integrity": "sha512-SEDrpapeia6fUqta+r1NvSLlJYPkZ4pBcl15EYIOSPNzy6vhpoXu8cnzUDmZxsWl7fZGAHxrVH9UyZCbyO4W+g==",
"dev": true,
"engines": {
"node": ">=0.14"
},
"peerDependencies": {
"svelte": "^3.48.0"
"svelte": "^3.48.0 || ^4.0.0"
}
},
"node_modules/svelte-markdown": {

View File

@ -40,7 +40,7 @@
"svelte-check": "^3.4.3",
"svelte-fa": "^3.0.3",
"svelte-highlight": "^7.2.1",
"svelte-local-storage-store": "^0.4.0",
"svelte-local-storage-store": "^0.5.0",
"svelte-markdown": "^0.2.3",
"svelte-modals": "^1.2.1",
"svelte-spa-router": "^3.3.0",