From 8f8386bb50b79d0d421a038667a2d1113a83672b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 04:35:54 +0000 Subject: [PATCH] Bump vite from 6.4.1 to 6.4.2 in /hosting Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 to 6.4.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- hosting/package-lock.json | 23 ++++------------------- hosting/package.json | 2 +- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/hosting/package-lock.json b/hosting/package-lock.json index c74ebb6..8180917 100644 --- a/hosting/package-lock.json +++ b/hosting/package-lock.json @@ -22,7 +22,7 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react-swc": "^3.9.0", "typescript": "^4.9.5", - "vite": "^6.4.1", + "vite": "^6.4.2", "vite-plugin-svgr": "^4.3.0", "vite-tsconfig-paths": "^4.3.2" } @@ -3423,9 +3423,9 @@ } }, "node_modules/vite": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", - "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", + "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3551,21 +3551,6 @@ } } }, - "node_modules/vite-tsconfig-paths/node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", - "dev": true, - "optional": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/web-vitals": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", diff --git a/hosting/package.json b/hosting/package.json index abcdfae..45340f6 100644 --- a/hosting/package.json +++ b/hosting/package.json @@ -35,7 +35,7 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react-swc": "^3.9.0", "typescript": "^4.9.5", - "vite": "^6.4.1", + "vite": "^6.4.2", "vite-plugin-svgr": "^4.3.0", "vite-tsconfig-paths": "^4.3.2" }