From 0f50c154e45ab480ffde80b0a832e2f56a9a4204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:01:54 +0000 Subject: [PATCH] chore(deps-dev): bump vite in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.0.10 to 6.0.11 - [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.11/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... 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 9deeaa059c..e861409112 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "stylelint-scss": "6.10.0", "typescript": "5.7.3", "v8-to-istanbul": "9.3.0", - "vite": "6.0.10", + "vite": "6.0.11", "vite-plugin-istanbul": "6.0.2", "vite-tsconfig-paths": "5.1.4", "vitest": "2.1.8" diff --git a/yarn.lock b/yarn.lock index aa330e09f2..0bffde1afa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6484,10 +6484,10 @@ vite-tsconfig-paths@5.1.4: globrex "^0.1.2" tsconfck "^3.0.3" -vite@6.0.10: - version "6.0.10" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.10.tgz#48685694c36d8c8f87b93f3fd0de089d3930b361" - integrity sha512-MEszunEcMo6pFsfXN1GhCFQqnE25tWRH0MA4f0Q7uanACi4y1Us+ZGpTMnITwCTnYzB2b9cpmnelTlxgTBmaBA== +vite@6.0.11: + version "6.0.11" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.11.tgz#224497e93e940b34c3357c9ebf2ec20803091ed8" + integrity sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg== dependencies: esbuild "^0.24.2" postcss "^8.4.49"