From 6955fcddeadea0b3bb13d34292e62082270f152b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 04:02:11 +0000 Subject: [PATCH] Bump typescript from 3.8.3 to 3.9.2 (#16) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 3.9.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v3.9.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index afa0633..d4bda74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4759,9 +4759,9 @@ } }, "typescript": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", - "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==", + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.2.tgz", + "integrity": "sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==", "dev": true }, "typescript-formatter": { diff --git a/package.json b/package.json index 0bf90f7..28ebfec 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "prettier": "^2.0.5", "removeNPMAbsolutePaths": "^2.0.0", "ts-jest": "^25.5.1", - "typescript": "^3.8.3", + "typescript": "^3.9.2", "typescript-formatter": "^7.2.2" } }