From ed18d744f29b4dff78f06f9280694e40024eff43 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 10:55:50 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.7 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.3.5) 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 225c26d7..f6de380c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2900,9 +2900,9 @@ } }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index ca96058a..e206dbfe 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ts-loader": "^6.2.1", "ts-node": "^8.5.4", "typedoc": "^0.16.9", - "typescript": "^3.7.2" + "typescript": "^4.3.5" }, "dependencies": { "async-rwlock": "^1.1.1",