This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch analyzer-url
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit f0c3ac71e79887e48eee68c0d59da5f9a02d91a8
Author: Gao Hongtao <[email protected]>
AuthorDate: Tue Sep 24 05:11:35 2024 +0800

    Bump vite
    
    Signed-off-by: Gao Hongtao <[email protected]>
---
 ui/package-lock.json | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/ui/package-lock.json b/ui/package-lock.json
index c26e18de..54b04c09 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -1428,6 +1428,20 @@
         "node": ">= 6"
       }
     },
+    "node_modules/fsevents": {
+      "version": "2.3.3",
+      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz";,
+      "integrity": 
"sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+      "dev": true,
+      "hasInstallScript": true,
+      "optional": true,
+      "os": [
+        "darwin"
+      ],
+      "engines": {
+        "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+      }
+    },
     "node_modules/function-bind": {
       "version": "1.1.2",
       "resolved": 
"https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz";,
@@ -2246,11 +2260,10 @@
       }
     },
     "node_modules/vite": {
-      "version": "5.4.4",
-      "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.4.tgz";,
-      "integrity": 
"sha512-RHFCkULitycHVTtelJ6jQLd+KSAAzOgEYorV32R2q++M6COBjKJR6BxqClwp5sf0XaBDjVMuJ9wnNfyAJwjMkA==",
+      "version": "5.4.7",
+      "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz";,
+      "integrity": 
"sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==",
       "dev": true,
-      "license": "MIT",
       "dependencies": {
         "esbuild": "^0.21.3",
         "postcss": "^8.4.43",
@@ -2265,6 +2278,9 @@
       "funding": {
         "url": "https://github.com/vitejs/vite?sponsor=1";
       },
+      "optionalDependencies": {
+        "fsevents": "~2.3.3"
+      },
       "peerDependencies": {
         "@types/node": "^18.0.0 || >=20.0.0",
         "less": "*",

Reply via email to