-
Notifications
You must be signed in to change notification settings - Fork 45
Chore: update dependencies for distribution 2530
#2644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alenar
approved these changes
Jul 17, 2025
dlachaume
approved these changes
Jul 17, 2025
By running 'make upgrade' command.
By running 'make upgrade' command in 'examples/client-wasm-nodejs' and 'examples/client-wasm-web'.
By running 'make upgrade' command.
By running 'nix flake update' command.
- 'rand_core' to '0.6.4' - 'rand_chacha' to '0.3.1' - 'getrandom' to '0.2.15'.
By running 'npm audit fix'.
* client-cardano-database-v2 from `0.0.11` to `0.0.12` * client-cardano-database from `0.1.35` to `0.1.36` * mithril-cardano-node-chain from `0.1.3` to `0.1.4` * mithril-doc-derive from `0.1.20` to `0.1.21` * mithril-aggregator from `0.7.73` to `0.7.74` * mithril-client-cli from `0.12.21` to `0.12.22` * mithril-client from `0.12.21` to `0.12.22` * mithril-common from `0.6.8` to `0.6.9` * mithril-relay from `0.1.46` to `0.1.47` * mithril-stm from `0.4.9` to `0.4.10` * mithril-aggregator-fake from `0.4.11` to `0.4.12` * mithril-end-to-end from `0.4.96` to `0.4.97` * [js] client-wasm-nodejs from `0.3.9` to `0.3.10` * [js] client-wasm-web from `0.3.9` to `0.3.10` * [js] mithril-explorer from `0.7.36` to `0.7.37`
679458c
to
d1d63cf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Content
This PR upgrades the repository dependencies to their latest version in preparation of the distribution
2530
by running the upgrade script from the devbook.Pre-submit checklist
Issue(s)
Relates to #2625