chore: bump dependencies (#4444)

This commit is contained in:
James George
2024-10-23 14:55:55 -07:00
committed by GitHub
parent 7dfb06c137
commit 7aa43232cc
22 changed files with 4984 additions and 6463 deletions

View File

@@ -352,12 +352,12 @@ watch(
env: {
key: e.key,
value: e.secret
? secretEnvironmentService.getSecretEnvironmentVariable(
? (secretEnvironmentService.getSecretEnvironmentVariable(
props.editingEnvironmentIndex === "Global"
? "Global"
: workingEnvID.value,
index
)?.value ?? ""
)?.value ?? "")
: e.value,
secret: e.secret,
},

View File

@@ -311,10 +311,10 @@ watch(
env: {
key: e.key,
value: e.secret
? secretEnvironmentService.getSecretEnvironmentVariable(
? (secretEnvironmentService.getSecretEnvironmentVariable(
editingID.value ?? "",
index
)?.value ?? ""
)?.value ?? "")
: e.value,
secret: e.secret,
},