diff --git a/package-lock.json b/package-lock.json index 0cc460a..90ad1c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "18.2.0", "react-icons": "^5.0.0", "tailwindcss": "3.4.3", - "typescript": "5.4.4" + "typescript": "5.4.5" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4598,9 +4598,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index fd2c514..9a0a901 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "react-dom": "18.2.0", "react-icons": "^5.0.0", "tailwindcss": "3.4.3", - "typescript": "5.4.4" + "typescript": "5.4.5" } }