[Snyk] Security upgrade express from 4.18.1 to 4.22.0#145
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "eslint-plugin-react": "7.30.1", | ||
| "eslint-plugin-react-hooks": "4.6.0", | ||
| "express": "4.18.1", | ||
| "express": "^4.22.0", |
There was a problem hiding this comment.
Sync lockfile spec with package.json
The root lockfile entry now records "express": "^4.22.0", but package.json pins express to "4.22.0" (line 87). The npm ci documentation explicitly states that “If dependencies in the package lock do not match those in package.json, npm ci will exit with an error” (/root/.nvm/versions/node/v22.21.0/lib/node_modules/npm/docs/content/commands/npm-ci.md). This mismatch can therefore break CI installs that use npm ci until the lockfile spec is aligned with package.json (or vice versa).
Useful? React with 👍 / 👎.
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
package.jsonpackage-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-QS-14724253
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Allocation of Resources Without Limits or Throttling