From 0eba47e20f583e6bd3bf4b50916502f17552655e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 22:37:43 -0400 Subject: [PATCH] Bump vite from 4.2.0 to 4.2.3 (#82) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8808b77..88fe3ea 100644 --- a/package.json +++ b/package.json @@ -135,6 +135,6 @@ "storybook": "^7.0.0-rc.3", "tslint": "^6.1.3", "typescript": "^5.0.2", - "vite": "^4.2.0" + "vite": "^4.2.3" } } diff --git a/yarn.lock b/yarn.lock index 6c1920d..474886e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13722,10 +13722,10 @@ vite-plugin-html@^3.2.0: node-html-parser "^5.3.3" pathe "^0.2.0" -vite@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.0.tgz#d4e6eafbc034f3faf0ab376bd5b76ac15775eb99" - integrity sha512-AbDTyzzwuKoRtMIRLGNxhLRuv1FpRgdIw+1y6AQG73Q5+vtecmvzKo/yk8X/vrHDpETRTx01ABijqUHIzBXi0g== +vite@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.3.tgz#067ada47ebd52e078d014bf1f92badda9d10564d" + integrity sha512-kLU+m2q0Y434Y1kCy3TchefAdtFso0ILi0dLyFV8Us3InXTU11H/B5ZTqCKIQHzSKNxVG/yEx813EA9f1imQ9A== dependencies: esbuild "^0.17.5" postcss "^8.4.21"