diff --git a/materialious/package-lock.json b/materialious/package-lock.json index 8598265c..df97374b 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -50,7 +50,7 @@ "prettier": "^3.3.0", "prettier-plugin-svelte": "^3.2.3", "svelte": "^4.2.17", - "svelte-check": "^3.7.1", + "svelte-check": "^3.8.0", "tslib": "^2.4.1", "typescript": "^5.4.5", "vite": "^5.2.11" @@ -11157,9 +11157,9 @@ } }, "node_modules/svelte-check": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.7.1.tgz", - "integrity": "sha512-U4uJoLCzmz2o2U33c7mPDJNhRYX/DNFV11XTUDlFxaKLsO7P+40gvJHMPpoRfa24jqZfST4/G9fGNcUGMO8NAQ==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.8.0.tgz", + "integrity": "sha512-7Nxn+3X97oIvMzYJ7t27w00qUf1Y52irE2RU2dQAd5PyvfGp4E7NLhFKVhb6PV2fx7dCRMpNKDIuazmGthjpSQ==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", diff --git a/materialious/package.json b/materialious/package.json index e3db9ea0..25fa65bc 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -31,7 +31,7 @@ "prettier": "^3.3.0", "prettier-plugin-svelte": "^3.2.3", "svelte": "^4.2.17", - "svelte-check": "^3.7.1", + "svelte-check": "^3.8.0", "tslib": "^2.4.1", "typescript": "^5.4.5", "vite": "^5.2.11"