From eaf9552354f507f537ba2956d335f45cf2caf30b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 10:10:09 +0000 Subject: [PATCH] Bump typescript from 3.0.3 to 4.2.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.0.3 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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..aab02ef 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.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", "dev": true } } diff --git a/package.json b/package.json index 51abc60..30ac8e7 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ }, "devDependencies": { "@types/node": "^10.9.4", - "typescript": "^3.0.3" + "typescript": "^4.2.4" } }