From c7c383217e7b49ba63e72ae76843ac19fc9bf95b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 21:59:43 +0000 Subject: [PATCH] chore(deps): bump vite from 4.5.1 to 4.5.2 in /webui (#2703) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webui/package.json | 2 +- webui/yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/webui/package.json b/webui/package.json index 748efb4d3..c366e7ca1 100644 --- a/webui/package.json +++ b/webui/package.json @@ -63,7 +63,7 @@ "typescript": "~5.2", "use-deep-compare": "^1.1.0", "usehooks-ts": "^2.9.1", - "vite": "^4.5.1", + "vite": "^4.5.2", "vite-plugin-env-compatible": "^1.1.1" }, "scripts": { diff --git a/webui/yarn.lock b/webui/yarn.lock index b839bb72a..697d0c283 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -217,7 +217,6 @@ "@companion/shared@link:../lib/Shared": version "0.0.0" - uid "" "@coreui/coreui@^3.4.0": version "3.4.0" @@ -2682,10 +2681,10 @@ vite-plugin-env-compatible@^1.1.1: resolved "https://registry.yarnpkg.com/vite-plugin-env-compatible/-/vite-plugin-env-compatible-1.1.1.tgz#2e11b059a5f3e8fc609d6a4bba84ca497081ee20" integrity sha512-4lqhBWhOzP+SaCPoCVdmpM5cXzjKQV5jgFauxea488oOeElXo/kw6bXkMIooZhrh9q7gclTl8en6N9NmnqUwRQ== -vite@^4.5.1: - version "4.5.1" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a" - integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA== +vite@^4.5.2: + version "4.5.2" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82" + integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w== dependencies: esbuild "^0.18.10" postcss "^8.4.27"