From dfd5e3990b35e12ce59236971ed9e05b29a1abe3 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Thu, 20 Jun 2024 23:55:04 +0300 Subject: [PATCH] Update TypeScript to 5.5.2 Change-type: patch --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e023c325..bfa33f8bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "thirty-two": "^1.0.2", "ts-node": "^10.9.2", "typed-error": "^3.2.2", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "uuid": "^10.0.0", "validator": "^13.12.0" }, @@ -14619,9 +14619,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==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index a6112f911..f8bc5a4ac 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "thirty-two": "^1.0.2", "ts-node": "^10.9.2", "typed-error": "^3.2.2", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "uuid": "^10.0.0", "validator": "^13.12.0" },