From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 07:56:51 +0000 (+0100) Subject: Bump typescript from 4.1.5 to 4.2.2 (#235) X-Git-Tag: v2.0.0~14 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8e6e6a0ec976c5a429f804615bc1a025ac4b1642;p=poolifier.git Bump typescript from 4.1.5 to 4.2.2 (#235) 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-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 26944715..380c1988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4535,9 +4535,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 a730d205..11b3d799 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "rollup-plugin-typescript2": "^0.30.0", "sonar-scanner": "^3.1.0", "source-map-support": "^0.5.19", - "typescript": "^4.1.5" + "typescript": "^4.2.2" }, "engines": { "node": ">=12.11.0",