rollup-plugin-vuetify icon indicating copy to clipboard operation
rollup-plugin-vuetify copied to clipboard

chore(deps): update dependency vuetify to v3 [security]

Open renovate[bot] opened this issue 3 years ago β€’ 0 comments

This PR contains the following updates:

Package Change Age Confidence
vuetify (source) ^2.4.4 β†’ ^3.0.0 age confidence

GitHub Vulnerability Alerts

CVE-2022-25873

The package vuetify from 2.0.0-beta.4 and before 2.6.10 are vulnerable to Cross-site Scripting (XSS) due to improper input sanitization in the 'eventName' function within the VCalendar component.

CVE-2025-8083

The Preset configurationΒ feature of Vuetify is vulnerable to Prototype Pollution due to the internal 'mergeDeep' utility function used to merge options with defaults.Β Using a specially-crafted, malicious preset can result in polluting all JavaScript objects with arbitrary properties, which can further negatively affect all aspects of the application's behavior. This can lead to a wide range of security issues, including resource exhaustion/denial of service or unauthorized access to data.

If the application utilizesΒ Server-Side Rendering (SSR), this vulnerability could affect the whole server process.

This issue affects Vuetify versions greater than or equal to 2.2.0-beta.2Β and less than 3.0.0-alpha.10.

Note: Version 2.x of Vuetify is End-of-Life and will not receive any updates to address this issue. For more information see here https://v2.vuetifyjs.com/en/about/eol/ .

CVE-2025-8082

Improper neutralization of the title date in the 'VDatePicker' component in Vuetify, allows unsanitized HTML to be inserted into the page.Β This can lead to a Cross-Site Scripting (XSS) https://owasp.org/www-community/attacks/xss Β attack. The vulnerability occurs because theΒ 'title-date-format' property of the 'VDatePicker' can accept a user created function and assign its output to the 'innerHTML' property of the title element without sanitization.

This issue affects Vuetify versions greater than or equal to 2.0.0 and less than 3.0.0.

Note: Version 2.x of Vuetify is End-of-Life and will not receive any updates to address this issue. For more information see here https://v2.vuetifyjs.com/en/about/eol/ .


Release Notes

vuetifyjs/vuetify (vuetify)

v3.0.0

Compare Source

v3.0.0 (Titan)

Welcome to the v3.0.0 release of Vuetify!

Supporting Vuetify

Vuetify is an open source MIT project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

πŸ’― Release notes

:rocket: Features
:wrench: Bug Fixes

v2.7.2

Compare Source

:wrench: Bug Fixes

v2.7.1

Compare Source

:wrench: Bug Fixes

v2.7.0

Compare Source

:rocket: Features
:wrench: Bug Fixes

v2.6.16

Compare Source

:wrench: Bug Fixes

v2.6.15

Compare Source

:wrench: Bug Fixes

v2.6.14

Compare Source

:wrench: Bug Fixes

v2.6.13

Compare Source

:wrench: Bug Fixes

v2.6.12

Compare Source

:wrench: Bug Fixes

v2.6.11

Compare Source

:wrench: Bug Fixes
  • click-outside: remove unused vnode reference (4d3359a)

v2.6.10

Compare Source

:wrench: Bug Fixes
:microscope: Code Refactoring
  • VSelect: render highlight with vnodes instead of innerHTML (4468e3c)
BREAKING CHANGES
  • VCalendar: eventName function can no longer render arbitrary HTML, convert to VNodes instead. eventSummary can no longer be used with v-html, replace with <component :is="{ render: eventSummary }" />

v2.6.9

Compare Source

:wrench: Bug Fixes

v2.6.8

Compare Source

:wrench: Bug Fixes

v2.6.7

Compare Source

:wrench: Bug Fixes

v2.6.6

Compare Source

:wrench: Bug Fixes
:microscope: Code Refactoring

v2.6.5

Compare Source

:wrench: Bug Fixes

v2.6.4

Compare Source

:wrench: Bug Fixes

v2.6.3

Compare Source

:wrench: Bug Fixes

v2.6.2

Compare Source

:wrench: Bug Fixes

Configuration

πŸ“… Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Sep 25 '22 21:09 renovate[bot]