Skip to content

Bump express-http-context from 1.2.5 to 2.0.1 - #84

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/express-http-context-2.0.1
Open

Bump express-http-context from 1.2.5 to 2.0.1#84
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/express-http-context-2.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown
Contributor

Bumps express-http-context from 1.2.5 to 2.0.1.

Changelog

Sourced from express-http-context's changelog.

2.0.1 (2025-04-19)

Fix:

  • All instances of express-http-context now share the same global AsyncLocalStorage instance

2.0.0 (2025-04-02)

Migration notes:

  • 🎉 The get, set, and middleware methods are unchanged. Applications consuming only these method can upgrade to v2 without any issue.

  • ⚠️ Consumers of ns (namespace) will need to also migrate to AsyncLocalStorage (from cls-hooked). The ns instance is no longer exported. Instead, developers have access to asyncLocalStorage which exposes the internal instance of AsyncLocalStorage.

    • Before:

      import { ns } from "express-http-context";
    • After:

      import { asyncLocalStorage } from "express-http-context";

Features:

Security:

  • Removes all 3rd party production dependencies (all dependencies are now contained within NodeJS)
  • Update dev dependencies to address known CVEs

Fix:

  • Prevents context from being lost in popular middlewares such as body-parser and express-jwt.
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 [express-http-context](https://github.com/skonves/express-http-context) from 1.2.5 to 2.0.1.
- [Changelog](https://github.com/skonves/express-http-context/blob/master/CHANGELOG.md)
- [Commits](skonves/express-http-context@v1.2.5...v2.0.1)

---
updated-dependencies:
- dependency-name: express-http-context
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 May 23, 2026
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