Skip to content
Merged
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
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"presets": [
"env",
"stage-0"
"@babel/preset-env"
]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.9.8 - 2026-07-15
chore: Bump `axios` from `^1.6.8` to `^1.18.1` to pick up upstream security fixes
chore: Migrate build toolchain from Babel 6 to Babel 7 (`@babel/cli`, `@babel/core`, `@babel/preset-env`, `@babel/register`); resolves critical `babel-traverse@6.26.0` advisory GHSA-67hx-6x53-jw92. Dev-only change, no runtime impact.

## 2.9.7 - 2026-06-10
fix: Use random nonce per call in AES-GCM onboarding signature

Expand Down
Loading
Loading