From 3e98d028bd8d6f181c0241e7f3895ee8a5271a71 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 22:55:19 +0000 Subject: [PATCH] Bump typescript from 3.9.7 to 3.9.10 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 3.9.10. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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 9b07c962..5d9744c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7533,9 +7533,9 @@ } }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "version": "3.9.10", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", + "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index 19cc9fe1..6dd7066c 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "jest-circus": "26.2.2", "prettier": "^2.0.5", "ts-jest": "26.1.4", - "typescript": "3.9.7" + "typescript": "3.9.10" } }