Bump vite from 3.2.8 to 3.2.10 in /web

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.8 to 3.2.10.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.10/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-03 18:47:19 +00:00 committed by GitHub
parent c048827838
commit 13354ec6a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
web/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "goploy",
"version": "1.16.2",
"version": "1.16.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "goploy",
"version": "1.16.2",
"version": "1.16.3",
"license": "GPL-3.0-or-later",
"dependencies": {
"@chenfengyuan/vue-qrcode": "^2.0.0-beta",
@ -55,7 +55,7 @@
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vconsole": "^3.15.1",
"vite": "^3.2.8",
"vite": "^3.2.10",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svg-icons": "^0.5.0",
"vue-tsc": "^1.0.8"
@ -5375,9 +5375,9 @@
}
},
"node_modules/vite": {
"version": "3.2.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.8.tgz",
"integrity": "sha512-EtQU16PLIJpAZol2cTLttNP1mX6L0SyI0pgQB1VOoWeQnMSvtiwovV3D6NcjN8CZQWWyESD2v5NGnpz5RvgOZA==",
"version": "3.2.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.10.tgz",
"integrity": "sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==",
"dev": true,
"dependencies": {
"esbuild": "^0.15.9",
@ -9160,9 +9160,9 @@
}
},
"vite": {
"version": "3.2.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.8.tgz",
"integrity": "sha512-EtQU16PLIJpAZol2cTLttNP1mX6L0SyI0pgQB1VOoWeQnMSvtiwovV3D6NcjN8CZQWWyESD2v5NGnpz5RvgOZA==",
"version": "3.2.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.10.tgz",
"integrity": "sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==",
"dev": true,
"requires": {
"esbuild": "^0.15.9",

View File

@ -55,7 +55,7 @@
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vconsole": "^3.15.1",
"vite": "^3.2.8",
"vite": "^3.2.10",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svg-icons": "^0.5.0",
"vue-tsc": "^1.0.8"