From 80a1b80ff563a3eb6d4473c773731761487080d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:34:30 +0000 Subject: [PATCH] chore(deps-dev): bump vite in /examples/v7-concurrent Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.2 to 6.4.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.4.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.4.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/v7-concurrent/package.json | 2 +- examples/v7-concurrent/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/v7-concurrent/package.json b/examples/v7-concurrent/package.json index 5c23d00f..2314f2cf 100644 --- a/examples/v7-concurrent/package.json +++ b/examples/v7-concurrent/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "typescript": "^5.7.3", - "vite": "^6.0.7" + "vite": "^6.4.3" }, "license": "MIT" } diff --git a/examples/v7-concurrent/yarn.lock b/examples/v7-concurrent/yarn.lock index 18937230..495404f3 100644 --- a/examples/v7-concurrent/yarn.lock +++ b/examples/v7-concurrent/yarn.lock @@ -790,10 +790,10 @@ update-browserslist-db@^1.2.3: escalade "^3.2.0" picocolors "^1.1.1" -vite@^6.0.7: - version "6.4.2" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.2.tgz#a4e548ca3a90ca9f3724582cab35e1ba15efc6f2" - integrity sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ== +vite@^6.4.3: + version "6.4.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.3.tgz#85a164db7ce706f2a776812efa2b340f1721858e" + integrity sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A== dependencies: esbuild "^0.25.0" fdir "^6.4.4"