From f9872aca0153f23d28259c137fb3b4f14c7d524c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 23:15:55 +0000 Subject: [PATCH] front: bump vite-tsconfig-paths from 5.1.4 to 6.0.2 in /front Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 5.1.4 to 6.0.2. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.4...v6.0.2) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- front/package-lock.json | 9 +++++---- front/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/front/package-lock.json b/front/package-lock.json index a30323989e1..9d7282212f0 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -142,7 +142,7 @@ "vite": "^7.2.7", "vite-plugin-checker": "^0.12.0", "vite-plugin-static-copy": "^3.1.4", - "vite-tsconfig-paths": "^5.1.4", + "vite-tsconfig-paths": "^6.0.2", "vitest": "^4.0.16" } }, @@ -25397,10 +25397,11 @@ } }, "node_modules/vite-tsconfig-paths": { - "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==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.0.2.tgz", + "integrity": "sha512-c06LOO8fWB5RuEPpEIHXU9t7Dt4DoiPIljnKws9UygIaQo6PoFKawTftz5/QVcO+6pOs/HHWycnq4UrZkWVYnQ==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.1.1", "globrex": "^0.1.2", diff --git a/front/package.json b/front/package.json index c3d4e53cdec..8cd70c70b3a 100644 --- a/front/package.json +++ b/front/package.json @@ -138,7 +138,7 @@ "vite": "^7.2.7", "vite-plugin-checker": "^0.12.0", "vite-plugin-static-copy": "^3.1.4", - "vite-tsconfig-paths": "^5.1.4", + "vite-tsconfig-paths": "^6.0.2", "vitest": "^4.0.16" }, "scripts": {