From 40269816f60fd714afc9185ecc46496228ac2b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:51:00 +0000 Subject: [PATCH] Bump vite from 6.0.7 to 6.0.9 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.7 to 6.0.9. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.9/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 8e9a50b2d..3d2098c06 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "postcss": "^8.4.49", "sass": "^1.83.1", "terser": "^5.37.0", - "vite": "^6.0.7", + "vite": "^6.0.9", "vite-plugin-font": "^4.0.0" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 65e0c3db0..77e4ef1a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1405,10 +1405,10 @@ vite-plugin-font@^4.0.0: minimatch "^10.0.1" unplugin "^1.12.0" -vite@^6.0.7: - version "6.0.7" - resolved "https://registry.npmmirror.com/vite/-/vite-6.0.7.tgz#f0f8c120733b04af52b4a1e3e7cb54eb851a799b" - integrity sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ== +vite@^6.0.9: + version "6.0.9" + resolved "https://registry.npmmirror.com/vite/-/vite-6.0.9.tgz#0a830b767ef7aa762360b56bdef955c1395dc1ee" + integrity sha512-MSgUxHcaXLtnBPktkbUSoQUANApKYuxZ6DrbVENlIorbhL2dZydTLaZ01tjUoE3szeFzlFk9ANOKk0xurh4MKA== dependencies: esbuild "^0.24.2" postcss "^8.4.49"