diff --git a/package-lock.json b/package-lock.json index a475a32..66885a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "prettier": "3.0.2", "prettier-plugin-tailwindcss": "0.5.3", "tailwindcss": "3.3.3", - "typescript": "5.1.6" + "typescript": "5.2.2" }, "engines": { "node": ">=18.14.0" @@ -3774,9 +3774,9 @@ } }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 7c30f53..9d926f8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier": "3.0.2", "prettier-plugin-tailwindcss": "0.5.3", "tailwindcss": "3.3.3", - "typescript": "5.1.6" + "typescript": "5.2.2" }, "engines": { "node": ">=18.14.0"