From 441e8e82595528e146c63073b1ba493b33b25261 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:25:33 +0000 Subject: [PATCH] Bump typescript from 3.7.5 to 4.1.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.5...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 f53c700..25e5599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4739,9 +4739,9 @@ "dev": true }, "typescript": { - "version": "3.7.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", - "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz", + "integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==", "dev": true }, "unc-path-regex": { diff --git a/package.json b/package.json index 6f2db32..4875a19 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "mocha-typescript": "^1.1", "tjson-js": "^0.1", "ts-node": "^8.3", - "typescript": "^3.0" + "typescript": "^4.1" }, "dependencies": {} }