Skip to content

Conversation

@fiftin
Copy link
Collaborator

@fiftin fiftin commented Dec 21, 2025

snyk-top-banner

Snyk has created this PR to fix 2 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 Score
high severity Prototype Pollution
SNYK-JS-VUETIFY-14412764
  833  
medium severity Cross-site Scripting (XSS)
SNYK-JS-VUETIFY-14412705
  648  

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:

🦉 Cross-site Scripting (XSS)
🦉 Prototype Pollution

Copy link

@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.

ℹ️ 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 on lines 24 to +26
"vue-virtual-scroll-list": "^2.3.5",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.10"
"vuetify": "^3.0.0"

Choose a reason for hiding this comment

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

P1 Badge Avoid upgrading Vuetify without migrating off Vue 2

Vuetify is bumped to ^3.0.0, but this web app is still on the Vue 2 toolchain (vue@^2.6.14, vue-template-compiler@^2.6.14, vue-cli-plugin-vuetify@~2.5.0). Vuetify 3 has a peer dependency on Vue 3 and uses a different loader/plugin; with the current package set npm install/build will fail on unsatisfied peer deps (or runtime if forced). Either keep Vuetify 2.x or migrate the project to Vue 3 and the Vuetify 3 tooling before upgrading.

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