From b57981ea479b0239088f2e2288514f29e01fce3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:56:53 +0000 Subject: [PATCH] build(deps-dev): Update typescript requirement Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- test/utils-test-project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils-test-project/package.json b/test/utils-test-project/package.json index 875198e..4f7df11 100644 --- a/test/utils-test-project/package.json +++ b/test/utils-test-project/package.json @@ -41,7 +41,7 @@ "eslint": "^8.57.0", "mocha": "^10.7.0", "rimraf": "^5.0.5", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "vscode-uitests-tooling": "file:../.." } }