From 5445bcc97eadbdc514d59ddb1ad8f5e54967ac55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:13:13 +0000 Subject: [PATCH] Bump the typescript group across 1 directory with 3 updates Bumps the typescript group with 3 updates in the / directory: [ts-patch](https://github.com/nonara/ts-patch), [typescript](https://github.com/microsoft/TypeScript) and [typescript-transform-paths](https://github.com/LeDDGroup/typescript-transform-paths). Updates `ts-patch` from 3.3.0 to 4.0.1 - [Release notes](https://github.com/nonara/ts-patch/releases) - [Changelog](https://github.com/nonara/ts-patch/blob/master/CHANGELOG.md) - [Commits](https://github.com/nonara/ts-patch/compare/v3.3.0...v4.0.1) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `typescript-transform-paths` from 3.5.6 to 4.0.0 - [Release notes](https://github.com/LeDDGroup/typescript-transform-paths/releases) - [Changelog](https://github.com/LeDDGroup/typescript-transform-paths/blob/master/CHANGELOG.md) - [Commits](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.6...v4.0.0) --- updated-dependencies: - dependency-name: ts-patch dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript - dependency-name: typescript-transform-paths dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dd1261e..c3ef088 100644 --- a/package.json +++ b/package.json @@ -74,9 +74,9 @@ "swagger-ui-express": "^5.0.0", "ts-loader": "^9.5.0", "ts-node": "^10.9.2", - "ts-patch": "^3.3.0", - "typescript": "~5.9.3", - "typescript-transform-paths": "^3.5.6", + "ts-patch": "^4.0.1", + "typescript": "~6.0.3", + "typescript-transform-paths": "^4.0.0", "webpack": "^5.90.3", "webpack-cli": "^5.1.4", "write-file-webpack-plugin": "^4.5.1"