From b4394298c8877332760b7d78f3f87148bddf9a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:35:01 +0000 Subject: [PATCH] :arrow_up: chore(deps): bump vite from 6.0.4 to 6.0.5 in the vite group Bumps the vite group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `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 dependency-group: vite ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a314ebb..3556bed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react-dom": "^19.0.0", "react-router-dom": "^7.0.2", "react-scroll-parallax": "^3.4.5", - "vite": "^6.0.4", + "vite": "^6.0.5", "vite-tsconfig-paths": "^5.1.4" }, "devDependencies": { @@ -5196,11 +5196,11 @@ } }, "node_modules/vite": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.4.tgz", - "integrity": "sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.5.tgz", + "integrity": "sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g==", "dependencies": { - "esbuild": "^0.24.0", + "esbuild": "0.24.0", "postcss": "^8.4.49", "rollup": "^4.23.0" }, diff --git a/package.json b/package.json index 4fdafc9..abb0662 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-dom": "^19.0.0", "react-router-dom": "^7.0.2", "react-scroll-parallax": "^3.4.5", - "vite": "^6.0.4", + "vite": "^6.0.5", "vite-tsconfig-paths": "^5.1.4" }, "devDependencies": {