Skip to content

Bump elliptic and @polkadot/util-crypto#31

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-f7da5c1236
Open

Bump elliptic and @polkadot/util-crypto#31
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-f7da5c1236

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2026

Removes elliptic. It's no longer used after updating ancestor dependency @polkadot/util-crypto. These dependencies need to be updated together.

Removes elliptic

Updates @polkadot/util-crypto from 7.9.2 to 14.0.1

Release notes

Sourced from @​polkadot/util-crypto's releases.

v14.0.1

Changes:

  • fix(x-randomvalues): prioritize native RN modules over polyfilled crypto (#2013)
  • sr25519: switch from wasm to micro-sr25519 (#1971)

v13.5.9

Changes:

  • Bump polkadot dependencies (#2011)

v13.5.8

Changes:

v13.5.7

Changes:

  • Revert "Set pbkdf2Encode rounds to default to 210,000" (#2007)

v13.5.6

Changes:

  • Set pbkdf2Encode rounds to default to 210,000 (#1983)
  • Bump @​polkadot/wasm deps (#2002)

Contributed:

  • Add DENTNet to generic Polkadot app supported chains (#1942)

v13.5.5

Changes:

  • Add ledger support for Mythos (#1969)

v13.5.4

Changes:

  • Add Creditcoin3 support to Generic Ledger App (#1985)

v13.5.3

Changes:

  • Update polkadot dependencies (#1995)
  • Add Optional Strict Input Checking to u8aToU8a (#1994)
  • Update scrypt parameter validation (#1993)

v13.5.2

Changes:

... (truncated)

Changelog

Sourced from @​polkadot/util-crypto's changelog.

14.0.1 Dec 9, 2025

Changes:

  • fix(x-randomvalues): prioritize native RN modules over polyfilled crypto (#2013)
  • sr25519: switch from wasm to micro-sr25519 (#1971)

13.5.9 Nov 25, 2025

Changes:

  • Bump polkadot dependencies (#2011)

13.5.8 Nov 11, 2025

Changes:

13.5.7 Oct 13, 2025

Changes:

  • Revert "Set pbkdf2Encode rounds to default to 210,000" (#2007)

13.5.6 Aug 26, 2025

Changes:

  • Set pbkdf2Encode rounds to default to 210,000 (#1983)
  • Bump @​polkadot/wasm deps (#2002)

Contributed:

  • Add DENTNet to generic Polkadot app supported chains (#1942)

13.5.5 Aug 11, 2025

Changes:

  • Add ledger support for Mythos (#1969)

13.5.4 July 28, 2025

Changes:

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [elliptic](https://github.com/indutny/elliptic). It's no longer used after updating ancestor dependency [@polkadot/util-crypto](https://github.com/polkadot-js/common/tree/HEAD/packages/util-crypto). These dependencies need to be updated together.


Removes `elliptic`

Updates `@polkadot/util-crypto` from 7.9.2 to 14.0.1
- [Release notes](https://github.com/polkadot-js/common/releases)
- [Changelog](https://github.com/polkadot-js/common/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/common/commits/v14.0.1/packages/util-crypto)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@polkadot/util-crypto"
  dependency-version: 14.0.1
  dependency-type: direct:production
...

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 Jan 10, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​polkadot/​util-crypto@​14.0.1401008191100

View full report

@socket-security
Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @polkadot/util-crypto is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: package.jsonnpm/@polkadot/util-crypto@14.0.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@polkadot/util-crypto@14.0.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

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