From 915cf4e7c82bade0d7e4a16ea428de0b78fe1884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 07:35:19 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.1.3 to 4.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.2.2) Signed-off-by: dependabot[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 e281710..013da4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1460,9 +1460,9 @@ } }, "typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz", + "integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==", "dev": true }, "uid-safe": { diff --git a/package.json b/package.json index ce561cd..51181de 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "eslint": "^7.16.0", "eslint-config-prettier": "^7.1.0", "prettier": "^2.2.1", - "typescript": "^4.1.3" + "typescript": "^4.2.2" } }