From 53ff2e02092efba2a9605f42c290fca5ecb5bc96 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 19 Oct 2021 15:54:48 +0000 Subject: [PATCH] chore(deps): update dependency vite to v2.6.10 (#876) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/876 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 d572b2f92..cdeaf6b64 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "sass": "1.43.2", "ts-jest": "27.0.7", "typescript": "4.4.4", - "vite": "2.6.9", + "vite": "2.6.10", "vite-plugin-pwa": "0.11.3", "wait-on": "6.0.0", "workbox-cli": "6.3.0" diff --git a/yarn.lock b/yarn.lock index ac1ef6410..5ad969abb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6877,10 +6877,10 @@ vite-plugin-pwa@0.11.3: workbox-build "^6.3.0" workbox-window "^6.3.0" -vite@2.6.9: - version "2.6.9" - resolved "https://registry.yarnpkg.com/vite/-/vite-2.6.9.tgz#3dd7c50181254480a9e815278a3f848cd3e4df3a" - integrity sha512-J3tefw9pWTxsFJtWbV+E68cZTsSxpT3AWG6AhiwFP8r9FMftDJE/6TbviL13+q4ThuLeF/3K9sarU0lIrWhrbg== +vite@2.6.10: + version "2.6.10" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.6.10.tgz#7a4f420c6e2c7d9062c7f9ce4578a817c72b3842" + integrity sha512-XbevwpDJMs3lKiGEj0UQScsOCpwHIjFgfzPnFVkPgnxsF9oPv1uGyckLg58XkXv6LnO46KN9yZqJzINFmAxtUg== dependencies: esbuild "^0.13.2" postcss "^8.3.8"