From 84b93d7b9dc8ff3212cac684d665c38a02e8b72b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 21:09:40 +0000 Subject: [PATCH] Bump typescript-transform-paths from 3.4.7 to 3.4.11 Bumps [typescript-transform-paths](https://github.com/LeDDGroup/typescript-transform-paths) from 3.4.7 to 3.4.11. - [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.4.7...v3.4.11) --- updated-dependencies: - dependency-name: typescript-transform-paths dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f53a059ad..f4da0675b 100644 --- a/package.json +++ b/package.json @@ -5761,7 +5761,7 @@ "tsconfig-paths-webpack-plugin": "^4.1.0", "typescript": "^5.5.3", "typescript-eslint": "^7.16.1", - "typescript-transform-paths": "^3.4.7", + "typescript-transform-paths": "^3.4.11", "webpack": "^5.93.0", "webpack-cli": "^5.1.4" }, diff --git a/yarn.lock b/yarn.lock index 359378781..aac7a537e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4524,12 +4524,12 @@ typescript-eslint@^7.16.1: "@typescript-eslint/parser" "7.16.1" "@typescript-eslint/utils" "7.16.1" -typescript-transform-paths@^3.4.7: - version "3.4.7" - resolved "https://registry.yarnpkg.com/typescript-transform-paths/-/typescript-transform-paths-3.4.7.tgz#1deaf976fb1b7a70fb26b541356017057c0c17a5" - integrity sha512-1Us1kdkdfKd2unbkBAOV2HHRmbRBYpSuk9nJ7cLD2hP4QmfToiM/VpxNlhJc1eezVwVqSKSBjNSzZsK/fWR/9A== +typescript-transform-paths@^3.4.11: + version "3.4.11" + resolved "https://registry.yarnpkg.com/typescript-transform-paths/-/typescript-transform-paths-3.4.11.tgz#42543784001ada8d382d6b4dd7520b70818df013" + integrity sha512-yUEHc991mbXjrjcOSBat1yiwzlSOqRyzjzj/5txQ7jy21Up0/p9H7XQ1c2lYLxf+Aum9vMpW/tG86ajkNupsZA== dependencies: - minimatch "^3.0.4" + minimatch "^3.1.2" typescript@^5.5.3: version "5.5.3"