Skip to content

build(deps): bump pkijs from 2.4.0 to 3.4.0#4833

Open
dependabot[bot] wants to merge 1 commit intonextfrom
dependabot/npm_and_yarn/pkijs-3.4.0
Open

build(deps): bump pkijs from 2.4.0 to 3.4.0#4833
dependabot[bot] wants to merge 1 commit intonextfrom
dependabot/npm_and_yarn/pkijs-3.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps pkijs from 2.4.0 to 3.4.0.

Release notes

Sourced from pkijs's releases.

Release v3.4.0

What's Changed

New Contributors

Full Changelog: PeculiarVentures/PKI.js@v3.3.3...v3.4.0

Release v3.3.3

What's Changed

New Contributors

Full Changelog: PeculiarVentures/PKI.js@v3.3.2...v3.3.3

Release v3.3.2

Full Changelog: PeculiarVentures/PKI.js@v3.3.1...v3.3.2

Release v3.3.1

What's Changed

New Contributors

Full Changelog: PeculiarVentures/PKI.js@v3.3.0...v3.3.1

Release v3.3.0

What's Changed

Full Changelog: PeculiarVentures/PKI.js@v3.2.5...v3.3.0

v3.2.4

... (truncated)

Commits
  • 1e134fc 3.4.0
  • 5b0702d Merge pull request #465 from PeculiarVentures/rsa-pss-spki-fix
  • a70684e Add test for import capability of SPKI with rsaPSS alg identifier
  • 6dd7425 Recognise id-RSASSA-PSS (1.2.840.113549.1.1.10) in PublicKeyInfo as an RSA fa...
  • 0187b82 Allow id-RSASSA-PSS (1.2.840.113549.1.1.10) in CryptoEngine importKey for RSA...
  • 1bb60c2 chore(website): update package-lock.json with dependency version upgrades and...
  • 82ece66 Merge pull request #457 from PeculiarVentures/donskov/website-deps-path-9/12
  • 2ed345d deps(website): fix npm audit issues
  • c9fd2bc 3.3.3
  • e2c1a40 Merge pull request #455 from nrtmr1211:fix/ocsp-request-explicit-extensions
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 6, 2026 13:26
@aws-amplify-us-east-2
Copy link
Copy Markdown

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-4833.d3m3l2kee0btzx.amplifyapp.com

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pkijs-3.4.0 branch from ce2cc7b to c8f3215 Compare April 8, 2026 10:07
Bumps [pkijs](https://github.com/PeculiarVentures/PKI.js) from 2.4.0 to 3.4.0.
- [Release notes](https://github.com/PeculiarVentures/PKI.js/releases)
- [Commits](PeculiarVentures/PKI.js@v2.4.0...v3.4.0)

---
updated-dependencies:
- dependency-name: pkijs
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pkijs-3.4.0 branch from c8f3215 to 6341f0a Compare April 9, 2026 09:05
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6341f0aa3f

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"node-kms": "^0.4.1",
"node-scr": "^0.3.0",
"pkijs": "^2.1.84",
"pkijs": "^3.4.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep PKI.js and ASN.1 parser versions compatible

This major bump to PKI.js 3.x is incompatible with the package’s current certificate parsing path: kms-certificate-validation.js still parses certs with asn1js 2.x (fromBER) and feeds that schema into PKI.js objects, but PKI.js 3 extension parsing/validation paths rely on v3 ASN.1 blocks (e.g., valueHexView) when extension.parsedValue is accessed (such as SAN checks and chain verification). In practice, valid KMS JWTs can fail validation at runtime after this upgrade unless asn1js usage is migrated in lockstep.

Useful? React with 👍 / 👎.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2026

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2026

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

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