From 06859e0056e244d00bbb03b5089e8b62f4fcf840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:09:29 +0000 Subject: [PATCH] Bump vite from 6.0.0 to 6.0.1 in /compiler-tests Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.0 to 6.0.1. - [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/create-vite@6.0.1/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- compiler-tests/package.json | 2 +- compiler-tests/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/compiler-tests/package.json b/compiler-tests/package.json index 05cc3403..84149870 100644 --- a/compiler-tests/package.json +++ b/compiler-tests/package.json @@ -17,7 +17,7 @@ "ts-loader": "9.5.1", "tslib": "2.8.1", "typescript": "5.6.3", - "vite": "6.0.0", + "vite": "6.0.1", "webpack": "5.96.1", "webpack-cli": "5.1.4", "xunit.ts": "file:../core" diff --git a/compiler-tests/yarn.lock b/compiler-tests/yarn.lock index f0c0b3c6..dbb1f3d5 100644 --- a/compiler-tests/yarn.lock +++ b/compiler-tests/yarn.lock @@ -2815,10 +2815,10 @@ utility-types@^3.10.0: resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.11.0.tgz#607c40edb4f258915e901ea7995607fdf319424c" integrity sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw== -vite@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.0.tgz#ca1ce6eeae80547272c4d4eae3fcdec56088698e" - integrity sha512-Q2+5yQV79EdnpbNxjD3/QHVMCBaQ3Kpd4/uL51UGuh38bIIM+s4o3FqyCzRvTRwFb+cWIUeZvaWwS9y2LD2qeQ== +vite@6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.1.tgz#24c9caf24998f0598de37bed67e50ec5b9dfeaf0" + integrity sha512-Ldn6gorLGr4mCdFnmeAOLweJxZ34HjKnDm4HGo6P66IEqTxQb36VEdFJQENKxWjupNfoIjvRUnswjn1hpYEpjQ== dependencies: esbuild "^0.24.0" postcss "^8.4.49"