From 69324597a817f95a3fd178b8973bb2904a5d2500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 06:25:43 +0000 Subject: [PATCH] :arrow_up: Bump typescript from 4.1.5 to 4.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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 8d53e84..756de60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11813,9 +11813,9 @@ } }, "typescript": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", - "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz", + "integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index 96bb837..e66c5ec 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "semantic-release": "^17.3.9", "semantic-release-gitmoji": "^1.3.4", "ts-jest": "^26.5.1", - "typescript": "^4.1.5" + "typescript": "^4.2.2" }, "dependencies": { "@actions/core": "^1.2.6",