From 1e5fb4916f8d7bb08a09399513f16023719d185c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:33:49 +0000 Subject: [PATCH] build(deps-dev): update typescript requirement from ^5.3.3 to ^5.5.3 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.3.3...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2f7cbe..7c281c3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@boywithkeyboard/builder": "^0.4.2", "@types/node": "^20.11.17", "openapi-typescript": "^6.7.4", - "typescript": "^5.3.3" + "typescript": "^5.5.3" }, "engines": { "node": ">=18"