From b3ae0c13c1d6a7ffa16ffb7ee8e9c679b4b31584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 04:27:02 +0000 Subject: [PATCH] Bump vite from 6.4.1 to 6.4.2 in /linkis-web-next 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:production ... Signed-off-by: dependabot[bot] --- linkis-web-next/package-lock.json | 14 +++++++------- linkis-web-next/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/linkis-web-next/package-lock.json b/linkis-web-next/package-lock.json index 776d28c088..1c160d0e44 100644 --- a/linkis-web-next/package-lock.json +++ b/linkis-web-next/package-lock.json @@ -17,7 +17,7 @@ "md5": "^2.3.0", "monaco-editor": "^0.43.0", "qs": "^6.14.2", - "vite": "^6.4.1", + "vite": "^6.4.2", "vue": "^3.2.47", "vue-i18n": "^9.14.5", "vue-router": "^4.2.2" @@ -6776,9 +6776,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==", "dependencies": { "esbuild": "^0.25.0", "fdir": "^6.4.4", @@ -11895,9 +11895,9 @@ } }, "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==", "requires": { "esbuild": "^0.25.0", "fdir": "^6.4.4", diff --git a/linkis-web-next/package.json b/linkis-web-next/package.json index 6f5f0596d9..8c49fe66ff 100644 --- a/linkis-web-next/package.json +++ b/linkis-web-next/package.json @@ -19,7 +19,7 @@ "md5": "^2.3.0", "monaco-editor": "^0.43.0", "qs": "^6.14.2", - "vite": "^6.4.1", + "vite": "^6.4.2", "vue": "^3.2.47", "vue-i18n": "^9.14.5", "vue-router": "^4.2.2"