diff --git a/package-lock.json b/package-lock.json index b28c2d4..3391754 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "esbuild": "^0.21.4", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", - "typescript": "^5.4.3" + "typescript": "^5.5.2" } }, "node_modules/@cspotcode/source-map-support": { @@ -1983,9 +1983,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 6d8d22e..1e1fa4e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "esbuild": "^0.21.4", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", - "typescript": "^5.4.3" + "typescript": "^5.5.2" }, "main": "index.js", "types": "index.d.ts",