chore(deps): bump express from 5.0.1 to 5.2.1#8
Conversation
Bumps [express](https://github.com/expressjs/express) from 5.0.1 to 5.2.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.0.1...v5.2.1) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz", | ||
| "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==", | ||
| "license": "MIT", | ||
| "peer": true, |
There was a problem hiding this comment.
Bug: Direct dependency incorrectly marked as peer-only dependency
The lockfile incorrectly marks zod with "peer": true even though zod is a direct dependency in package.json. This flag tells npm the package exists only to satisfy peer dependencies. Since zod is directly depended upon and imported in src/server.ts and src/zod.ts, running npm ci --omit=peer would skip installing it, breaking the application. The same issue affects express, which is a regular transitive dependency via @modelcontextprotocol/sdk, not a peer-only dependency. The lockfile needs to be regenerated correctly.
Additional Locations (1)
|
Superseded by #10. |
Bumps express from 5.0.1 to 5.2.1.
Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
Commits
dbac7415.2.1697547cRevert "sec: security patch for CVE-2024-51999"4007ad1Release: 5.2.0 (#6920)2f64f68sec: security patch for CVE-2024-51999ed0ba3fbuild(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#6928)8eace46build(deps): bump github/codeql-action from 4.31.2 to 4.31.6 (#6929)30bae81build(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#6930)758d435deps: body-parser@^2.2.1 (#6922)77bcd52docs: update emeritus triagers (#6890)f33caf1Nominate to@efekrsklfor triage team (#6888)Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Upgrade Express to 5.2.1 with aligned ecosystem dependency updates and cleanup of deprecated sub-dependencies.
expressto5.2.1.body-parser@^2.2.1,router@^2.2.0,send@^1.2.0,serve-static@^2.2.0,qs@^6.14.0,debug@^4.4.3,http-errors@^2.0.1,raw-body@^3.0.2,mime-types@^3.0.2,iconv-lite@^0.7.0,statuses@^2.0.2,path-to-regexp@^8.3.0,ms@2.1.3.peer, and stricter Nodeengines(>=18) where applicable.methods,utils-merge,destroy).Written by Cursor Bugbot for commit 3cb8ab8. This will update automatically on new commits. Configure here.