chore(deps-dev): bump vite from 5.2.6 to 5.2.7 in /ui

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.6 to 5.2.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.2.7/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-01 06:57:41 +00:00
committed by Łukasz Mierzwa
parent 1148f8d259
commit 73d850f20d
2 changed files with 6 additions and 6 deletions

10
ui/package-lock.json generated
View File

@@ -91,7 +91,7 @@
"terser": "5.29.2",
"ts-jest": "29.1.2",
"typescript": "5.4.3",
"vite": "5.2.6",
"vite": "5.2.7",
"vite-tsconfig-paths": "4.3.2"
}
},
@@ -12448,13 +12448,13 @@
}
},
"node_modules/vite": {
"version": "5.2.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.6.tgz",
"integrity": "sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==",
"version": "5.2.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.7.tgz",
"integrity": "sha512-k14PWOKLI6pMaSzAuGtT+Cf0YmIx12z9YGon39onaJNy8DLBfBJrzg9FQEmkAM5lpHBZs9wksWAsyF/HkpEwJA==",
"dev": true,
"dependencies": {
"esbuild": "^0.20.1",
"postcss": "^8.4.36",
"postcss": "^8.4.38",
"rollup": "^4.13.0"
},
"bin": {

View File

@@ -86,7 +86,7 @@
"terser": "5.29.2",
"ts-jest": "29.1.2",
"typescript": "5.4.3",
"vite": "5.2.6",
"vite": "5.2.7",
"vite-tsconfig-paths": "4.3.2"
},
"overrides": {