From c5a0dd4e8d5a23c84cc8c5ad2ed3407ec88bfb36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 04:38:35 +0000 Subject: [PATCH] Bump vite from 4.4.9 to 4.5.6 in /frontend Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index bbcdfa6f..22c855da 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -49,7 +49,7 @@ "prettier-plugin-tailwindcss": "^0.2.2", "serve": "^14.2.1", "tailwindcss": "^3.2.6", - "vite": "^4.1.0", + "vite": "^4.5.6", "vite-bundle-visualizer": "^0.10.0", "vite-plugin-top-level-await": "^1.3.1", "vite-plugin-wasm": "^3.2.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 6d3ea049..8ed61de6 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2723,10 +2723,10 @@ vite-plugin-wasm@^3.2.2: resolved "https://registry.yarnpkg.com/vite-plugin-wasm/-/vite-plugin-wasm-3.2.2.tgz#7a66fef27733a0dea9b2b14f942a6389a2523f7c" integrity sha512-cdbBUNR850AEoMd5nvLmnyeq63CSfoP1ctD/L2vLk/5+wsgAPlAVAzUK5nGKWO/jtehNlrSSHLteN+gFQw7VOA== -vite@^4.1.0: - version "4.4.9" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.9.tgz#1402423f1a2f8d66fd8d15e351127c7236d29d3d" - integrity sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA== +vite@^4.5.6: + version "4.5.6" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.6.tgz#48bbd97fe06e8241df2e625b31c581707e10b57d" + integrity sha512-ElBNuVvJKslxcfY2gMmae5IjaKGqCYGicCNZ+8R56sAznobeE3pI9ctzI17cBS/6OJh5YuQNMSN4BP4dRjugBg== dependencies: esbuild "^0.18.10" postcss "^8.4.27"