Bump svelte-spa-router from 3.3.0 to 4.0.1 in /ui (#1201)

Bumps [svelte-spa-router](https://github.com/ItalyPaleAle/svelte-spa-router) from 3.3.0 to 4.0.1.
- [Release notes](https://github.com/ItalyPaleAle/svelte-spa-router/releases)
- [Changelog](https://github.com/ItalyPaleAle/svelte-spa-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ItalyPaleAle/svelte-spa-router/compare/v3.3.0...v4.0.1)

---
updated-dependencies:
- dependency-name: svelte-spa-router
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-21 18:50:56 +00:00 committed by GitHub
parent ef3274e1e4
commit 2d4fbf31dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
ui/package-lock.json generated
View File

@ -27,7 +27,7 @@
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^4.2.8",
"svelte-preprocess": "^5.1.3",
"svelte-spa-router": "^3.3.0",
"svelte-spa-router": "^4.0.1",
"svelte-table": "^0.6.1",
"tailwindcss": "^3.4.1",
"vite": "^4.5.2"
@ -3007,9 +3007,9 @@
"dev": true
},
"node_modules/regexparam": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/regexparam/-/regexparam-2.0.1.tgz",
"integrity": "sha512-zRgSaYemnNYxUv+/5SeoHI0eJIgTL/A2pUtXUPLHQxUldagouJ9p+K6IbIZ/JiQuCEv2E2B1O11SjVQy3aMCkw==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/regexparam/-/regexparam-2.0.2.tgz",
"integrity": "sha512-A1PeDEYMrkLrfyOwv2jwihXbo9qxdGD3atBYQA9JJgreAx8/7rC6IUkWOw2NQlOxLp2wL0ifQbh1HuidDfYA6w==",
"dev": true,
"engines": {
"node": ">=8"
@ -4245,12 +4245,12 @@
}
},
"node_modules/svelte-spa-router": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/svelte-spa-router/-/svelte-spa-router-3.3.0.tgz",
"integrity": "sha512-cwRNe7cxD43sCvSfEeaKiNZg3FCizGxeMcf7CPiWRP3jKXjEma3vxyyuDtPOam6nWbVxl9TNM3hlE/i87ZlqcQ==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/svelte-spa-router/-/svelte-spa-router-4.0.1.tgz",
"integrity": "sha512-2JkmUQ2f9jRluijL58LtdQBIpynSbem2eBGp4zXdi7aDY1znbR6yjw0KsonD0aq2QLwf4Yx4tBJQjxIjgjXHKg==",
"dev": true,
"dependencies": {
"regexparam": "2.0.1"
"regexparam": "2.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ItalyPaleAle"

View File

@ -30,7 +30,7 @@
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^4.2.8",
"svelte-preprocess": "^5.1.3",
"svelte-spa-router": "^3.3.0",
"svelte-spa-router": "^4.0.1",
"svelte-table": "^0.6.1",
"tailwindcss": "^3.4.1",
"vite": "^4.5.2"