From d2c1751fbb1970712ce98dd5bbcebdc0045e58cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:02:48 +0000 Subject: [PATCH] Bump vite from 6.2.4 to 6.2.5 in /linkis-web-next Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.4 to 6.2.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.2.5 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 a315c6a14c..b6f862b2e1 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.11.2", - "vite": "^6.2.4", + "vite": "^6.2.5", "vue": "^3.2.47", "vue-i18n": "^9.14.3", "vue-router": "^4.2.2" @@ -6580,9 +6580,9 @@ } }, "node_modules/vite": { - "version": "6.2.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz", - "integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==", + "version": "6.2.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.5.tgz", + "integrity": "sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==", "license": "MIT", "dependencies": { "esbuild": "^0.25.0", @@ -11525,9 +11525,9 @@ } }, "vite": { - "version": "6.2.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz", - "integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==", + "version": "6.2.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.5.tgz", + "integrity": "sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==", "requires": { "esbuild": "^0.25.0", "fsevents": "~2.3.3", diff --git a/linkis-web-next/package.json b/linkis-web-next/package.json index fc7ae43206..261d19594b 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.11.2", - "vite": "^6.2.4", + "vite": "^6.2.5", "vue": "^3.2.47", "vue-i18n": "^9.14.3", "vue-router": "^4.2.2"