chore(deps): bump on-headers and express-session - #3371
Merged
Conversation
Bumps [on-headers](https://github.com/jshttp/on-headers) to 1.1.0 and updates ancestor dependency [express-session](https://github.com/expressjs/session). These dependencies need to be updated together. Updates `on-headers` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/jshttp/on-headers/releases) - [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md) - [Commits](jshttp/on-headers@v1.0.2...v1.1.0) Updates `express-session` from 1.18.1 to 1.19.0 - [Release notes](https://github.com/expressjs/session/releases) - [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md) - [Commits](expressjs/session@v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: on-headers dependency-version: 1.1.0 dependency-type: indirect - dependency-name: express-session dependency-version: 1.19.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
nkaradzhov
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps on-headers to 1.1.0 and updates ancestor dependency express-session. These dependencies need to be updated together.
Updates
on-headersfrom 1.0.2 to 1.1.0Release notes
Sourced from on-headers's releases.
Changelog
Sourced from on-headers's changelog.
Commits
4b017af1.1.0b636f2d♻️ refactor header array code3e2c2d4✨ ignore falsy header keys, matching node behavior172eb41✨ support duplicate headersc6e3849🔒️ fix array handling6893518💚 update CI - add newer node versions56a345d✨ add script to update known hashes175ab21👷 add upstream change detection (#31)ce0b2c8ci: apply OSSF Scorecard security best practices (#20)1a38c54fix: useubuntu-latestas ci runner (#19)Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version.
Updates
express-sessionfrom 1.18.1 to 1.19.0Release notes
Sourced from express-session's releases.
... (truncated)
Changelog
Sourced from express-session's changelog.
Commits
c10b2a31.19.0 (#1107)2673736feat: add support to dynamic cookie options (#1027)73e0193Add sameSite 'auto' support to match secure 'auto' pattern (#1087)264b6a0deps: use tilde notation for dependencies (#1096)6d69f09chore: remove history.md from being packaged on publish (#1097)00b8a5frefactor: remove unusedsessparameter fromgenerateSessionIdfunction (#...2cd6561build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.3 (#1082)1307f30build(deps): bump actions/checkout from 4.2.2 to 6.0.0 (#1088)0e7a438build(deps): bump github/codeql-action from 4.31.2 to 4.31.6 (#1089)a095a9abuild(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#1090)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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Dependency-only bump for a devDependency used in samples; includes a known header-handling CVE fix with no application logic changes in this PR.
Overview
Bumps
express-sessionfrom1.18.1to1.19.0inpackages/entraiddevDependencies and refreshes the rootpackage-lock.json. The lockfile also pullson-headers1.1.0(viaexpress-session), which addresses CVE-2025-7339.There are no source or config changes in this repo—only dependency versions.
express-sessionremains a dev dependency used by Entra ID sample apps for session middleware.Reviewed by Cursor Bugbot for commit 0d8e173. Bugbot is set up for automated code reviews on this repo. Configure here.