mirror of
https://github.com/MengMengCode/CLICD.git
synced 2026-08-04 21:31:23 +08:00
fix Dependabot alerts
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Generated
+3
-3
@@ -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
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user