From 2097920a3590289ee296dba0639dc40aa5c589f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:06:23 +0800 Subject: [PATCH] Bump vite from 4.4.9 to 4.4.12 in /linkis-web-next (#5021) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.4.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.4.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.4.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 ff48c85670..6f9d16d146 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": "^4.3.9", + "vite": "^4.4.12", "vue": "^3.2.47", "vue-i18n": "^9.4.1", "vue-router": "^4.2.2" @@ -5974,9 +5974,9 @@ } }, "node_modules/vite": { - "version": "4.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz", - "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==", + "version": "4.4.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.12.tgz", + "integrity": "sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ==", "dependencies": { "esbuild": "^0.18.10", "postcss": "^8.4.27", @@ -10673,9 +10673,9 @@ } }, "vite": { - "version": "4.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz", - "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==", + "version": "4.4.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.12.tgz", + "integrity": "sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ==", "requires": { "esbuild": "^0.18.10", "fsevents": "~2.3.2", diff --git a/linkis-web-next/package.json b/linkis-web-next/package.json index b42a2ebe9a..70751d8782 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": "^4.3.9", + "vite": "^4.4.12", "vue": "^3.2.47", "vue-i18n": "^9.4.1", "vue-router": "^4.2.2"