From 571f84ca1176364f8f55864874ec6edd36a4ac63 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 19:45:28 +0000 Subject: [PATCH] Update typescript to version 4.6.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 17fd303..4ab3c8f --- 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.6.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..2efa68e 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.6.3: + version "4.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c" + integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"