diff --git a/services/frontend/package-lock.json b/services/frontend/package-lock.json index 8000a7a..a84be36 100644 --- a/services/frontend/package-lock.json +++ b/services/frontend/package-lock.json @@ -29,7 +29,7 @@ "mdsvex": "0.12.3", "sass": "1.86.3", "svelte": "4.2.19", - "svelte-check": "4.1.5", + "svelte-check": "4.1.6", "svelte-loading-spinners": "0.3.6", "tslib": "2.8.1", "typescript": "5.8.3", @@ -2123,9 +2123,9 @@ } }, "node_modules/svelte-check": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.1.5.tgz", - "integrity": "sha512-Gb0T2IqBNe1tLB9EB1Qh+LOe+JB8wt2/rNBDGvkxQVvk8vNeAoG+vZgFB/3P5+zC7RWlyBlzm9dVjZFph/maIg==", + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.1.6.tgz", + "integrity": "sha512-P7w/6tdSfk3zEVvfsgrp3h3DFC75jCdZjTQvgGJtjPORs1n7/v2VMPIoty3PWv7jnfEm3x0G/p9wH4pecTb0Wg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/services/frontend/package.json b/services/frontend/package.json index 449494d..b4cc9ce 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -19,7 +19,7 @@ "mdsvex": "0.12.3", "sass": "1.86.3", "svelte": "4.2.19", - "svelte-check": "4.1.5", + "svelte-check": "4.1.6", "svelte-loading-spinners": "0.3.6", "tslib": "2.8.1", "typescript": "5.8.3",