From 103d96be2dc419b6a2d65b13568f36e7cdb09b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 10:00:58 +0000 Subject: [PATCH] Bump typescript from 4.3.5 to 4.5.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.5.4) --- 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..108474a 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.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true }, "universalify": { diff --git a/package.json b/package.json index 74f9e98..637f812 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.5.4", "vscode": "^1.1.36" }, "dependencies": {