From e0cb59828860407d3a8a087e8c5feb1ccab746ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:03:21 +0000 Subject: [PATCH] chore(deps): update dependency vite to v2.9.13 [security] --- src/templates/Vue InstantSearch with Vue 3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/Vue InstantSearch with Vue 3/package.json b/src/templates/Vue InstantSearch with Vue 3/package.json index 31110692a..706ba63eb 100644 --- a/src/templates/Vue InstantSearch with Vue 3/package.json +++ b/src/templates/Vue InstantSearch with Vue 3/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@vitejs/plugin-vue": "2.2.0", "@vitejs/plugin-vue-jsx": "1.3.7", - "vite": "2.8.0" + "vite": "2.9.13" } }