From 891725408f741a82f92c28571a12f064c609a84a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2020 18:36:19 +0000 Subject: [PATCH] Build(deps-dev): bump typescript from 3.8.3 to 3.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 3.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v3.9.5) Signed-off-by: dependabot-preview[bot] --- 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 3491787f020d6..8b05f1ab5ec3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36176,9 +36176,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.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", + "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==", "dev": true }, "ua-parser-js": { diff --git a/package.json b/package.json index 8a8e4ca9e9f42..bea920ee022a9 100644 --- a/package.json +++ b/package.json @@ -247,7 +247,7 @@ "tmp": "0.2.1", "tsd": "^0.11.0", "ts-mocha": "^7.0.0", - "typescript": "^3.8.3" + "typescript": "^3.9.5" }, "engines": { "node": "^10.16.3",