From 723488073cb356537338e132bee931e24eea15db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:15:25 +0000 Subject: [PATCH] Update dependency vite to v5.0.13 [SECURITY] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7119c6e..2de366f 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "prettier": "3.1.1", "snowpack": "3.8.8", "typescript": "5.2.2", - "vite": "5.0.6" + "vite": "5.0.13" } } diff --git a/yarn.lock b/yarn.lock index bea2ba4..abe121d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4026,10 +4026,10 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vite@5.0.6: - version "5.0.6" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.6.tgz#f9e13503a4c5ccd67312c67803dec921f3bdea7c" - integrity sha512-MD3joyAEBtV7QZPl2JVVUai6zHms3YOmLR+BpMzLlX2Yzjfcc4gTgNi09d/Rua3F4EtC8zdwPU8eQYyib4vVMQ== +vite@5.0.13: + version "5.0.13" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.13.tgz#605865b0e482506163e3f04f91665238f3be8cf1" + integrity sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg== dependencies: esbuild "^0.19.3" postcss "^8.4.32"