From cbfdd05cc15ac1ae1f2c514a6bbb28a4bdcff9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 13:43:17 +0000 Subject: [PATCH] Bump vite from 4.5.3 to 4.5.14 in /common-front Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 4.5.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common-front/package-lock.json | 15 ++++++++------- common-front/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/common-front/package-lock.json b/common-front/package-lock.json index 3976d1e3a..a300ffa23 100644 --- a/common-front/package-lock.json +++ b/common-front/package-lock.json @@ -31,7 +31,7 @@ "tslib": "^2.5.0", "ttypescript": "^1.5.15", "typescript": "^5.0.2", - "vite": "^4.3.2", + "vite": "^4.5.14", "vite-plugin-svgr": "^3.2.0", "vite-tsconfig-paths": "^4.2.0", "zustand": "^4.4.6" @@ -3622,9 +3622,10 @@ "peer": true }, "node_modules/vite": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", - "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", + "version": "4.5.14", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.14.tgz", + "integrity": "sha512-+v57oAaoYNnO3hIu5Z/tJRZjq5aHM2zDve9YZ8HngVHbhk66RStobhb1sqPMIPEleV6cNKYK4eGrAbE9Ulbl2g==", + "license": "MIT", "dependencies": { "esbuild": "^0.18.10", "postcss": "^8.4.27", @@ -6058,9 +6059,9 @@ "peer": true }, "vite": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", - "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", + "version": "4.5.14", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.14.tgz", + "integrity": "sha512-+v57oAaoYNnO3hIu5Z/tJRZjq5aHM2zDve9YZ8HngVHbhk66RStobhb1sqPMIPEleV6cNKYK4eGrAbE9Ulbl2g==", "requires": { "esbuild": "^0.18.10", "fsevents": "~2.3.2", diff --git a/common-front/package.json b/common-front/package.json index 60efe3223..bbad0b7e6 100644 --- a/common-front/package.json +++ b/common-front/package.json @@ -36,7 +36,7 @@ "tslib": "^2.5.0", "ttypescript": "^1.5.15", "typescript": "^5.0.2", - "vite": "^4.3.2", + "vite": "^4.5.14", "vite-plugin-svgr": "^3.2.0", "vite-tsconfig-paths": "^4.2.0", "zustand": "^4.4.6"