Skip to content

[Snyk] Security upgrade @types/cypress from 1.1.3 to 1.1.6#51

Open
MManke188 wants to merge 1 commit intomasterfrom
snyk-fix-85f867baf3ce3bc2881b3b371c45e127
Open

[Snyk] Security upgrade @types/cypress from 1.1.3 to 1.1.6#51
MManke188 wants to merge 1 commit intomasterfrom
snyk-fix-85f867baf3ce3bc2881b3b371c45e127

Conversation

@MManke188
Copy link
Copy Markdown
Collaborator

snyk-top-banner

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

Snyk changed the following file(s):

  • frontend/package.json
  • frontend/package-lock.json

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

…nerabilities

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 6, 2026 12:09
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

This PR is an automated Snyk security upgrade that updates @types/cypress from version 1.1.3 to 1.1.6, claiming to fix a high severity vulnerability (SNYK-JS-QS-14724253) related to "Allocation of Resources Without Limits or Throttling" in the qs package. However, @types/cypress is a stub types package that simply depends on the cypress package itself, which provides its own type definitions. The actual security fix would come from upgrading the cypress dependency, not the @types stub package.

Key changes:

  • Updates @types/cypress version constraint from ^1.1.3 to ^1.1.6 in optionalDependencies
  • Updates package-lock.json to reflect the new version with updated integrity hash

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
frontend/package.json Updates the @types/cypress version constraint in optionalDependencies from ^1.1.3 to ^1.1.6
frontend/package-lock.json Updates the resolved version, integrity hash, and deprecation message for @types/cypress; however, incorrectly adds the package to the main dependencies section
Files not reviewed (1)
  • frontend/package-lock.json: Language not supported

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

"@fortawesome/free-solid-svg-icons": "~6.6.0",
"@mempool/mempool.js": "2.3.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@types/cypress": "^1.1.6",
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

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

The package-lock.json incorrectly adds @types/cypress to the main dependencies section, but the package.json file shows it should only be in optionalDependencies. This creates an inconsistency between the two files. The package-lock.json should not list @types/cypress in the dependencies section at line 31, as it's not present in the dependencies of package.json.

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