From f6f578083de79f643f55d32abf4f9ebd22ac1105 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 08:07:47 +0000 Subject: [PATCH] Bump typescript from 3.9.5 to 3.9.10 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 3.9.10. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.5...v3.9.10) 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 d21dedfb..9a7dda4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7832,9 +7832,9 @@ } }, "typescript": { - "version": "3.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", - "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==", + "version": "3.9.10", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", + "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==", "dev": true }, "union-value": { diff --git a/package.json b/package.json index 9111fec5..8b465546 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "jest": "^26.0.1", "jest-circus": "^26.0.1", "ts-jest": "^26.1.0", - "typescript": "^3.9.5" + "typescript": "^3.9.10" } }