Skip to content

[Snyk] Fix for 5 vulnerabilities #3197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

fiftin
Copy link
Collaborator

@fiftin fiftin commented Aug 9, 2025

snyk-top-banner

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

Snyk changed the following file(s):

  • web/package.json
  • web/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue
medium severity Improper Input Validation
SNYK-JS-NANOID-8492085
low severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-VUE-8219889
low severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-VUECOMPILERSFC-8219886
medium severity Cross-site Scripting (XSS)
SNYK-JS-VUEI18N-10771082
low severity Cross-site Scripting (XSS)
SNYK-JS-VUETIFY-10259821

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:

🦉 Improper Input Validation
🦉 Regular Expression Denial of Service (ReDoS)
🦉 Cross-site Scripting (XSS)

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Bugbot free trial expires on August 10, 2025
Learn more in the Cursor dashboard.

"vue-router": "^3.5.4",
"vue-virtual-scroll-list": "^2.3.5",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.10"
"vuetify": "^3.0.0"
Copy link

Choose a reason for hiding this comment

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

Bug: Incompatible Dependencies Block Major Upgrades

Major version upgrades of Vue (2→3), vue-i18n (8→9), and Vuetify (2→3) introduce breaking changes that will cause application failures. Specifically, Vue 3 requires Vue Router v4+, but the vue-router dependency remains at v3.5.4, leading to runtime errors and preventing routing functionality.

Fix in Cursor Fix in Web

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.

2 participants