From 89dd1006236410aa9fea6d2e4fd30fa86628e2d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 23:46:59 +0000 Subject: [PATCH] build(deps): bump typescript from 4.2.4 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- 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 9f28a00..99dfda3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4853,9 +4853,9 @@ "dev": true }, "typescript": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", - "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==" + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==" }, "uglify-js": { "version": "3.13.3", diff --git a/package.json b/package.json index 9617029..9af181f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "husky": "5.1.3", "minimist": "1.2.5", "prettier": "2.2.1", - "typescript": "4.2.4" + "typescript": "4.3.5" }, "devDependencies": { "json-schema": "^0.3.0",