diff --git a/package-lock.json b/package-lock.json index e1025da6..f15d3596 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "sass": "^1.69.5", "stacking-order": "^2.0.0", "svelte": "^3.59.2", - "svelte-check": "^3.6.0", + "svelte-check": "^3.6.2", "svelte-fa": "^3.0.3", "svelte-highlight": "^7.4.2", "svelte-local-storage-store": "^0.6.4", @@ -4330,9 +4330,9 @@ } }, "node_modules/svelte-check": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.6.0.tgz", - "integrity": "sha512-8VfqhfuRJ1sKW+o8isH2kPi0RhjXH1nNsIbCFGyoUHG+ZxVxHYRKcb+S8eaL/1tyj3VGvWYx3Y5+oCUsJgnzcw==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.6.2.tgz", + "integrity": "sha512-E6iFh4aUCGJLRz6QZXH3gcN/VFfkzwtruWSRmlKrLWQTiO6VzLsivR6q02WYLGNAGecV3EocqZuCDrC2uttZ0g==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", diff --git a/package.json b/package.json index ac62687a..5ec76940 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "sass": "^1.69.5", "stacking-order": "^2.0.0", "svelte": "^3.59.2", - "svelte-check": "^3.6.0", + "svelte-check": "^3.6.2", "svelte-fa": "^3.0.3", "svelte-highlight": "^7.4.2", "svelte-local-storage-store": "^0.6.4",