diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 1ba2952..388bd89 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -26,7 +26,7 @@ "nodemon": "^3.1.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", - "typescript": "^5.4.3" + "typescript": "^5.4.5" }, "engines": { "node": "20.11.1" @@ -4003,9 +4003,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==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/typescript/package.json b/typescript/package.json index ccaff70..479c2fd 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -46,7 +46,7 @@ "nodemon": "^3.1.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", - "typescript": "^5.4.3" + "typescript": "^5.4.5" }, "engines": { "node": "20.11.1"