Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@sentry/node": "^10.38.0",
"@sentry/profiling-node": "^10.38.0",
"@simplewebauthn/server": "^10.0.1",
"axios": "^1.9.0",
"axios": "^1.13.2",
"base32-encode": "^2.0.0",
Comment on lines 24 to 26
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description/title says the upgrade is to axios 1.13.2, but the lockfile currently resolves axios to 1.13.5 (and even records the specifier as ^1.13.5). Please ensure the intended target version/range is consistent across package.json, pnpm-lock.yaml, and the PR metadata to avoid confusion and lockfile drift.

Copilot uses AI. Check for mistakes.
"base64url": "^3.0.1",
"bcrypt": "^6.0.0",
Expand Down
32 changes: 22 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading