diff --git a/code/package.json b/code/package.json index 7e1ae1b..dfe137d 100644 --- a/code/package.json +++ b/code/package.json @@ -67,7 +67,7 @@ "prettier": "^3.6.2", "typescript": "^5.8.3", "typescript-eslint": "^8.43.0", - "vite": "^7.1.5", + "vite": "^7.1.11", "vite-plugin-dts": "^4.5.4", "vitest": "^3.0.8" }, diff --git a/code/yarn.lock b/code/yarn.lock index a1971ea..f1a87db 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -3694,10 +3694,10 @@ vite-plugin-dts@^4.5.4: optionalDependencies: fsevents "~2.3.3" -vite@^7.1.5: - version "7.1.5" - resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.5.tgz#4dbcb48c6313116689be540466fc80faa377be38" - integrity sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ== +vite@^7.1.11: + version "7.1.11" + resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.11.tgz#4d006746112fee056df64985191e846ebfb6007e" + integrity sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg== dependencies: esbuild "^0.25.0" fdir "^6.5.0"