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": {