Skip to content

chore(deps): bump client-certificate-auth from 2.1.0 to 2.1.1 in /examples/e2e-mtls in the npm-production group across 1 directory#154

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/examples/e2e-mtls/npm-production-84df03cd2f
Open

chore(deps): bump client-certificate-auth from 2.1.0 to 2.1.1 in /examples/e2e-mtls in the npm-production group across 1 directory#154
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/examples/e2e-mtls/npm-production-84df03cd2f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-production group with 1 update in the /examples/e2e-mtls directory: client-certificate-auth.

Updates client-certificate-auth from 2.1.0 to 2.1.1

Release notes

Sourced from client-certificate-auth's releases.

v2.1.1

What's Changed

Full Changelog: v2.1.0...v2.1.1

Changelog

Sourced from client-certificate-auth's changelog.

[2.1.1] - 2026-06-11

Fixed

  • Non-Error callback throws/rejections wrapped before next() — a validation callback that threw or rejected with a primitive (a string, null) hit a TypeError in the middleware's error path: reading .message on null, or assigning .status on a string primitive. The sync path surfaced the TypeError to the framework as a 500 instead of a 401; the async path threw inside the promise rejection handler, leaving the rejection unhandled (fatal under Node's default --unhandled-rejections=throw). Primitive values are now wrapped in an Error (string values become the message) before hook dispatch and next(); objects, including Errors, pass through unchanged. Applied identically in the ESM and CJS modules.
Commits
  • 1fd8376 chore(release): v2.1.1
  • 4a0b770 fix(auth): wrap non-Error callback throws/rejections before next()
  • 0a0ab06 docs: better 'what is this really' intro
  • f1a45d3 chore(deps-dev): bump the npm-dev-tools group across 1 directory with 5 updates
  • e131fba chore: bump actions
  • 451a3b8 chore(deps): bump client-certificate-auth
  • d5b6c5f chore(deps-dev): bump ws in the npm-dev-tools group across 1 directory
  • 0be1b62 test(mtls): cover includeChain over real TLS (#139)
  • 8ce6729 ci: bump Node test matrix to 26 and add .nvmrc
  • 40f3ee3 chore(deps): bump github/codeql-action to v4.36.0
  • 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 Jun 22, 2026
@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (23c40b2) to head (111a4c4).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #154   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          467       467           
  Branches       142       143    +1     
=========================================
  Hits           467       467           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Bumps the npm-production group with 1 update in the /examples/e2e-mtls directory: [client-certificate-auth](https://github.com/tgies/client-certificate-auth).


Updates `client-certificate-auth` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/tgies/client-certificate-auth/releases)
- [Changelog](https://github.com/tgies/client-certificate-auth/blob/master/CHANGELOG.md)
- [Commits](v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: client-certificate-auth
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/examples/e2e-mtls/npm-production-84df03cd2f branch from 111a4c4 to 05c76ef Compare June 22, 2026 21:46
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