diff --git a/package-lock.json b/package-lock.json index 9a1504a..7bfd11e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-dom": "^18.2.0", "sweetalert2": "^11.10.4", "tailwindcss": "3.4.1", - "typescript": "5.3.3" + "typescript": "5.5.2" }, "devDependencies": { "daisyui": "^4.0.0" @@ -7691,9 +7691,10 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 85ddce4..1da9000 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-dom": "^18.2.0", "sweetalert2": "^11.10.4", "tailwindcss": "3.4.1", - "typescript": "5.3.3" + "typescript": "5.5.2" }, "devDependencies": { "daisyui": "^4.0.0"