From d03a14fb4d3240dedf1f4f98d0e752296744568a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 04:41:08 +0000 Subject: [PATCH] Bump typescript from 2.7.2 to 2.9.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.7.2 to 2.9.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v2.7.2...v2.9.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0f4ce98..78c3d03 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "koa-views": "^6.1.1", "sqlite3": "^5.0.2", "typeorm": "next", - "typescript": "^2.6.1" + "typescript": "^2.9.2" }, "devDependencies": { "chai": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index 7af3b58..a6ac04a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2237,9 +2237,10 @@ typeorm@next: yargonaut "^1.1.2" yargs "^9.0.1" -typescript@^2.6.1: - version "2.7.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836" +typescript@^2.9.2: + version "2.9.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c" + integrity sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w== universalify@^0.1.0: version "0.1.1"