From ec58f20dbe6a30a96fc94419379edda47ad6a04d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 12:50:37 +0100 Subject: [PATCH] Bump typescript from 4.2.2 to 4.2.3 (#253) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.3. - [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> --- 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 edf4a830..2024c8ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4751,9 +4751,9 @@ "dev": true }, "typescript": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz", - "integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", + "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index 335399ee..bb1651f0 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "sonar-scanner": "^3.1.0", "source-map-support": "^0.5.19", "typedoc": "^0.20.29", - "typescript": "^4.2.2" + "typescript": "^4.2.3" }, "engines": { "node": ">=12.11.0", -- 2.34.1