From 87617e439664313153f6acd23bab10e7a270d45a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:44:21 +0000 Subject: [PATCH] Bump typescript from 4.1.3 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.3.5) 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 58a4ab4..feb31e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8562,9 +8562,9 @@ } }, "typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "dev": true }, "union-value": { diff --git a/package.json b/package.json index f5e86da..77050f1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "rimraf": "3.0.2", "ts-jest": "26.5.0", "ts-node": "9.1.1", - "typescript": "4.1.3" + "typescript": "4.3.5" }, "dependencies": { "@types/node": "14.14.25"