From e49e64e6a3c0a5e9ebce84b9fd67d5f405728709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 01:50:51 +0000 Subject: [PATCH] Bump vite Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 6.4.1. - [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/create-vite@6.4.1/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../ui/package-lock.json | 8 ++++---- .../ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/mcp/building-a-supply-chain-copilot-with-agent-sdk-and-databricks-mcp/ui/package-lock.json b/examples/mcp/building-a-supply-chain-copilot-with-agent-sdk-and-databricks-mcp/ui/package-lock.json index adba457377..b5a51a0ae3 100644 --- a/examples/mcp/building-a-supply-chain-copilot-with-agent-sdk-and-databricks-mcp/ui/package-lock.json +++ b/examples/mcp/building-a-supply-chain-copilot-with-agent-sdk-and-databricks-mcp/ui/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", - "vite": "^6.3.5" + "vite": "^6.4.1" } }, "node_modules/@ampproject/remapping": { @@ -2681,9 +2681,9 @@ } }, "node_modules/vite": { - "version": "6.3.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz", - "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", + "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/examples/mcp/building-a-supply-chain-copilot-with-agent-sdk-and-databricks-mcp/ui/package.json b/examples/mcp/building-a-supply-chain-copilot-with-agent-sdk-and-databricks-mcp/ui/package.json index 61624729c2..b121d114e1 100644 --- a/examples/mcp/building-a-supply-chain-copilot-with-agent-sdk-and-databricks-mcp/ui/package.json +++ b/examples/mcp/building-a-supply-chain-copilot-with-agent-sdk-and-databricks-mcp/ui/package.json @@ -22,6 +22,6 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", - "vite": "^6.3.5" + "vite": "^6.4.1" } }