Skip to content

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

Open
MManke188 wants to merge 1 commit intomasterfrom
snyk-fix-d63c39ef1722c4649680a14434726d3f
Open

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

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
critical severity Predictable Value Range from Previous Values
SNYK-JS-FORMDATA-10841150
  791  

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:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

Copilot AI review requested due to automatic review settings December 9, 2025 10:40
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 upgrades @types/cypress from version 1.1.3 to 1.1.6 to address a critical security vulnerability (SNYK-JS-FORMDATA-10841150) with a severity score of 791. The upgrade involves updating both the package.json and package-lock.json files to reference the newer version.

Key Changes:

  • Updated @types/cypress version from ^1.1.3 to ^1.1.6 in optionalDependencies
  • Updated package-lock.json with new version, integrity hash, and license information
  • Updated deprecation message in the package stub

Reviewed changes

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

File Description
frontend/package.json Updates @types/cypress version to 1.1.6 in optionalDependencies
frontend/package-lock.json Updates lockfile with new version metadata, but 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 Dec 9, 2025

Choose a reason for hiding this comment

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

The @types/cypress package should only be in optionalDependencies, not in the main dependencies section. This entry at line 31 should be removed as it's already correctly listed in the optionalDependencies section at line 65. Having it in both sections is incorrect and could cause installation issues.

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