diff --git a/package-lock.json b/package-lock.json index cfc3c67..3afaf2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "esbuild": "^0.20.2", "ts-node": "^10.9.2", "tsc-alias": "^1.8.8", - "typescript": "^5.4.3" + "typescript": "^5.4.5" } }, "node_modules/@cspotcode/source-map-support": { @@ -2419,9 +2419,9 @@ } }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "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", diff --git a/package.json b/package.json index 0b878ab..87495d6 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "esbuild": "^0.20.2", "ts-node": "^10.9.2", "tsc-alias": "^1.8.8", - "typescript": "^5.4.3" + "typescript": "^5.4.5" } }