diff --git a/package-lock.json b/package-lock.json index 6596aba..a015bd8 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.4", "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.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 72f94a0..8a6e8c3 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.4", "vite": "5.0.10" }, "type": "module",