From 6868284fc5c09a0138fd28ff35f714988cc4000b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:43:47 +0100 Subject: [PATCH] fix(deps): update dependency vite to v5.2.14 [security] (#5535) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d11ae95d03..02a8058718 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "typed-redux-saga": "1.5.0", "typescript": "5.4.5", "vanilla-framework": "4.16.0", - "vite": "5.2.11", + "vite": "5.2.14", "vite-plugin-svgr": "4.2.0", "vite-tsconfig-paths": "4.3.2", "yup": "0.32.11" diff --git a/yarn.lock b/yarn.lock index a8cbcc2034..1c03ca48da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13993,10 +13993,10 @@ vite-tsconfig-paths@4.3.2: globrex "^0.1.2" tsconfck "^3.0.3" -vite@5.2.11: - version "5.2.11" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.11.tgz#726ec05555431735853417c3c0bfb36003ca0cbd" - integrity sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ== +vite@5.2.14: + version "5.2.14" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.14.tgz#fd5f60facf6b5f90ec7da6323c467a365d380c3d" + integrity sha512-TFQLuwWLPms+NBNlh0D9LZQ+HXW471COABxw/9TEUBrjuHMo9BrYBPrN/SYAwIuVL+rLerycxiLT41t4f5MZpA== dependencies: esbuild "^0.20.1" postcss "^8.4.38"