From 89af3351564f3d7ac557f89a5ca487e2486fdf81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 20:57:37 -0300 Subject: [PATCH] chore(deps-dev): bump vite from 2.9.12 to 2.9.13 in /examples/api (#5103) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/api/package.json | 2 +- examples/api/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/api/package.json b/examples/api/package.json index 9e89c0952..dc807fdc2 100644 --- a/examples/api/package.json +++ b/examples/api/package.json @@ -18,6 +18,6 @@ "@sveltejs/vite-plugin-svelte": "^1.0.0-next.49", "svelte": "^3.49.0", "unocss": "^0.39.3", - "vite": "^2.9.12" + "vite": "^2.9.13" } } diff --git a/examples/api/yarn.lock b/examples/api/yarn.lock index b6c3d9a43..981deea6a 100644 --- a/examples/api/yarn.lock +++ b/examples/api/yarn.lock @@ -926,10 +926,10 @@ unocss@^0.39.3: "@unocss/transformer-variant-group" "0.39.3" "@unocss/vite" "0.39.3" -vite@^2.9.12: - version "2.9.12" - resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.12.tgz#b1d636b0a8ac636afe9d83e3792d4895509a941b" - integrity sha512-suxC36dQo9Rq1qMB2qiRorNJtJAdxguu5TMvBHOc/F370KvqAe9t48vYp+/TbPKRNrMh/J55tOUmkuIqstZaew== +vite@^2.9.13: + version "2.9.13" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.13.tgz#859cb5d4c316c0d8c6ec9866045c0f7858ca6abc" + integrity sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw== dependencies: esbuild "^0.14.27" postcss "^8.4.13"