From d12b1832e80ec5289b907af1a1bdfa2c0a17aea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:25:23 -0800 Subject: [PATCH] chore(deps-dev): bump vite from 4.5.3 to 4.5.5 in /frontend (#1709) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2994979bf..836af5289 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -40,7 +40,7 @@ "sass": "^1.77.1", "typescript": "^5.6.2", "unplugin-vue-components": "^0.27.0", - "vite": "^4.5.3", + "vite": "^4.5.5", "vitest": "^0.34.0", "vue-tsc": "^2.0.0", "yup": "^1.4.0" @@ -16095,9 +16095,9 @@ } }, "node_modules/vite": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", - "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz", + "integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/frontend/package.json b/frontend/package.json index d438d78b3..59a18c6e9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -48,7 +48,7 @@ "sass": "^1.77.1", "typescript": "^5.6.2", "unplugin-vue-components": "^0.27.0", - "vite": "^4.5.3", + "vite": "^4.5.5", "vitest": "^0.34.0", "vue-tsc": "^2.0.0", "yup": "^1.4.0"