diff --git a/package.json b/package.json index ffb8b976..bf805c23 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "globals": "^17.0.0", "jsdom": "^27.4.0", "prettier": "^3.3.2", - "vite": "^7.3.2", + "vite": "^7.3.5", "vite-plugin-eslint": "^1.8.1", "vitest": "^4.1.0", "vitest-sonar-reporter": "^3.0.0" diff --git a/yarn.lock b/yarn.lock index 57bf0051..6862dc00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5857,10 +5857,10 @@ vite-plugin-eslint@^1.8.1: "@types/eslint" "^8.4.5" rollup "^2.77.2" -"vite@^6.0.0 || ^7.0.0 || ^8.0.0-0", vite@^7.3.2: - version "7.3.2" - resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.2.tgz#cb041794d4c1395e28baea98198fd6e8f4b96b5c" - integrity sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg== +"vite@^6.0.0 || ^7.0.0 || ^8.0.0-0", vite@^7.3.5: + version "7.3.5" + resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.5.tgz#90c2d0b7b94a224e7e7dcf22d2912ff0b5291165" + integrity sha512-KuOaNhcnGFN2zIPGA7wRmzF+lJA1sea7rHq17aiJ++9lzY1WWG6Jpwqwe1KNbRVPIqHmr8GLYx7jbrQcN/7/ww== dependencies: esbuild "^0.27.0" fdir "^6.5.0"