fix Dependabot alerts

This commit is contained in:
MengMengCode
2026-07-16 21:01:27 +08:00
parent ae02241370
commit 2ecdb5c26f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ func subUserAssignedContainers(su *config.SubUser) []*config.Container {
if su == nil { if su == nil {
return nil return nil
} }
result := make([]*config.Container, 0, len(su.ContainerUUIDs)+len(su.ContainerNames)) result := []*config.Container{}
seen := map[string]bool{} seen := map[string]bool{}
for _, uuid := range su.ContainerUUIDs { for _, uuid := range su.ContainerUUIDs {
if c := config.FindContainerByUUID(uuid); c != nil { if c := config.FindContainerByUUID(uuid); c != nil {
+3 -3
View File
@@ -2475,9 +2475,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "6.4.2", "version": "6.4.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.3.tgz",
"integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", "integrity": "sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
+1 -1
View File
@@ -11,7 +11,7 @@
"vitepress": "^1.6.4" "vitepress": "^1.6.4"
}, },
"overrides": { "overrides": {
"vite": "6.4.2", "vite": "6.4.3",
"esbuild": "0.28.1" "esbuild": "0.28.1"
} }
} }