From 32cabc0f831c0d14b0be873579cc41741a7899d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 12:33:54 +0000 Subject: [PATCH] Bump vite-tsconfig-paths from 5.1.4 to 6.0.5 in /frontend Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 5.1.4 to 6.0.5. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.4...v6.0.5) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-version: 6.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index e0a36a17..57fcca12 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -60,7 +60,7 @@ "typescript": "5.9.3", "vite": "^7.1.12", "vite-plugin-checker": "^0.11.0", - "vite-tsconfig-paths": "^5.1.4", + "vite-tsconfig-paths": "^6.0.5", "vitest": "^4.0.6" } } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 800bbd72..56b885fb 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2972,10 +2972,10 @@ vite-plugin-checker@^0.11.0: tinyglobby "^0.2.14" vscode-uri "^3.1.0" -vite-tsconfig-paths@^5.1.4: - version "5.1.4" - resolved "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.4.tgz" - integrity sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w== +vite-tsconfig-paths@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-6.0.5.tgz#5bcbb44d6ae0d12fe42f5915a6ad9846b0ed7805" + integrity sha512-f/WvY6ekHykUF1rWJUAbCU7iS/5QYDIugwpqJA+ttwKbxSbzNlqlE8vZSrsnxNQciUW+z6lvhlXMaEyZn9MSig== dependencies: debug "^4.1.1" globrex "^0.1.2"