From 4540da26f0780a031b09c8e0ddd8d0d2fe3220c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 01:23:28 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.8.3 to 3.9.7 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 3.9.7. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v3.9.7) 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 e2a406a..58eafca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29366,9 +29366,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.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", "dev": true }, "ua-parser-js": { diff --git a/package.json b/package.json index d11f4bb..0d18f6d 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,6 @@ "stylelint": "^13.7.2", "stylelint-config-prettier": "^8.0.2", "ts-jest": "^25.5.1", - "typescript": "^3.8.3" + "typescript": "^3.9.7" } }