chore(deps): bump vite from 5.0.5 to 5.0.7 in /ui

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.5 to 5.0.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-10 11:33:13 +00:00
committed by Łukasz Mierzwa
parent 469a236b22
commit ea3d6bd6e3
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@@ -51,7 +51,7 @@
"react-select": "5.8.0",
"react-transition-group": "4.4.5",
"typeface-open-sans": "1.1.13",
"vite": "5.0.5",
"vite": "5.0.7",
"vite-tsconfig-paths": "4.2.1"
},
"devDependencies": {
@@ -12439,9 +12439,9 @@
}
},
"node_modules/vite": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.5.tgz",
"integrity": "sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==",
"version": "5.0.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.7.tgz",
"integrity": "sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==",
"dependencies": {
"esbuild": "^0.19.3",
"postcss": "^8.4.32",

View File

@@ -46,7 +46,7 @@
"react-select": "5.8.0",
"react-transition-group": "4.4.5",
"typeface-open-sans": "1.1.13",
"vite": "5.0.5",
"vite": "5.0.7",
"vite-tsconfig-paths": "4.2.1"
},
"devDependencies": {