diff --git a/examples/demo/package.json b/examples/demo/package.json index 60515c17..38d86426 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -24,7 +24,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "typescript": "^5.2.2", - "vite": "^5.2.0", + "vite": "^5.2.6", "vite-plugin-top-level-await": "^1.4.1", "vite-plugin-wasm": "^3.3.0" } diff --git a/examples/demo/yarn.lock b/examples/demo/yarn.lock index 9fb7e469..bc4c6441 100644 --- a/examples/demo/yarn.lock +++ b/examples/demo/yarn.lock @@ -1754,10 +1754,10 @@ vite-plugin-wasm@^3.3.0: resolved "https://registry.yarnpkg.com/vite-plugin-wasm/-/vite-plugin-wasm-3.3.0.tgz#2908ef2529bf8f33f4e549c8c6fda26ad273ca15" integrity sha512-tVhz6w+W9MVsOCHzxo6SSMSswCeIw4HTrXEi6qL3IRzATl83jl09JVO1djBqPSwfjgnpVHNLYcaMbaDX5WB/pg== -vite@^5.2.0: - version "5.2.4" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.4.tgz#cd4065f8ae2164bcd4fe04570066351fc5c62f72" - integrity sha512-vjFghvHWidBTinu5TCymJk/lRHlR5ljqB83yugr0HA1xspUPdOZHqbqDLnZ8f9/jINrtFHTCYYyIUi+o+Q5iyg== +vite@^5.2.6: + version "5.2.6" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.6.tgz#fc2ce309e0b4871e938cb0aca3b96c422c01f222" + integrity sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA== dependencies: esbuild "^0.20.1" postcss "^8.4.36"