From 778fb4a00650ef447067a9a982c1e17a4b1e9e74 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 21:22:56 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.7.5 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.5 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.5...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 956a230..3ec09f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10377,9 +10377,9 @@ } }, "typescript": { - "version": "3.7.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", - "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "dev": true }, "uid-safe": { diff --git a/package.json b/package.json index db37c91..a2e0869 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "supertest": "^4.0.2", "ts-jest": "^25.2.0", "ts-node": "^8.4.1", - "typescript": "^3.7.4" + "typescript": "^4.3.5" }, "dependencies": { "jsonwebtoken": "^8.5.1"