Bump vite from 2.9.16 to 2.9.17 in /src/webapp/main

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.16 to 2.9.17.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.17/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.17/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-01-19 22:55:39 +00:00
committed by GitHub
parent 0f5c652bd4
commit 0b0ddda4b9
2 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
"@vitejs/plugin-vue": "^1.10.2",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.17.0",
"vite": "^2.5.4"
"vite": "^2.9.17"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -2468,9 +2468,9 @@
"dev": true
},
"node_modules/vite": {
"version": "2.9.16",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz",
"integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==",
"version": "2.9.17",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.17.tgz",
"integrity": "sha512-XxcRzra6d7xrKXH66jZUgb+srThoPu+TLJc06GifUyKq9JmjHkc1Numc8ra0h56rju2jfVWw3B3fs5l3OFMvUw==",
"dev": true,
"dependencies": {
"esbuild": "^0.14.27",
@@ -4381,9 +4381,9 @@
"dev": true
},
"vite": {
"version": "2.9.16",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz",
"integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==",
"version": "2.9.17",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.17.tgz",
"integrity": "sha512-XxcRzra6d7xrKXH66jZUgb+srThoPu+TLJc06GifUyKq9JmjHkc1Numc8ra0h56rju2jfVWw3B3fs5l3OFMvUw==",
"dev": true,
"requires": {
"esbuild": "^0.14.27",

View File

@@ -19,7 +19,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.10.2",
"vite": "^2.5.4",
"vite": "^2.9.17",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.17.0"
}