📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-10 16:04:20 +00:00
parent 2bb0dc8c1d
commit 92c0c3f687
594 changed files with 55224 additions and 19038 deletions
@@ -963,7 +963,7 @@ has expired" }`.
```bash
# 1. Decode the JWT to check expiration (without verification)
echo "<your-token>" | cut -d'.' -f2 | base64 -d 2>/dev/null | jq '.exp'
echo "<your-token>" | cut -d'.' -f2 | base64 -d 2>/dev/null | jq '.exp' # security-allowlist: local JWT inspection, no code execution
# 2. Compare with current time
date +%s