From 0de937ffe39e4f0907dabc9a8b53a7c127d54872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:02:20 +0000 Subject: [PATCH] Bump vite from 5.4.10 to 5.4.11 in /compiler-tests Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 5.4.11. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.11/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 23c1eb7f..fb13d81a 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": "5.4.10", + "vite": "5.4.11", "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 a033940e..8c7fc133 100644 --- a/compiler-tests/yarn.lock +++ b/compiler-tests/yarn.lock @@ -2824,10 +2824,10 @@ utility-types@^3.10.0: resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.11.0.tgz#607c40edb4f258915e901ea7995607fdf319424c" integrity sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw== -vite@5.4.10: - version "5.4.10" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.10.tgz#d358a7bd8beda6cf0f3b7a450a8c7693a4f80c18" - integrity sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ== +vite@5.4.11: + version "5.4.11" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.11.tgz#3b415cd4aed781a356c1de5a9ebafb837715f6e5" + integrity sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q== dependencies: esbuild "^0.21.3" postcss "^8.4.43"