diff --git a/package-lock.json b/package-lock.json index 64864a5..f2fa6f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "prettier": "2.8.8", "prettier-plugin-tailwindcss": "0.3.0", "tailwindcss": "3.3.2", - "typescript": "5.1.5" + "typescript": "5.1.6" }, "engines": { "node": ">=18.14.0" @@ -3773,9 +3773,9 @@ } }, "node_modules/typescript": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.5.tgz", - "integrity": "sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 11174b8..c784c46 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier": "2.8.8", "prettier-plugin-tailwindcss": "0.3.0", "tailwindcss": "3.3.2", - "typescript": "5.1.5" + "typescript": "5.1.6" }, "engines": { "node": ">=18.14.0"