From 216c5372a97d871133a52f0d065eb25804650fa1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 07:03:28 +0000 Subject: [PATCH] Bump typescript from 4.2.3 to 4.2.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4. - [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 51e6fe1..5b52b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6346,9 +6346,9 @@ } }, "typescript": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", - "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==" + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==" }, "union-value": { "version": "1.0.1", diff --git a/package.json b/package.json index 175301c..ac50c63 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "request": "^2.88.2", "requestretry": "^5.0.0", "ts-jest": "^26.5.3", - "typescript": "^4.2.3", + "typescript": "^4.2.4", "yarn": "^1.22.10" }, "devDependencies": {