From 7ddea14cd9e8a73bc98e0ca29deb7e283f4ffd01 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 20:13:39 +0000 Subject: [PATCH] Update typescript to version 4.9.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 27ba998..7de1f19 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "express-jwt": "^6.1.0", "moment": "^2.29.1", "mongoose": "^6.0.6", - "typescript": "^4.4.4" + "typescript": "^4.9.3" }, "scripts": { "start": "rm -rf dist && node_modules/typescript/bin/tsc && node dist/index.js", diff --git a/yarn.lock b/yarn.lock index 4093c84..b38d9a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -697,10 +697,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@^4.4.4: - version "4.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" - integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== +typescript@^4.9.3: + version "4.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" + integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"