From 811e119b12950d3bc8da12c8726c42c9486d6e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 10:01:07 +0000 Subject: [PATCH] Bump typescript from 4.3.5 to 4.6.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.6.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[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 9334e4e..1f2303e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1349,9 +1349,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz", + "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==", "dev": true }, "universalify": { diff --git a/package.json b/package.json index 74f9e98..601cc7d 100644 --- a/package.json +++ b/package.json @@ -224,7 +224,7 @@ "@types/mocha": "^8.2.2", "@types/node": "^14.17.4", "tslint": "^6.1.3", - "typescript": "^4.3.5", + "typescript": "^4.6.2", "vscode": "^1.1.36" }, "dependencies": {