From 0c45933697bb1df5cb9c94db11c351f51079f777 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 09:17:56 +0000 Subject: [PATCH] Bump typescript from 3.9.7 to 4.1.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.1.2) 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 e0468af..fd11e18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11721,9 +11721,9 @@ } }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz", + "integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==", "dev": true }, "union-value": { diff --git a/package.json b/package.json index 3358173..68db69d 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "npm-check-updates": "^9.2.3", "prettier": "^2.2.1", "ts-jest": "^26.4.3", - "typescript": "^3.9.7" + "typescript": "^4.1.2" } }