From 603b6e1576207166a8b6f4cc628748c596f59f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 01:57:31 +0000 Subject: [PATCH] Chore(deps-dev): Bump vite from 4.5.2 to 4.5.3 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 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:development ... Signed-off-by: dependabot[bot] --- .../with-ui-instantsearchjs-and-analytics/package.json | 2 +- examples/with-ui-instantsearchjs/package.json | 2 +- examples/with-ui-vue/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/with-ui-instantsearchjs-and-analytics/package.json b/examples/with-ui-instantsearchjs-and-analytics/package.json index 306a854b2..5929d6973 100644 --- a/examples/with-ui-instantsearchjs-and-analytics/package.json +++ b/examples/with-ui-instantsearchjs-and-analytics/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "typescript": "^4.9.3", - "vite": "^4.5.2" + "vite": "^4.5.3" } } diff --git a/examples/with-ui-instantsearchjs/package.json b/examples/with-ui-instantsearchjs/package.json index 034e789a5..f83ffb473 100644 --- a/examples/with-ui-instantsearchjs/package.json +++ b/examples/with-ui-instantsearchjs/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "typescript": "^4.9.3", - "vite": "^4.5.2" + "vite": "^4.5.3" } } diff --git a/examples/with-ui-vue/package.json b/examples/with-ui-vue/package.json index a415f8ab3..33798ca36 100644 --- a/examples/with-ui-vue/package.json +++ b/examples/with-ui-vue/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^4.1.0", "typescript": "^4.9.3", - "vite": "^4.5.2", + "vite": "^4.5.3", "vue-tsc": "^1.2.0" } } diff --git a/yarn.lock b/yarn.lock index 24655fe65..40d8b3a24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9950,10 +9950,10 @@ vfile@^6.0.0: unist-util-stringify-position "^4.0.0" vfile-message "^4.0.0" -vite@^4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82" - integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w== +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"