diff --git a/package-lock.json b/package-lock.json index 25a43f4..f871b54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "prettier": "2.8.3", "prettier-plugin-tailwindcss": "0.2.1", "tailwindcss": "3.2.4", - "typescript": "4.9.3" + "typescript": "4.9.5" }, "engines": { "node": ">=18.14.0" @@ -3681,9 +3681,9 @@ } }, "node_modules/typescript": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", - "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 157ce85..7770b61 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "prettier": "2.8.3", "prettier-plugin-tailwindcss": "0.2.1", "tailwindcss": "3.2.4", - "typescript": "4.9.3" + "typescript": "4.9.5" }, "engines": { "node": ">=18.14.0"