This is an automated email from the ASF dual-hosted git repository.
qiuxiafan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/main by this push:
new 46083529 Bump vite from 6.3.4 to 6.3.6 in /ui (#763)
46083529 is described below
commit 46083529398b73504e9ca929ef367cd1776aef82
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 10 10:21:29 2025 +0800
Bump vite from 6.3.4 to 6.3.6 in /ui (#763)
---
ui/package-lock.json | 8 ++++----
ui/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ui/package-lock.json b/ui/package-lock.json
index cd3c3490..51beb0e8 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -28,7 +28,7 @@
"prettier": "^3.4.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
- "vite": "^6.3.4"
+ "vite": "^6.3.6"
},
"engines": {
"node": "20.12.2"
@@ -2931,9 +2931,9 @@
}
},
"node_modules/vite": {
- "version": "6.3.4",
- "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.4.tgz",
- "integrity":
"sha512-BiReIiMS2fyFqbqNT/Qqt4CVITDU9M9vE+DKcVAsB+ZV0wvTKd+3hMbkpxz1b+NmEDMegpVbisKiAZOnvO92Sw==",
+ "version": "6.3.6",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz",
+ "integrity":
"sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/ui/package.json b/ui/package.json
index 0a472099..ee51a931 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -31,6 +31,6 @@
"prettier": "^3.4.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
- "vite": "^6.3.4"
+ "vite": "^6.3.6"
}
}