From 90d86e3accb5d402591b0f48acf9d5817e81942a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 20:20:36 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 3.9.8 to 3.9.9 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.8 to 3.9.9. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.8...v3.9.9) 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 18571f2..260912c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10710,9 +10710,9 @@ } }, "typescript": { - "version": "3.9.8", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.8.tgz", - "integrity": "sha512-nDbnFkUZZjkQ92qwKX+C+jtk4OGfU8H9toSEs3uAsl8cxLjG2sqQm6leF/pLWvm9FAEJ6KHkYMAbHYaY2ITeVg==", + "version": "3.9.9", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.9.tgz", + "integrity": "sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==", "dev": true }, "union-value": { diff --git a/package.json b/package.json index b2893d0..d39cdc3 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "jest": "^25.5.4", "jest-circus": "^26.6.3", "ts-jest": "^25.5.1", - "typescript": "^3.9.8" + "typescript": "^3.9.9" } }