Skip to content

build(deps-dev): Bump @noble/ciphers from 2.2.0 to 2.3.0 in /probe - #46

Merged
latentharbor merged 1 commit into
mainfrom
dependabot/npm_and_yarn/probe/noble/ciphers-2.3.0
Aug 14, 2026
Merged

build(deps-dev): Bump @noble/ciphers from 2.2.0 to 2.3.0 in /probe#46
latentharbor merged 1 commit into
mainfrom
dependabot/npm_and_yarn/probe/noble/ciphers-2.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @noble/ciphers from 2.2.0 to 2.3.0.

Release notes

Sourced from @​noble/ciphers's releases.

2.3.0

Hardening

  • AEAD strictness: passing AAD to a cipher that doesn't support it now throws AAD not supported instead of silently ignoring it. Applies to both native ciphers and the webcrypto wrappers via a new withAAD cipher param.
  • CBC/ECB padding failures now surface as a generic aes: bad decrypt instead of a padding-specific message, reducing padding-oracle signal.
  • FF1: minLen now enforces the NIST SP 800-38G minimum of 2 in addition to radix**minlen >= 100; stricter radix encoding guards.
  • Correctness fixes for big-endian CPUs (polyval tag normalization, AES CTR partial-block tails).
  • Other minor corrections
  • Reduce on-disk package size: 710kb → 531kb (-179kb), by disabling source maps (they became less relevant).

Boost AES-SIV speed by 20%

Full Changelog: paulmillr/noble-ciphers@2.2.0...2.3.0

Commits

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@noble/ciphers](https://github.com/paulmillr/noble-ciphers) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/paulmillr/noble-ciphers/releases)
- [Commits](paulmillr/noble-ciphers@2.2.0...2.3.0)

---
updated-dependencies:
- dependency-name: "@noble/ciphers"
  dependency-version: 2.3.0
  dependency-type: direct:development
  update-type: version-update:semver-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 Aug 14, 2026
@latentharbor
latentharbor merged commit 9d01253 into main Aug 14, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/probe/noble/ciphers-2.3.0 branch August 14, 2026 11:00
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.

1 participant