From 10d0aaebdad16e08e969724167a894b1621a2804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:00:50 +0000 Subject: [PATCH] Bump vite from 4.5.1 to 4.5.3 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- confiture-web-app/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/confiture-web-app/package.json b/confiture-web-app/package.json index c02d83dc2..c1eaaff2c 100644 --- a/confiture-web-app/package.json +++ b/confiture-web-app/package.json @@ -26,7 +26,7 @@ "marked": "^4.2.4", "pinia": "^2.0.28", "slugify": "^1.6.5", - "vite": "^4.5.0", + "vite": "^4.5.3", "vue": "^3.3.8", "vue-matomo": "^4.2.0", "vue-router": "^4.2.5" diff --git a/yarn.lock b/yarn.lock index 5ee23acef..ae814be72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10315,10 +10315,10 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vite@^4.5.0: - version "4.5.1" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a" - integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA== +vite@^4.5.3: + version "4.5.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a" + integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg== dependencies: esbuild "^0.18.10" postcss "^8.4.27"