From 4536fd5844e95f4c835c54b402837b3178fe3ffa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 08:45:55 +0000 Subject: [PATCH] Bump typescript from 3.0.3 to 4.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.0.3 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.0.3...v4.3.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 3801cb2..4fb57ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,9 +35,9 @@ "integrity": "sha1-cCvi3aazf0g2vLP121ZkG2Sh09M=" }, "typescript": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.3.tgz", - "integrity": "sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", + "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "dev": true } } diff --git a/package.json b/package.json index 51abc60..4d97e59 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ }, "devDependencies": { "@types/node": "^10.9.4", - "typescript": "^3.0.3" + "typescript": "^4.3.2" } }