From ae688b209d198d412a2b084cf96e86f328267d5b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 13:32:28 +0000 Subject: [PATCH] Bump typescript from 4.1.5 to 4.2.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.3. - [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 0e0af01..4b74d0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6195,9 +6195,9 @@ } }, "typescript": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", - "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==" + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", + "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==" }, "union-value": { "version": "1.0.1", diff --git a/package.json b/package.json index 7155128..246e65c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "request": "^2.88.2", "requestretry": "^4.1.2", "ts-jest": "^26.5.3", - "typescript": "^4.1.5", + "typescript": "^4.2.3", "yarn": "^1.22.10" }, "devDependencies": {