From 553748e1c629420a8a5979393746bf802e94a529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:13:00 +0000 Subject: [PATCH] fix(deps): update dependency typescript to v5.7.3 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f396a03f..de4bc618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "node-ts-cache": "4.4.0", "node-ts-cache-storage-memory": "4.4.0", "redis": "4.7.0", - "typescript": "5.7.2", + "typescript": "5.7.3", "uuid": "11.0.4", "winston": "3.17.0" }, @@ -6737,9 +6737,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -11918,9 +11918,9 @@ } }, "typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==" + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==" }, "undici-types": { "version": "5.26.5", diff --git a/package.json b/package.json index 327869ec..a60cbb6e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "node-ts-cache": "4.4.0", "node-ts-cache-storage-memory": "4.4.0", "redis": "4.7.0", - "typescript": "5.7.2", + "typescript": "5.7.3", "uuid": "11.0.4", "winston": "3.17.0" },