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.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@dfinity/agent
from 0.15.7 to 0.21.4 | 17 versions ahead of your current version | 8 months ago
on 2024-01-24
@dfinity/candid
from 0.15.7 to 0.21.4 | 17 versions ahead of your current version | 8 months ago
on 2024-01-24
@dfinity/principal
from 0.15.7 to 0.21.4 | 17 versions ahead of your current version | 8 months ago
on 2024-01-24
Release notes
Package name: @dfinity/agent
What's Changed
Full Changelog: v0.21.2...v0.21.4
Release 0.21.3
tweaking checkbox
Co-authored-by: krpeacock 16298804+krpeacock@users.noreply.github.com
Co-authored-by: Kyle Peacock kylpeacock@gmail.com
What's Changed
Full Changelog: v0.21.1...v0.21.2
What's Changed
Full Changelog: v0.21.0...v0.21.1
What's Changed
Full Changelog: v0.20.1...v0.20.2
What's Changed
Full Changelog: v0.20.0...v0.20.1
Significant new features in this release!
Most notably, @ dfinity/agent version 0.20.0 now handles query signature verification. All queries will automatically check for signatures in the state tree signed by the node that replies. This enables the client to verify that there have been no man-in-the-middle attacks without a developer needing to implement certified variables or use update calls.
Additionally, this change replaces the package
tweetnacl
with@ noble/curves
for Ed25519 curve signatures and validation.What's Changed
dfinity/setup-dfx
to installdfx
by @ smallstepman in #791New Contributors
Full Changelog: v0.19.3...v0.20.0
What's Changed
dfinity/setup-dfx
to installdfx
by @ smallstepman in #791New Contributors
Full Changelog: v0.19.3...v0.20.0-beta.0
What's Changed
Noteworthy change: Principal now contains a
toJSON
method, returning an object with{"__principal__": <principal-string>}
. This is compatible with the JSON reviver that is provided in@ dfinity/utils
, allowing you to easily serialize and deserialize structures containing Principals into and out of JSONFull Changelog: v0.19.2...v0.19.3
Package name: @dfinity/candid
What's Changed
Full Changelog: v0.21.2...v0.21.4
Release 0.21.3
tweaking checkbox
Co-authored-by: krpeacock 16298804+krpeacock@users.noreply.github.com
Co-authored-by: Kyle Peacock kylpeacock@gmail.com
What's Changed
Full Changelog: v0.21.1...v0.21.2
What's Changed
Full Changelog: v0.21.0...v0.21.1
What's Changed
Full Changelog: v0.20.1...v0.20.2
What's Changed
Full Changelog: v0.20.0...v0.20.1
Significant new features in this release!
Most notably, @ dfinity/agent version 0.20.0 now handles query signature verification. All queries will automatically check for signatures in the state tree signed by the node that replies. This enables the client to verify that there have been no man-in-the-middle attacks without a developer needing to implement certified variables or use update calls.
Additionally, this change replaces the package
tweetnacl
with@ noble/curves
for Ed25519 curve signatures and validation.What's Changed
dfinity/setup-dfx
to installdfx
by @ smallstepman in #791