From 542621827b5bdf592acad1e1247576544f80919f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 6 Dec 2020 08:33:57 +0000 Subject: [PATCH] :arrow_up: Bump typescript from 3.9.7 to 4.1.2 in /api Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.1.2) Signed-off-by: dependabot-preview[bot] --- api/package.json | 2 +- api/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/package.json b/api/package.json index 3458278..31f69ea 100644 --- a/api/package.json +++ b/api/package.json @@ -9,7 +9,7 @@ "ts-node": "^8.10.2", "tsconfig-paths": "^3.9.0", "typeorm": "^0.2.29", - "typescript": "^3.9.7" + "typescript": "^4.1.2" }, "devDependencies": { "@types/body-parser": "^1.19.0", diff --git a/api/yarn.lock b/api/yarn.lock index fa4b62c..10099ba 100644 --- a/api/yarn.lock +++ b/api/yarn.lock @@ -1779,10 +1779,10 @@ typeorm@^0.2.29: yargonaut "^1.1.2" yargs "^16.0.3" -typescript@^3.9.7: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +typescript@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9" + integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ== undefsafe@^2.0.2: version "2.0.3"