Skip to content

chore(deps): bump the production-minor group with 4 updates#57

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-e17af77565
Jul 20, 2026
Merged

chore(deps): bump the production-minor group with 4 updates#57
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-e17af77565

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-minor group with 4 updates: @forgesworn/ring-sig, nostr-tools, signet-protocol and ws.

Updates @forgesworn/ring-sig from 3.0.0 to 3.0.3

Release notes

Sourced from @​forgesworn/ring-sig's releases.

v3.0.3

Bug Fixes

  • enforce canonical scalar hex and cap message/electionId length (#22)

Reproducible build: byte-identical output verified across two independent CI runners.

Artefact integrity

file:      forgesworn-ring-sig-3.0.3.tgz
size:      15040 bytes
sha256:    0040b4b00b4bcd1312b278aca74ee763e8b40cd49170d3ab9972fc9aa2235cbf
sha512-DHmMTeIPOQ6JltnRVaH2Qsay4ygD7f2eIMUF8lFkpTAO51/bhZeE59ykWPHoXw6lffTTzFi9KOFXBH4mxX8pLQ==

Verify against the registry tarball:

curl -sLO https://registry.npmjs.org/@forgesworn/ring-sig/-/ring-sig-3.0.3.tgz
shasum -a 256 ring-sig-3.0.3.tgz

v3.0.1

Bug Fixes

  • bump vite to 7.3.2 and picomatch to 4.0.4 (security) (deps)
Changelog

Sourced from @​forgesworn/ring-sig's changelog.

3.0.0 (2026-03-30)

3.0.3 (2026-07-19)

Bug Fixes

  • enforce canonical scalar hex and cap message/electionId length (#22)

3.0.1 (2026-04-12)

Bug Fixes

  • bump vite to 7.3.2 and picomatch to 4.0.4 (security) (deps)
  • fix!: reject non-canonical scalars >= curve order N in hexToScalar (8eddf4f)

BREAKING CHANGES

  • hexToScalar now throws for values >= N instead of silently reducing. Prevents non-canonical signature encodings.

2.0.0 (2026-03-25)

  • feat!: upgrade to @​noble/curves v2 and @​noble/hashes v2 (8d9346f)

BREAKING CHANGES

  • @​noble/curves upgraded from v1 to v2. Import paths now require .js suffix if consuming from source. Published dist/ is unaffected.

1.0.2 (2026-03-20)

Bug Fixes

  • correct copyright to ForgeSworn (74d4aa3)

1.0.1 (2026-03-18)

Bug Fixes

  • correct broken URLs in SECURITY.md and CONTRIBUTING.md (803beaa)

... (truncated)

Commits
  • fed92d4 chore(release): 3.0.3
  • 0099581 fix: enforce canonical scalar hex and cap message/electionId length (#22)
  • 186560f release: ring-sig 3.0.2
  • b4ab925 Merge pull request #21 from forgesworn/shared-library-split-git-package
  • ffe297e chore: make git installs reproducible
  • 5310f04 chore: drop retired Strike donation link
  • c7d1b1c chore(deps-dev): bump vitest from 4.1.9 to 4.1.10 in the dev-minor group (#20)
  • 5ec5dd7 chore: update Lightning donation address to profusemeat89@walletofsatoshi.com
  • 85a69d7 chore(deps-dev): bump vitest from 4.1.8 to 4.1.9 in the dev-minor group (#18)
  • 6579952 chore(deps-dev): bump vitest in the dev-minor group across 1 directory (#17)
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates nostr-tools from 2.23.11 to 2.24.0

Commits

Updates signet-protocol from 1.9.0 to 1.10.0

Release notes

Sourced from signet-protocol's releases.

v1.10.0

Features

  • own dependant identity derivation

Reproducible build: byte-identical output verified across two independent CI runners.

Artefact integrity

file:      signet-protocol-1.10.0.tgz
size:      223768 bytes
sha256:    b88816bb20e3d68f46d41843f9132627bbfc488b388f9782d06e97c7ba645a58
sha512-imiFh8T1oV/ILEtGYCu3aNRtc3qSk1GZrGn247TGUNU9hrvDUlEfU+ws3LlxaeKi+CyLyGaQI0GObic6Uax12w==

Verify against the registry tarball:

curl -sLO https://registry.npmjs.org/signet-protocol/-/signet-protocol-1.10.0.tgz
shasum -a 256 signet-protocol-1.10.0.tgz
Changelog

Sourced from signet-protocol's changelog.

1.10.0 (2026-07-18)

Features

  • own dependant identity derivation
Commits
  • 0b5a2a5 chore(release): 1.10.0
  • 38384d5 Merge pull request #39 from forgesworn/shared-library-split-phase5-dependant-...
  • 15440cc feat: own dependant identity derivation
  • bd6ceee chore: drop retired Strike donation link
  • ea10f9f chore(deps-dev): bump the dev-minor group with 2 updates (#38)
  • 5aebace chore(deps): bump spoken-token in the production-minor group (#37)
  • 64d7956 chore(deps-dev): bump the dev-minor group with 2 updates (#36)
  • d0f702b chore(deps): bump @​forgesworn/range-proof in the production-minor group (#35)
  • 0372b16 chore: update Lightning donation address to profusemeat89@walletofsatoshi.com
  • See full diff in compare view

Updates ws from 8.21.0 to 8.21.1

Release notes

Sourced from ws's releases.

8.21.1

Bug fixes

  • Empty fragments are now counted toward the limit (a2f4e7c0).
  • The default values of the maxBufferedChunks and maxFragments options have been reduced (f197ac65).
Commits
  • ae1de54 [dist] 8.21.1
  • 8e9511b [ci] Trust Coveralls Homebrew tap
  • f197ac6 [fix] Lower default values of maxBufferedChunks and maxFragments
  • 8df8265 [ci] Update actions/checkout action to v7
  • a2f4e7c [fix] Count empty fragments toward the limit (#2329)
  • e79f912 [pkg] Approve install scripts for bufferutil and utf-8-validate
  • 4ea355d [doc] Document 32-bit signed integer coercion for option values
  • 2120f4c [example] Remove uuid dependency
  • 4c534a6 [security] Add latest vulnerability to SECURITY.md
  • See full diff in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-minor group with 4 updates: [@forgesworn/ring-sig](https://github.com/forgesworn/ring-sig), [nostr-tools](https://github.com/nbd-wtf/nostr-tools), [signet-protocol](https://github.com/forgesworn/signet) and [ws](https://github.com/websockets/ws).


Updates `@forgesworn/ring-sig` from 3.0.0 to 3.0.3
- [Release notes](https://github.com/forgesworn/ring-sig/releases)
- [Changelog](https://github.com/forgesworn/ring-sig/blob/main/CHANGELOG.md)
- [Commits](forgesworn/ring-sig@v3.0.0...v3.0.3)

Updates `nostr-tools` from 2.23.11 to 2.24.0
- [Release notes](https://github.com/nbd-wtf/nostr-tools/releases)
- [Commits](https://github.com/nbd-wtf/nostr-tools/commits)

Updates `signet-protocol` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/forgesworn/signet/releases)
- [Changelog](https://github.com/forgesworn/signet/blob/main/CHANGELOG.md)
- [Commits](forgesworn/signet@v1.9.0...v1.10.0)

Updates `ws` from 8.21.0 to 8.21.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.21.0...8.21.1)

---
updated-dependencies:
- dependency-name: "@forgesworn/ring-sig"
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor
- dependency-name: nostr-tools
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor
- dependency-name: signet-protocol
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor
- dependency-name: ws
  dependency-version: 8.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
@github-actions
github-actions Bot merged commit 79c26bf into main Jul 20, 2026
2 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/production-minor-e17af77565 branch July 20, 2026 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants