From 5df9eaf51a37fe504896838118c162b5245075a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 10:01:30 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.2 to 3.9.3 (#202) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.2 to 3.9.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.2...v3.9.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: CrazyMax <1951866+crazy-max@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 48fbeaf..0495cd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7054,9 +7054,9 @@ } }, "typescript": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.2.tgz", - "integrity": "sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==", + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.3.tgz", + "integrity": "sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==", "dev": true }, "typescript-formatter": { diff --git a/package.json b/package.json index 54f33ba..619bea0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "prettier": "^2.0.5", "removeNPMAbsolutePaths": "^2.0.0", "ts-jest": "^25.5.1", - "typescript": "^3.9.2", + "typescript": "^3.9.3", "typescript-formatter": "^7.2.2" } } \ No newline at end of file