chore(deps): update dependency svelte-check to v3.8.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-06-24 14:25:05 +00:00
parent db688d5dbd
commit 60d7f6a088

8
ui/package-lock.json generated
View File

@ -3349,16 +3349,14 @@
}
},
"node_modules/svelte-check": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.8.1.tgz",
"integrity": "sha512-KlQ0TRVe01mdvh49Ylkr9FQxO/UWbQOtaIrccl3gjgkvby1TxY41VkT7ijCl6i29FjaJPE4m6YGmhdqov0MfkA==",
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.8.2.tgz",
"integrity": "sha512-n6bVsE71RPuMXZz1CalD2fXO0RIyEDHn1YdGhcFEwZrwc/HoS5wWoEvEe+mcL9tivCTRtQIdbxLLStfIHFOX+Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",
"chokidar": "^3.4.1",
"fast-glob": "^3.2.7",
"import-fresh": "^3.2.1",
"picocolors": "^1.0.0",
"sade": "^1.7.4",
"svelte-preprocess": "^5.1.3",