From 40380a4d4dbcb83b050ca90de8c80c2fcfc373df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 06:23:26 +0000 Subject: [PATCH] Bump vite from 5.4.6 to 5.4.12 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.6 to 5.4.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 28d0487c..53af1b8e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "native-run": "^1.7.4", "typescript": "<5", "vi-canvas-mock": "^1.0.0", - "vite": "^5.4.6", + "vite": "^5.4.12", "vite-plugin-pwa": "^0.20.1", "vitest": "^2.0.5", "workbox-build": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 5296c6c0..ca32dcb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6534,10 +6534,10 @@ vite-plugin-pwa@^0.20.1: workbox-build "^7.1.0" workbox-window "^7.1.0" -vite@^5.0.0, vite@^5.4.6: - version "5.4.6" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.6.tgz#85a93a1228a7fb5a723ca1743e337a2588ed008f" - integrity sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q== +vite@^5.0.0, vite@^5.4.12: + version "5.4.12" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.12.tgz#627d12ff06de3942557dfe8632fd712a12a072c7" + integrity sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA== dependencies: esbuild "^0.21.3" postcss "^8.4.43"