[Snyk] Security upgrade vuetify from 2.7.2 to 3.0.0#3546
[Snyk] Security upgrade vuetify from 2.7.2 to 3.0.0#3546
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VUETIFY-14412764 - https://snyk.io/vuln/SNYK-JS-VUETIFY-14412705
There was a problem hiding this comment.
💡 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".
| "vue-virtual-scroll-list": "^2.3.5", | ||
| "vuedraggable": "^2.24.3", | ||
| "vuetify": "^2.6.10" | ||
| "vuetify": "^3.0.0" |
There was a problem hiding this comment.
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 👍 / 👎.
Snyk has created this PR to fix 2 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
web/package.jsonweb/package-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-VUETIFY-14412764
SNYK-JS-VUETIFY-14412705
Important
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