From 6e71010d99336787d0db34e15c9af8d578c0dd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:52:42 +0000 Subject: [PATCH] Build(deps-dev): Bump vite from 6.0.4 to 6.0.5 in /client 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package.json b/client/package.json index 5af0997..9624d4b 100644 --- a/client/package.json +++ b/client/package.json @@ -38,6 +38,6 @@ "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "sass-embedded": "^1.83.0", - "vite": "^6.0.4" + "vite": "^6.0.5" } } diff --git a/client/yarn.lock b/client/yarn.lock index 8f93cad..cc67fc0 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1177,7 +1177,7 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.5" is-symbol "^1.0.4" -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== @@ -2580,12 +2580,12 @@ varint@^6.0.0: resolved "https://registry.yarnpkg.com/varint/-/varint-6.0.0.tgz#9881eb0ce8feaea6512439d19ddf84bf551661d0" integrity sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg== -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: