From 5e1620e7849f22b248bfe273819c5b46452f1fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 06:47:19 +0000 Subject: [PATCH] build(deps-dev): bump typescript in /packages/voucher Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.5.2. - [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/v4.9.5...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/voucher/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/voucher/package.json b/packages/voucher/package.json index 0087037..d04c711 100644 --- a/packages/voucher/package.json +++ b/packages/voucher/package.json @@ -101,6 +101,6 @@ "prettier": "^3.2.5", "ts-unused-exports": "^8.0.0", "type-fest": "^2.16.0", - "typescript": "^4.9.5" + "typescript": "^5.5.2" } }