From f53fb933e7ef8fcd060224cf9b6177ce1d197173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 21:01:47 +0000 Subject: [PATCH] Bump typescript from 4.3.5 to 4.5.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.5.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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 a54bb2df..6278387e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3317,9 +3317,9 @@ "dev": true }, "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz", + "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==", "dev": true }, "uc.micro": { diff --git a/package.json b/package.json index 879987c3..4e58d997 100644 --- a/package.json +++ b/package.json @@ -297,7 +297,7 @@ "mocha": "^9.1.3", "mocha-jenkins-reporter": "^0.4.7", "sinon": "12.0.1", - "typescript": "^4.3.5", + "typescript": "^4.5.3", "vscode-test": "^1.6.1", "y18n": ">=4.0.1" },