From f95c0c7c24e9f9bff212c08c937c7ea6960e3e1e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 01:14:08 +0000 Subject: [PATCH] Bump typescript from 3.5.2 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.2 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.5.2...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 2695292..8c1691a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5951,9 +5951,9 @@ "dev": true }, "typescript": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.2.tgz", - "integrity": "sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz", + "integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==", "dev": true }, "typescript-eslint-parser": { diff --git a/package.json b/package.json index f881abe..2a5bd0d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "rimraf": "^2.6.3", "ts-node": "^8.3.0", "tslint": "^5.18.0", - "typescript": "^3.5.2", + "typescript": "^4.3.3", "typescript-eslint-parser": "^22.0.0" }, "dependencies": {