From 1eabef104c77e082d5d4e6ba1f64eacc3d4b8b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:21:06 +0000 Subject: [PATCH] Bump vite from 4.4.9 to 4.5.2 in /ChatQnA/ui Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 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:development ... Signed-off-by: dependabot[bot] --- ChatQnA/ui/package-lock.json | 14 +++++++------- ChatQnA/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChatQnA/ui/package-lock.json b/ChatQnA/ui/package-lock.json index 8058f0ded1..4e1b81b961 100644 --- a/ChatQnA/ui/package-lock.json +++ b/ChatQnA/ui/package-lock.json @@ -48,7 +48,7 @@ "tailwindcss": "^3.1.5", "tslib": "^2.3.1", "typescript": "^4.7.4", - "vite": "^4.3.9" + "vite": "^4.5.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6111,9 +6111,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "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.5.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", + "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", "dev": true, "dependencies": { "esbuild": "^0.18.10", @@ -10041,9 +10041,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "vite": { - "version": "4.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz", - "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", + "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", "dev": true, "requires": { "esbuild": "^0.18.10", diff --git a/ChatQnA/ui/package.json b/ChatQnA/ui/package.json index 64fdca3936..3cdf432038 100644 --- a/ChatQnA/ui/package.json +++ b/ChatQnA/ui/package.json @@ -41,7 +41,7 @@ "tailwindcss": "^3.1.5", "tslib": "^2.3.1", "typescript": "^4.7.4", - "vite": "^4.3.9" + "vite": "^4.5.2" }, "type": "module", "dependencies": {