From b2d38f168aa990d14339e43fab2c251997b79893 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 27 Aug 2022 00:28:58 +0000 Subject: [PATCH] Update typescript to version 4.8.2 --- 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..82c149d --- 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.8.2" }, "scripts": { "start": "rm -rf dist && node_modules/typescript/bin/tsc && node dist/index.js", diff --git a/yarn.lock b/yarn.lock index 4093c84..3042e76 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.8.2: + version "4.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790" + integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"