From 11225ddc3eb4d79de6071b293fe58a20b64976da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:34:27 +0000 Subject: [PATCH] Update dependency typescript-transform-paths to v3.5.2 --- pnpm-lock.yaml | 18 +++++++++--------- yarn.lock | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e834566..4d89fd1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,7 +56,7 @@ importers: version: 7.8.0(eslint@9.16.0)(typescript@5.4.5) typescript-transform-paths: specifier: ^3.4.7 - version: 3.4.7(typescript@5.4.5) + version: 3.5.2(typescript@5.4.5) packages: @@ -3632,8 +3632,8 @@ packages: electron-to-chromium@1.4.761: resolution: {integrity: sha512-PIbxpiJGx6Bb8dQaonNc6CGTRlVntdLg/2nMa1YhnrwYOORY9a3ZgGN0UQYE6lAcj/lkyduJN7BPt/JiY+jAQQ==} - electron-to-chromium@1.5.71: - resolution: {integrity: sha512-dB68l59BI75W1BUGVTAEJy45CEVuEGy9qPVVQ8pnHyHMn36PLPPoE1mjLH+lo9rKulO3HC2OhbACI/8tCqJBcA==} + electron-to-chromium@1.5.72: + resolution: {integrity: sha512-ZpSAUOZ2Izby7qnZluSrAlGgGQzucmFbN0n64dYzocYxnxV5ufurpj3VgEe4cUp7ir9LmeLxNYo8bVnlM8bQHw==} electron-window@0.8.1: resolution: {integrity: sha512-W1i9LfnZJozk3MXE8VgsL2E5wOUHSgyCvcg1H2vQQjj+gqhO9lVudgY3z3SF7LJAmi+0vy3CJkbMqsynWB49EA==} @@ -7620,8 +7620,8 @@ packages: typescript: optional: true - typescript-transform-paths@3.4.7: - resolution: {integrity: sha512-1Us1kdkdfKd2unbkBAOV2HHRmbRBYpSuk9nJ7cLD2hP4QmfToiM/VpxNlhJc1eezVwVqSKSBjNSzZsK/fWR/9A==} + typescript-transform-paths@3.5.2: + resolution: {integrity: sha512-IRDVXfU7oscLwTvLabXprFrFCMUdBJbdUDtxbHFEsau9FlqrrdgS8PfwUltKDAh75vJFkQ8QdXAt/nzIWWp+fA==} peerDependencies: typescript: '>=3.6.5' @@ -12148,7 +12148,7 @@ snapshots: browserslist@4.24.2: dependencies: caniuse-lite: 1.0.30001687 - electron-to-chromium: 1.5.71 + electron-to-chromium: 1.5.72 node-releases: 2.0.18 update-browserslist-db: 1.1.1(browserslist@4.24.2) @@ -12945,7 +12945,7 @@ snapshots: electron-to-chromium@1.4.761: {} - electron-to-chromium@1.5.71: {} + electron-to-chromium@1.5.72: {} electron-window@0.8.1: dependencies: @@ -17925,9 +17925,9 @@ snapshots: transitivePeerDependencies: - supports-color - typescript-transform-paths@3.4.7(typescript@5.4.5): + typescript-transform-paths@3.5.2(typescript@5.4.5): dependencies: - minimatch: 3.1.2 + minimatch: 9.0.5 typescript: 5.4.5 typescript@5.4.5: {} diff --git a/yarn.lock b/yarn.lock index a0d823d..8ad13a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9537,7 +9537,7 @@ minimatch@^9.0.0, minimatch@^9.0.3, minimatch@^9.0.4: dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.1: +minimatch@^9.0.1, minimatch@^9.0.5: version "9.0.5" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== @@ -12923,11 +12923,11 @@ typescript-eslint@^7.8.0: "@typescript-eslint/utils" "7.8.0" 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== + version "3.5.2" + resolved "https://registry.yarnpkg.com/typescript-transform-paths/-/typescript-transform-paths-3.5.2.tgz#d05de79b625ce4229b908cf7a897d15c6553a511" + integrity sha512-IRDVXfU7oscLwTvLabXprFrFCMUdBJbdUDtxbHFEsau9FlqrrdgS8PfwUltKDAh75vJFkQ8QdXAt/nzIWWp+fA== dependencies: - minimatch "^3.0.4" + minimatch "^9.0.5" typescript@^5.1.6, typescript@^5.4.5: version "5.4.5"