Bump svelte-check from 4.1.0 to 4.1.1 in /ui (#1443)

* Bump svelte-check from 4.1.0 to 4.1.1 in /ui

Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-4.1.0...svelte-check-4.1.1)

---
updated-dependencies:
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update UI build outputs

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-12-11 21:12:23 +00:00 committed by GitHub
parent 963719e40c
commit abbbec4f51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
ui/package-lock.json generated
View File

@ -19,7 +19,7 @@
"mime": "^4.0.4",
"postcss": "^8.4.49",
"svelte": "^5.4.0",
"svelte-check": "^4.0.0",
"svelte-check": "^4.1.1",
"svelte-table": "^0.6.3",
"tailwindcss": "^3.4.16",
"typescript": "^5.0.0",
@ -3006,10 +3006,11 @@
}
},
"node_modules/svelte-check": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.1.0.tgz",
"integrity": "sha512-AflEZYqI578KuDZcpcorPSf597LStxlkN7XqXi38u09zlHODVKd7c+7OuubGzbhgGRUqNTdQCZ+Ga96iRXEf2g==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.1.1.tgz",
"integrity": "sha512-NfaX+6Qtc8W/CyVGS/F7/XdiSSyXz+WGYA9ZWV3z8tso14V2vzjfXviKaTFEzB7g8TqfgO2FOzP6XT4ApSTUTw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
"chokidar": "^4.0.1",

View File

@ -22,7 +22,7 @@
"mime": "^4.0.4",
"postcss": "^8.4.49",
"svelte": "^5.4.0",
"svelte-check": "^4.0.0",
"svelte-check": "^4.1.1",
"svelte-table": "^0.6.3",
"tailwindcss": "^3.4.16",
"typescript": "^5.0.0",