From b1a9bcd116ea8917d714eb4ad21d4850f478e283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 03:38:42 +0000 Subject: [PATCH] Bump vite Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 6.3.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.6 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..e7fb750c0f 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.3.6" } }, "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.3.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz", + "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==", "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..626a5b1637 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.3.6" } }