From 2eac8b33109d254243c0b70366a1223c1b9d0c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:03:41 +0000 Subject: [PATCH] Bump vite from 4.5.3 to 4.5.5 in /proxy Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- proxy/package.json | 2 +- proxy/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/proxy/package.json b/proxy/package.json index 4633c75..c9f4681 100644 --- a/proxy/package.json +++ b/proxy/package.json @@ -21,7 +21,7 @@ "eslint-config-prettier": "9.0.0", "prettier": "3.0.3", "typescript": "^5.0.2", - "vite": "^4.5.3" + "vite": "^4.5.5" }, "dependencies": { "@tanstack/query-core": "^5.44.0", diff --git a/proxy/yarn.lock b/proxy/yarn.lock index d7a4508..a8a7c15 100644 --- a/proxy/yarn.lock +++ b/proxy/yarn.lock @@ -1176,10 +1176,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -vite@^4.5.3: - version "4.5.3" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a" - integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg== +vite@^4.5.5: + version "4.5.5" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e" + integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ== dependencies: esbuild "^0.18.10" postcss "^8.4.27"