From 257eef167cfeefb49cb2df457cb446c543824e30 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 21:14:45 +0000 Subject: [PATCH] Update typescript to version 4.8.4 --- 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..b277b9f --- 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.4" }, "scripts": { "start": "rm -rf dist && node_modules/typescript/bin/tsc && node dist/index.js", diff --git a/yarn.lock b/yarn.lock index 4093c84..77f9ba2 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.4: + version "4.8.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" + integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"