diff --git a/package-lock.json b/package-lock.json index 6596aba..2112755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "svelte-check": "^3.6.2", "tailwindcss": "^3.3.5", "tslib": "^2.6.2", - "typescript": "^5.0.0", + "typescript": "^5.4.3", "vite": "5.0.10" } }, @@ -9139,9 +9139,9 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", + "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 72f94a0..c5941bc 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "svelte-check": "^3.6.2", "tailwindcss": "^3.3.5", "tslib": "^2.6.2", - "typescript": "^5.0.0", + "typescript": "^5.4.3", "vite": "5.0.10" }, "type": "module",