From 9279e496cd45e4757a572cb2a7bd84f8464d02f0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 19:39:46 +0000 Subject: [PATCH] chore(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 c6a3feb..4f820cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25500,9 +25500,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 6ac8107..501e5cf 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,6 @@ "stylelint": "^13.6.1", "stylelint-config-prettier": "^8.0.1", "ts-jest": "^25.5.1", - "typescript": "^3.8.3" + "typescript": "^3.9.5" } }