chore(deps): bump @noble/curves from 2.2.0 to 2.3.0 - #494
Conversation
Bumps [@noble/curves](https://github.com/paulmillr/noble-curves) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/paulmillr/noble-curves/releases) - [Commits](paulmillr/noble-curves@2.2.0...2.3.0) --- updated-dependencies: - dependency-name: "@noble/curves" dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
davidwkeith
left a comment
There was a problem hiding this comment.
Reviewed. The diff is a clean, mechanical bump: packages/atproto-pds/package.json and pnpm-lock.yaml both move @noble/curves 2.2.0 → 2.3.0, and the lockfile correctly cascades the transitive @noble/hashes bump (2.2.0 → 2.3.0) to match — no stray or inconsistent lockfile entries.
Worth calling out: 2.3.0 isn't just routine — per upstream's release notes it hardens constant-time execution (secret-scalar blinding, constant-time fixed-window multiply) and fixes a real X25519 timing side-channel that could leak a few bits of a long-term private key. Since @dwk/atproto-pds (the only consumer of this dependency in the workspace) does actual cryptographic signing/verification, this is a meaningful security update for that package, not just noise — worth prioritizing over other pending dependency PRs.
CONTRIBUTING.md conformance: the PR title (chore(deps): bump @noble/curves from 2.2.0 to 2.3.0) already matches the required Conventional Commits format (lowercase type, scope in parens, no capitalization) — no changes needed there. No changeset is expected either, since @dwk/atproto-pds's own version isn't changing.
CI (build-test, image) was still in progress at review time — recommend merging once those go green.
Generated by Claude Code
Bumps @noble/curves from 2.2.0 to 2.3.0.
Release notes
Sourced from @noble/curves's releases.
Commits
da60750Release 2.3.0.9092187READMEff189ceMinor comment reformatting17fda00jsr: prepare for publishe23353dUpgrade to noble-hashes 2.3.024db224Minor fixesa1d1c85Update jsbt to 0.6.5243bdaftest: use new syntaxdc0acf5Disable source mapse229382Improve tree-shakingDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)