From 2f4d6c1444c6336d5765d941874523fccca059d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 04:25:24 +0000 Subject: [PATCH] Bump typescript from 3.6.3 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.3...v4.3.3) 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 602ce72..d7383da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3314,9 +3314,9 @@ } }, "typescript": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz", - "integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz", + "integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==", "dev": true }, "uid2": { diff --git a/package.json b/package.json index 4f186dd..ac69f5d 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "@types/ffmpeg-static": "^2.0.0", "@types/node": "^12.6.8", "ava": "^2.2.0", - "typescript": "^3.5.3" + "typescript": "^4.3.3" } }