chore: Update dependencies (#7538)

This commit is contained in:
github-actions[bot]
2026-07-29 18:31:24 +08:00
committed by GitHub
parent ca5323c2dd
commit 8620cf7e00
3 changed files with 674 additions and 804 deletions
+667 -794
View File
File diff suppressed because it is too large Load Diff
+6 -8
View File
@@ -213,14 +213,12 @@ function NtlmClient(credentials, AxiosConfig) {
.split(",") .split(",")
.find((_) => _.match(/ *NTLM/)) .find((_) => _.match(/ *NTLM/))
?.trim() || ""; ?.trim() || "";
if ( if (!(
!( error &&
error && error.status === 401 &&
error.status === 401 && error.headers["www-authenticate"] &&
error.headers["www-authenticate"] && error.headers["www-authenticate"].includes("NTLM")
error.headers["www-authenticate"].includes("NTLM") ))
)
)
return [3 /*break*/, 3]; return [3 /*break*/, 3];
// This length check is a hack because SharePoint is awkward and will // This length check is a hack because SharePoint is awkward and will
// include the Negotiate option when responding with the T2 message // include the Negotiate option when responding with the T2 message
@@ -66,8 +66,7 @@ service_data:
title: Uptime Kuma title: Uptime Kuma
data: data:
status: 0 # 0=down 1=up status: 0 # 0=down 1=up
# name: Optional Uptime Kuma Monitor Name to filter by</pre # name: Optional Uptime Kuma Monitor Name to filter by</pre>
>
<p> <p>
{{ $t("Then choose an action, for example switch the scene to where an RGB light is red.") }} {{ $t("Then choose an action, for example switch the scene to where an RGB light is red.") }}
</p> </p>