Skip to content

Conversation

donghaoren
Copy link
Collaborator

This should fix the two security audit issues with a vulnerable version of axios.

- name: Setup Rust for WebAssembly
run: |
rustup target add wasm32-unknown-unknown
cargo install -f wasm-bindgen-cli --version 0.2.100
Copy link
Member

Choose a reason for hiding this comment

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

Instead of hardcoding the version here, can we use cargo to install dependencies?

Copy link
Collaborator Author

@donghaoren donghaoren Sep 2, 2025

Choose a reason for hiding this comment

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

I tried putting it in Cargo.toml at first but that didn't work, if you figured it out feel free to send a new PR!

@donghaoren donghaoren merged commit b8c54f3 into main Sep 2, 2025
4 checks passed
@donghaoren donghaoren deleted the dr/fix-npm-audit branch September 2, 2025 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants