From 294439f80fbce248d3f0637eccf714497aceaa78 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 03:26:35 +0000 Subject: [PATCH] Bump typescript from 3.9.9 to 3.9.10 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.9 to 3.9.10. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.9...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 5bb218c..d3e81ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6485,9 +6485,9 @@ } }, "typescript": { - "version": "3.9.9", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.9.tgz", - "integrity": "sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==", + "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 ec5c204..910c97a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "rimraf": "^3.0.2", "ts-jest": "^25.5.1", "tslib": "^2.1.0", - "typescript": "^3.9.9" + "typescript": "^3.9.10" }, "jest": { "rootDir": ".",