From 036037046da87d14b1df942a243c067a4ca734d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 17:46:25 +0000 Subject: [PATCH] build(deps-dev): bump vite-tsconfig-paths from 4.2.3 to 5.1.1 Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 4.2.3 to 5.1.1. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.2.3...v5.1.1) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ebd8be919..1d34e6700 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "snyk": "^1.1292.4", "source-map-explorer": "^2.5.3", "vite": "^3.2.10", - "vite-tsconfig-paths": "^4.2.3", + "vite-tsconfig-paths": "^5.1.1", "vitest": "^0.25.x", "vitest-fetch-mock": "^0.2.2", "wait-for-expect": "^3.0.2" diff --git a/yarn.lock b/yarn.lock index b904fd755..1fd6f5b49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12529,10 +12529,10 @@ ts-invariant@^0.10.3: dependencies: tslib "^2.1.0" -tsconfck@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-2.1.1.tgz#9b51603d2712d1f4740fa14748ca886a2e1893e5" - integrity sha512-ZPCkJBKASZBmBUNqGHmRhdhM8pJYDdOXp4nRgj/O0JwUwsMq50lCDRQP/M5GBNAA0elPrq4gAeu4dkaVCuKWww== +tsconfck@^3.0.3: + version "3.1.4" + resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.4.tgz#de01a15334962e2feb526824339b51be26712229" + integrity sha512-kdqWFGVJqe+KGYvlSO9NIaWn9jT1Ny4oKVzAJsKii5eoE9snzTJzL4+MMVOMn+fikWGFmKEylcXL710V/kIPJQ== tsconfig-paths@^3.15.0: version "3.15.0" @@ -13015,14 +13015,14 @@ vfile@^4.0.0: unist-util-stringify-position "^2.0.0" vfile-message "^2.0.0" -vite-tsconfig-paths@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-4.2.3.tgz#af31ba11e828c0b2b5426304294c88edd7a1071a" - integrity sha512-xVsA2xe6QSlzBujtWF8q2NYexh7PAUYfzJ4C8Axpe/7d2pcERYxuxGgph9F4f0iQO36g5tyGq6eBUYIssdUrVw== +vite-tsconfig-paths@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.1.tgz#c7e73fac6d6c541252742a9f9eda556d0751e669" + integrity sha512-0nLY3qQI4GlYw3We4rps16ntW+nAZYCUrJwsuvqxIUCY9Bk3VnSeJDm/VPCmjOcAJ9Kud4k+CK2ZEnf9pbzK9Q== dependencies: debug "^4.1.1" globrex "^0.1.2" - tsconfck "^2.1.0" + tsconfck "^3.0.3" vite@^3.0.0, vite@^3.2.10: version "3.2.10"