This is an automated email from the ASF dual-hosted git repository.
hanahmily 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 49e54cd0 Bump vite from 3.2.5 to 3.2.7 in /ui (#279)
49e54cd0 is described below
commit 49e54cd01458d99821e450410dc6eff934370e36
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 7 11:14:33 2023 +0800
Bump vite from 3.2.5 to 3.2.7 in /ui (#279)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from
3.2.5 to 3.2.7.
- [Release notes](https://github.com/vitejs/vite/releases)
-
[Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
ui/package-lock.json | 33 ++++++++++++++++++++++++++-------
ui/package.json | 2 +-
2 files changed, 27 insertions(+), 8 deletions(-)
diff --git a/ui/package-lock.json b/ui/package-lock.json
index 2d399ed3..7c82ac7d 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -26,7 +26,7 @@
"@vitejs/plugin-vue": "^3.0.3",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
- "vite": "^3.0.9"
+ "vite": "^3.2.7"
},
"engines": {
"node": "18.16"
@@ -733,6 +733,19 @@
"node": ">= 6"
}
},
+ "node_modules/fsevents": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+ "integrity":
"sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
"node_modules/function-bind": {
"version": "1.1.1",
"resolved":
"https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
@@ -1423,9 +1436,9 @@
}
},
"node_modules/vite": {
- "version": "3.2.5",
- "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.5.tgz",
- "integrity":
"sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==",
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.7.tgz",
+ "integrity":
"sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==",
"dev": true,
"dependencies": {
"esbuild": "^0.15.9",
@@ -2058,6 +2071,12 @@
"mime-types": "^2.1.12"
}
},
+ "fsevents": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+ "integrity":
"sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+ "optional": true
+ },
"function-bind": {
"version": "1.1.1",
"resolved":
"https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
@@ -2527,9 +2546,9 @@
}
},
"vite": {
- "version": "3.2.5",
- "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.5.tgz",
- "integrity":
"sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==",
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.7.tgz",
+ "integrity":
"sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==",
"dev": true,
"requires": {
"esbuild": "^0.15.9",
diff --git a/ui/package.json b/ui/package.json
index 5a58ce3e..c07a2e30 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -28,6 +28,6 @@
"@vitejs/plugin-vue": "^3.0.3",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
- "vite": "^3.0.9"
+ "vite": "^3.2.7"
}
}