From c661e99f0157e5bf23871d142a6b16829c15eef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:44:31 +0000 Subject: [PATCH] Update typescript-transform-paths requirement Updates the requirements on [typescript-transform-paths](https://github.com/LeDDGroup/typescript-transform-paths) to permit the latest version. Updates `typescript-transform-paths` to 3.5.3 - [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.2...v3.5.3) --- updated-dependencies: - dependency-name: typescript-transform-paths dependency-type: direct:development dependency-group: typescript ... Signed-off-by: dependabot[bot] --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index b959fd943..67dfa2a77 100644 --- a/test/package.json +++ b/test/package.json @@ -37,7 +37,7 @@ "ts-node": "^10.9.2", "ts-patch": "~3.3.0", "typescript": "~5.7.2", - "typescript-transform-paths": "^3.5.2" + "typescript-transform-paths": "^3.5.3" }, "dependencies": { "@fastify/multipart": "^8.1.0",