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

Bumps [svelte-local-storage-store](https://github.com/joshnuss/svelte-local-storage-store) from 0.5.0 to 0.6.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.5.0...v0.6.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-08-21 08:13:45 +00:00 committed by GitHub
parent 15bb149528
commit 146e2093a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -35,7 +35,7 @@
"svelte-check": "^3.5.0", "svelte-check": "^3.5.0",
"svelte-fa": "^3.0.3", "svelte-fa": "^3.0.3",
"svelte-highlight": "^7.2.1", "svelte-highlight": "^7.2.1",
"svelte-local-storage-store": "^0.5.0", "svelte-local-storage-store": "^0.6.0",
"svelte-markdown": "^0.2.3", "svelte-markdown": "^0.2.3",
"svelte-modals": "^1.2.1", "svelte-modals": "^1.2.1",
"svelte-spa-router": "^3.3.0", "svelte-spa-router": "^3.3.0",
@ -4267,9 +4267,9 @@
} }
}, },
"node_modules/svelte-local-storage-store": { "node_modules/svelte-local-storage-store": {
"version": "0.5.0", "version": "0.6.0",
"resolved": "https://registry.npmjs.org/svelte-local-storage-store/-/svelte-local-storage-store-0.5.0.tgz", "resolved": "https://registry.npmjs.org/svelte-local-storage-store/-/svelte-local-storage-store-0.6.0.tgz",
"integrity": "sha512-SEDrpapeia6fUqta+r1NvSLlJYPkZ4pBcl15EYIOSPNzy6vhpoXu8cnzUDmZxsWl7fZGAHxrVH9UyZCbyO4W+g==", "integrity": "sha512-UbCY/yT/YUadU5IX/gZkoRQnA+ebFZHKKQjlJvfWHnBj3CPe9sNn8ndxYz/xy4LUzGjuBLq8+wH5RYK54ba3wA==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=0.14" "node": ">=0.14"

View File

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