diff --git a/code/package.json b/code/package.json index ecd0bb4..961f8b9 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.7", "vite-plugin-dts": "^4.5.4", "vitest": "^3.1.1" }, diff --git a/code/yarn.lock b/code/yarn.lock index 098c207..94c3cd2 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.7: + version "7.1.7" + resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.7.tgz#ed3f9f06e21d6574fe1ad425f6b0912d027ffc13" + integrity sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA== dependencies: esbuild "^0.25.0" fdir "^6.5.0"