From afc6499d31cc0227fd7d68c7079fc44b8470d21d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:44:24 +0000 Subject: [PATCH] Bump vite from 5.1.3 to 5.1.4 (#161) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fdcbea1..8786794 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "prettier-plugin-organize-imports": "^3.2.4", "sass": "^1.71.0", "typescript": "^5.3.3", - "vite": "^5.1.3", + "vite": "^5.1.4", "vite-bundle-visualizer": "^1.0.1", "vite-plugin-checker": "^0.6.4", "vite-plugin-eslint": "^1.8.1", diff --git a/yarn.lock b/yarn.lock index 0581479..f6be940 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6822,10 +6822,10 @@ vite-tsconfig-paths@^4.3.1: globrex "^0.1.2" tsconfck "^3.0.1" -vite@^5.0.0, vite@^5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.3.tgz#dd072653a80225702265550a4700561740dfde55" - integrity sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew== +vite@^5.0.0, vite@^5.1.4: + version "5.1.4" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.4.tgz#14e9d3e7a6e488f36284ef13cebe149f060bcfb6" + integrity sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg== dependencies: esbuild "^0.19.3" postcss "^8.4.35"