From 47dee287ebad30758608a7ebc4b5026da622da67 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 08:15:10 +0000 Subject: [PATCH] Bump typescript from 4.2.2 to 4.2.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 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 5d2d757..2dd14a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3130,9 +3130,9 @@ } }, "typescript": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz", - "integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", "dev": true }, "universalify": { diff --git a/package.json b/package.json index 26d7688..90ed370 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "prettier": "^2.2.1", "ts-node": "^9.1.1", "ts-node-dev": "^1.1.1", - "typescript": "^4.1.3" + "typescript": "^4.2.4" }, "lint-staged": { "*.ts": "prettier --write",