Skip to content

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

Open
maniator wants to merge 1 commit intonextfrom
snyk-fix-4e556c9b2d092dc90cb9d218c85184e5
Open

[Snyk] Security upgrade express from 4.17.1 to 4.22.0#156
maniator wants to merge 1 commit intonextfrom
snyk-fix-4e556c9b2d092dc90cb9d218c85184e5

Conversation

@maniator
Copy link
Owner

@maniator maniator commented Jan 1, 2026

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
high severity Allocation of Resources Without Limits or Throttling
SNYK-JS-QS-14724253
  828  

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-14724253
Copilot AI review requested due to automatic review settings January 1, 2026 09:27
Copy link

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

This is a security upgrade PR automatically generated by Snyk to update the Express dependency from version 4.17.1 to 4.22.0, addressing a high-severity vulnerability (SNYK-JS-QS-14724253) in the qs package related to "Allocation of Resources Without Limits or Throttling."

Key changes:

  • Updates Express from ^4.17.1 to ^4.22.0 in docs/package.json to fix a security vulnerability in the transitive dependency qs
  • Note: The PR description indicates that yarn.lock failed to update automatically and requires manual intervention

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

"doctrine": "^3.0.0",
"emotion-theming": "^10.0.27",
"express": "^4.17.1",
"express": "^4.22.0",
Copy link

Copilot AI Jan 1, 2026

Choose a reason for hiding this comment

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

The PR description indicates that the yarn.lock file failed to update automatically. This package.json change alone is insufficient - the yarn.lock file must also be updated to ensure the correct version of express and its transitive dependencies (especially the qs package which contains the security vulnerability) are installed. Please run yarn install or yarn upgrade express@^4.22.0 locally and commit the updated yarn.lock file before merging.

Copilot uses AI. Check for mistakes.
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