From c6ffe8acab938958e320cae514489f0a3fce1d6e Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 30 Dec 2021 08:52:41 +0000 Subject: [PATCH] chore(deps): update dependency vite to v2.7.10 (#1265) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1265 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c0e2c5360..8fbae1a08 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "slugify": "1.6.4", "ts-jest": "27.1.2", "typescript": "4.5.4", - "vite": "2.7.9", + "vite": "2.7.10", "vite-plugin-pwa": "0.11.12", "vite-svg-loader": "3.1.1", "vue-tsc": "0.30.1", diff --git a/yarn.lock b/yarn.lock index 249242832..b69766571 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13871,10 +13871,10 @@ vite-svg-loader@3.1.1: "@vue/compiler-sfc" "^3.2.20" svgo "^2.7.0" -vite@2.7.9: - version "2.7.9" - resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.9.tgz#c72d8817cdddbb127daed0c8f87fbca4e7754a81" - integrity sha512-CyopIJIRrc26Wnbkch5BCHFhQodzeV4jjSegLAEw1RImvXSuoOo2SfpEW9zRVi188WmjJwCqCaoG25C0r4nekw== +vite@2.7.10: + version "2.7.10" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.10.tgz#d12c4c10e56a0ecf7890cb529c15996c6111218f" + integrity sha512-KEY96ntXUid1/xJihJbgmLZx7QSC2D4Tui0FdS0Old5OokYzFclcofhtxtjDdGOk/fFpPbHv9yw88+rB93Tb8w== dependencies: esbuild "^0.13.12" postcss "^8.4.5"