diff --git a/code/package.json b/code/package.json index ecd0bb4..e456c57 100644 --- a/code/package.json +++ b/code/package.json @@ -66,7 +66,7 @@ "prettier": "^3.6.2", "typescript": "^5.9.2", "typescript-eslint": "^8.43.0", - "vite": "^7.1.5", + "vite": "^7.1.12", "vite-plugin-dts": "^4.5.4", "vitest": "^3.1.1" }, diff --git a/code/yarn.lock b/code/yarn.lock index 098c207..94ffcd1 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -3684,10 +3684,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.12: + version "7.1.12" + resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.12.tgz#8b29a3f61eba23bcb93fc9ec9af4a3a1e83eecdb" + integrity sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug== dependencies: esbuild "^0.25.0" fdir "^6.5.0"