Bump svelte-check from 4.1.1 to 4.1.4 in /ui (#1534)

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

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

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] 2025-02-10 19:27:19 -05:00 committed by GitHub
parent 83f49556f6
commit 62ecf4e95a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@ -19,7 +19,7 @@
"mime": "^4.0.6",
"postcss": "^8.4.49",
"svelte": "^5.19.9",
"svelte-check": "^4.1.1",
"svelte-check": "^4.1.4",
"svelte-table": "^0.6.3",
"tailwindcss": "^3.4.16",
"typescript": "^5.0.0",
@ -3005,9 +3005,9 @@
}
},
"node_modules/svelte-check": {
"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==",
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.1.4.tgz",
"integrity": "sha512-v0j7yLbT29MezzaQJPEDwksybTE2Ups9rUxEXy92T06TiA0cbqcO8wAOwNUVkFW6B0hsYHA+oAX3BS8b/2oHtw==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -22,7 +22,7 @@
"mime": "^4.0.6",
"postcss": "^8.4.49",
"svelte": "^5.19.9",
"svelte-check": "^4.1.1",
"svelte-check": "^4.1.4",
"svelte-table": "^0.6.3",
"tailwindcss": "^3.4.16",
"typescript": "^5.0.0",