diff --git a/package-lock.json b/package-lock.json index 91c71fc..8a2054d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "react-hook-form": "7.48.2", "swr": "2.2.4", "tailwindcss": "3.3.5", - "typescript": "5.3.2" + "typescript": "5.5.3" }, "devDependencies": { "husky": "8.0.3", @@ -6684,9 +6684,10 @@ } }, "node_modules/typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 23f9bfc..e013056 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-hook-form": "7.48.2", "swr": "2.2.4", "tailwindcss": "3.3.5", - "typescript": "5.3.2" + "typescript": "5.5.3" }, "devDependencies": { "husky": "8.0.3",