chore: bump dependencies (#11133)

* chore: bump dependencies

* chore: another bump
This commit is contained in:
Almeida
2025-10-06 23:42:31 +01:00
committed by GitHub
parent 2c08b0f975
commit 985b525556
39 changed files with 6239 additions and 5904 deletions

View File

@@ -24,9 +24,7 @@ export function getUserAgentAppendix(): string {
// Most (if not all) edge environments will have `process` defined. Within a web browser we'll extract it using `navigator.userAgent`.
if (typeof globalThis.process !== 'object') {
// @ts-expect-error web env
if (typeof globalThis.navigator === 'object') {
// @ts-expect-error web env
return globalThis.navigator.userAgent;
}