From b408392009426cc458d1d2a3b644fe38717332be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 09:40:33 +0100 Subject: [PATCH] Bump vite from 6.0.4 to 6.0.5 (#567) * Bump vite from 6.0.4 to 6.0.5 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.4 to 6.0.5. - [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.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update yarn.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: robbe[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ yarn.nix | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 79d2f0de..9c4df4f9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@hotwired/turbo-rails": "^7.3.0", "lightningcss": "^1.28.2", - "vite": "^6.0.4", + "vite": "^6.0.5", "vite-plugin-ruby": "^5.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 13c68026..d63443e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1076,7 +1076,7 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" -esbuild@^0.24.0: +esbuild@0.24.0: version "0.24.0" resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.24.0.tgz#f2d470596885fcb2e91c21eb3da3b3c89c0b55e7" integrity sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ== @@ -3045,12 +3045,12 @@ vite-plugin-ruby@^5.1.1: debug "^4.3.4" fast-glob "^3.3.2" -vite@^6.0.4: - version "6.0.4" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.4.tgz#fe7cfaedff7c701d5582be5c4ed6a2150538ea9d" - integrity sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q== +vite@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.5.tgz#1d0fbdb3ffe61e944089abeddb7d2c509420acfd" + integrity sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g== dependencies: - esbuild "^0.24.0" + esbuild "0.24.0" postcss "^8.4.49" rollup "^4.23.0" optionalDependencies: diff --git a/yarn.nix b/yarn.nix index 3d0e8e4e..33858fc2 100644 --- a/yarn.nix +++ b/yarn.nix @@ -3306,11 +3306,11 @@ }; } { - name = "vite___vite_6.0.4.tgz"; + name = "vite___vite_6.0.5.tgz"; path = fetchurl { - name = "vite___vite_6.0.4.tgz"; - url = "https://registry.yarnpkg.com/vite/-/vite-6.0.4.tgz"; - sha512 = "zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q=="; + name = "vite___vite_6.0.5.tgz"; + url = "https://registry.yarnpkg.com/vite/-/vite-6.0.5.tgz"; + sha512 = "akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g=="; }; } {