Skip to content

[Snyk] Security upgrade express from 4.17.1 to 4.22.0#163

Open
maniator wants to merge 1 commit into
nextfrom
snyk-fix-3dca9092a55e63800c84c75e87909690
Open

[Snyk] Security upgrade express from 4.17.1 to 4.22.0#163
maniator wants to merge 1 commit into
nextfrom
snyk-fix-3dca9092a55e63800c84c75e87909690

Conversation

@maniator
Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.

Snyk changed the following file(s):

  • docs/package.json

Note for zero-installs users

If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the .yarn/cache/ directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to run yarn to update the contents of the ./yarn/cache directory.
If you are not using zero-install you can ignore this as your flow should likely be unchanged.

⚠️ Warning
Failed to update the yarn.lock, please update manually before merging.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Allocation of Resources Without Limits or Throttling
SNYK-JS-QS-15268416
  708  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-QS-15268416
Copilot AI review requested due to automatic review settings February 12, 2026 17:49
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the docs workspace dependency on express to address a Snyk-reported vulnerability in the Yarn dependency tree.

Changes:

  • Bump express in docs/package.json from ^4.17.1 to ^4.22.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/package.json
"doctrine": "^3.0.0",
"emotion-theming": "^10.0.27",
"express": "^4.17.1",
"express": "^4.22.0",
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

express was bumped in docs/package.json, but the workspace lockfile still resolves express to 4.17.1 (and qs 6.7.0). Please regenerate and commit the updated root yarn.lock so installs/CI actually pick up express@^4.22.0 and the vulnerability fix takes effect.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 94834a4ab2

ℹ️ 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".

Comment thread docs/package.json
"doctrine": "^3.0.0",
"emotion-theming": "^10.0.27",
"express": "^4.17.1",
"express": "^4.22.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Commit lockfile update for express bump

This dependency bump is incomplete because docs/package.json now requires express ^4.22.0, but the committed lockfile still resolves express@^4.17.1 to 4.17.1 (yarn.lock:7425). That leaves the checked-in dependency graph on the vulnerable version, so lockfile-based auditing/reproducibility workflows will not reflect the intended security fix until yarn.lock is regenerated and committed alongside this change.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants