Conversation
Bumps [@noble/ciphers](https://github.com/paulmillr/noble-ciphers) from 1.3.0 to 2.1.1. - [Release notes](https://github.com/paulmillr/noble-ciphers/releases) - [Commits](paulmillr/noble-ciphers@1.3.0...2.1.1) --- updated-dependencies: - dependency-name: "@noble/ciphers" dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on March 2
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "@noble/hashes": "^1.7.0", | ||
| "@noble/curves": "^1.8.0", | ||
| "@noble/ciphers": "^1.2.0" | ||
| "@noble/ciphers": "^2.1.1" |
There was a problem hiding this comment.
Major version bump breaks extensionless import paths
High Severity
Bumping @noble/ciphers from v1.x to v2.x without updating import paths in aes.ts and nonce.ts. Both files import from @noble/ciphers/webcrypto (extensionless), but v2.0.1 explicitly disabled extensionless imports — all subpath imports now require a .js extension (e.g., @noble/ciphers/webcrypto.js). This will cause module resolution failures at build time or runtime.
| "@noble/hashes": "^1.7.0", | ||
| "@noble/curves": "^1.8.0", | ||
| "@noble/ciphers": "^1.2.0" | ||
| "@noble/ciphers": "^2.1.1" |
There was a problem hiding this comment.
randomBytes moved from webcrypto to utils module
High Severity
In @noble/ciphers v2.0.0, randomBytes was moved from the webcrypto module to utils.js. The existing import in nonce.ts — import { randomBytes } from '@noble/ciphers/webcrypto' — will fail even after fixing the extensionless path issue, because randomBytes is no longer exported from webcrypto.js. It needs to be imported from @noble/ciphers/utils.js instead.


Bumps @noble/ciphers from 1.3.0 to 2.1.1.
Release notes
Sourced from
@noble/ciphers's releases.Commits
785181bRelease 2.1.1.f14e577aes: improve siv and cmac testsb7b374faes: refactor aes-siv cmac999f2ffREADME9c9feecImprove bench:comparec5cdae0ci: reuse test:slow workflow0415b82ci: run large tests bi-weeklyb966ecdFix ci49a1a19ci: Update jsbt, fix test-slow5df188dreadmeMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@noble/cipherssince your current version.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 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)Note
Medium Risk
Major-version crypto dependency upgrade; although code changes are limited to
package.json, upstream API/behavior changes could affect AES-GCM and nonce generation usage at runtime.Overview
Updates
packages/seismic-viemto use@noble/ciphers^2.1.1(from^1.2.0) viapackage.jsondependency bump.Written by Cursor Bugbot for commit 1ed61f8. This will update automatically on new commits. Configure here.