From c9d57d326dfbfebfde46b4fe99930a408b4c3d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:59:04 +0000 Subject: [PATCH] build(deps-dev): bump vite from 4.5.0 to 4.5.1 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d168460..0eab3db 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "postcss-nesting": "^12.0.1", "tailwindcss": "^3.3.5", "typescript": "^5.2.2", - "vite": "^4.5.0", + "vite": "^4.5.1", "vite-plugin-pages": "^0.31.0", "vite-plugin-pwa": "^0.16.7", "vue-tsc": "^1.8.22" diff --git a/yarn.lock b/yarn.lock index 8f734eb..59748d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3444,10 +3444,10 @@ vite-plugin-pwa@^0.16.7: workbox-build "^7.0.0" workbox-window "^7.0.0" -vite@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26" - integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw== +vite@^4.5.1: + version "4.5.1" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a" + integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA== dependencies: esbuild "^0.18.10" postcss "^8.4.27"