From a3b6efd552b30fc8bdd8a4ded838fdfb1a10d2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 15:38:57 +0800 Subject: [PATCH] Bump vite from 4.4.12 to 4.5.2 in /linkis-web-next (#5076) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/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 ba709e4bda..6cc5a27637 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.4.12", + "vite": "^4.5.2", "vue": "^3.2.47", "vue-i18n": "^9.4.1", "vue-router": "^4.2.2" @@ -5974,9 +5974,9 @@ } }, "node_modules/vite": { - "version": "4.4.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.12.tgz", - "integrity": "sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", + "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", "dependencies": { "esbuild": "^0.18.10", "postcss": "^8.4.27", @@ -10673,9 +10673,9 @@ } }, "vite": { - "version": "4.4.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.12.tgz", - "integrity": "sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", + "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", "requires": { "esbuild": "^0.18.10", "fsevents": "~2.3.2", diff --git a/linkis-web-next/package.json b/linkis-web-next/package.json index 70751d8782..25043eda2f 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.4.12", + "vite": "^4.5.2", "vue": "^3.2.47", "vue-i18n": "^9.4.1", "vue-router": "^4.2.2"