From 50ab2eaeb7144cca0727bf2339867d53f53353f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 09:19:50 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.7 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...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 d64c7413..179d0d17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5757,9 +5757,9 @@ } }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz", + "integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index 1116c41a..4767108e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "ts-node": "^9.1.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", - "typescript": "^3.9.7" + "typescript": "^4.3.3" }, "dependencies": { "@2fd/command": "^1.1.2",