From 55e8746833cb24f5bb8f2edf5f171fd37c8ba8ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 00:25:34 +0000 Subject: [PATCH] build(deps-dev): bump vite-tsconfig-paths from 6.1.0 to 6.1.1 in /packages/ui in the vite group (#9225) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/ui/package-lock.json | 8 ++++---- packages/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index a8d42c0db..65e2d551d 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -44,7 +44,7 @@ "typescript": "^5.9.3", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4", - "vite-tsconfig-paths": "^6.0.5", + "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.0.18", "vue": "^3.5.28", "vue-tsc": "^3.2.4" @@ -13536,9 +13536,9 @@ } }, "node_modules/vite-tsconfig-paths": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.0.tgz", - "integrity": "sha512-kpd3sY9glHIDaq4V/Tlc1Y8WaKtutoc3B525GHxEVKWX42FKfQsXvjFOemu1I8VIN8pNbrMLWVTbW79JaRUxKg==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz", + "integrity": "sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 3724f2065..73f898e6a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -102,7 +102,7 @@ "typescript": "^5.9.3", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4", - "vite-tsconfig-paths": "^6.0.5", + "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.0.18", "vue": "^3.5.28", "vue-tsc": "^3.2.4"