diff --git a/package-lock.json b/package-lock.json index bb8460944..404c5cf6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "shx": "^0.3.4", "tailwindcss": "^3.4.3", "tmp": "^0.2.3", - "typescript": "^5.4.4", + "typescript": "^5.4.5", "vite": "^5.0.12", "vitest": "^0.30.1", "xvfb-maybe": "^0.2.1" @@ -19371,9 +19371,9 @@ "license": "MIT" }, "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==", "devOptional": true, "bin": { "tsc": "bin/tsc", @@ -34309,9 +34309,9 @@ "version": "1.18.0" }, "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==", "devOptional": true }, "ufo": { diff --git a/package.json b/package.json index 068980770..9bb232a9f 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "shx": "^0.3.4", "tailwindcss": "^3.4.3", "tmp": "^0.2.3", - "typescript": "^5.4.4", + "typescript": "^5.4.5", "vite": "^5.0.12", "vitest": "^0.30.1", "xvfb-maybe": "^0.2.1"