From c17b1b9cbc47de518d144895aca6c511a469bd5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 14:37:19 +0000 Subject: [PATCH] Bump typescript from 3.7.5 to 3.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.5 to 3.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.5...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 5751d29..b963ea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5410,9 +5410,9 @@ } }, "typescript": { - "version": "3.7.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", - "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==", + "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 }, "unbzip2-stream": { diff --git a/package.json b/package.json index cfa8494..888ed7d 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "jest": "^24.8.0", "jest-circus": "^24.7.1", "ts-jest": "^24.0.2", - "typescript": "^3.5.1" + "typescript": "^3.9.5" } }