From 2a1d34bdc1d8e8d69dd110076562c48580b85dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 06:35:16 +0000 Subject: [PATCH] Bump vite from 3.2.5 to 3.2.7 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.5 to 3.2.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 20 ++++++++++---------- webui/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9529cb8..06a05b4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -182,7 +182,7 @@ importers: version: 18.0.10 '@vitejs/plugin-react': specifier: ^2.2.0 - version: 2.2.0(vite@3.2.5) + version: 2.2.0(vite@3.2.7) autoprefixer: specifier: ^10.4.13 version: 10.4.13(postcss@8.4.21) @@ -202,11 +202,11 @@ importers: specifier: ^4.9.4 version: 4.9.4 vite: - specifier: ^3.2.5 - version: 3.2.5(@types/node@18.11.18) + specifier: ^3.2.7 + version: 3.2.7(@types/node@18.11.18) vite-plugin-pwa: specifier: ^0.13.3 - version: 0.13.3(vite@3.2.5)(workbox-build@6.5.4)(workbox-window@6.5.4) + version: 0.13.3(vite@3.2.7)(workbox-build@6.5.4)(workbox-window@6.5.4) packages: @@ -3306,7 +3306,7 @@ packages: hasBin: true dev: true - /@vitejs/plugin-react@2.2.0(vite@3.2.5): + /@vitejs/plugin-react@2.2.0(vite@3.2.7): resolution: {integrity: sha512-FFpefhvExd1toVRlokZgxgy2JtnBOdp4ZDsq7ldCWaqGSGn9UhWMAVm/1lxPL14JfNS5yGz+s9yFrQY6shoStA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -3319,7 +3319,7 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.20.12) magic-string: 0.26.7 react-refresh: 0.14.0 - vite: 3.2.5(@types/node@18.11.18) + vite: 3.2.7(@types/node@18.11.18) transitivePeerDependencies: - supports-color dev: true @@ -7486,7 +7486,7 @@ packages: extsprintf: 1.4.1 dev: false - /vite-plugin-pwa@0.13.3(vite@3.2.5)(workbox-build@6.5.4)(workbox-window@6.5.4): + /vite-plugin-pwa@0.13.3(vite@3.2.7)(workbox-build@6.5.4)(workbox-window@6.5.4): resolution: {integrity: sha512-cjWXpZ7slAY14OKz7M8XdgTIi9wjf6OD6NkhiMAc+ogxnbUrecUwLdRtfGPCPsN2ftut5gaN1jTghb11p6IQAA==} peerDependencies: vite: ^3.1.0 @@ -7498,15 +7498,15 @@ packages: fast-glob: 3.2.12 pretty-bytes: 6.0.0 rollup: 2.79.1 - vite: 3.2.5(@types/node@18.11.18) + vite: 3.2.7(@types/node@18.11.18) workbox-build: 6.5.4 workbox-window: 6.5.4 transitivePeerDependencies: - supports-color dev: true - /vite@3.2.5(@types/node@18.11.18): - resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==} + /vite@3.2.7(@types/node@18.11.18): + resolution: {integrity: sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: diff --git a/webui/package.json b/webui/package.json index 8d29772..a81e7fa 100644 --- a/webui/package.json +++ b/webui/package.json @@ -33,7 +33,7 @@ "prettier-plugin-tailwindcss": "^0.1.13", "tailwindcss": "^3.2.4", "typescript": "^4.9.4", - "vite": "^3.2.5", + "vite": "^3.2.7", "vite-plugin-pwa": "^0.13.3" } }