Skip to content
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

[Snyk] Upgrade vuetify from 3.3.22 to 3.7.3 #52

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

Conversation

WontonSam
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade vuetify from 3.3.22 to 3.7.3.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 62 versions ahead of your current version.

  • The recommended version was released on a month ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Cross-site Request Forgery (CSRF)
SNYK-JS-AXIOS-6032459
206 Proof of Concept
high severity Inefficient Regular Expression Complexity
SNYK-JS-MICROMATCH-6838728
206 No Known Exploit
high severity Prototype Pollution
SNYK-JS-AXIOS-6144788
206 No Known Exploit
high severity Access Control Bypass
SNYK-JS-VITE-6182924
206 Proof of Concept
high severity Server-side Request Forgery (SSRF)
SNYK-JS-AXIOS-7361793
206 Proof of Concept
high severity Uncontrolled resource consumption
SNYK-JS-BRACES-6838727
206 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-CROSSSPAWN-8303230
206 Proof of Concept
high severity Prototype Pollution
SNYK-JS-DOMPURIFY-7984421
206 No Known Exploit
high severity Improper Handling of Extra Parameters
SNYK-JS-FOLLOWREDIRECTS-6141137
206 Proof of Concept
medium severity Information Exposure
SNYK-JS-FOLLOWREDIRECTS-6444610
206 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-AXIOS-6124857
206 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-ROLLUP-8073097
206 Proof of Concept
medium severity Cross-Site Scripting (XSS)
SNYK-JS-VITE-6098386
206 Proof of Concept
medium severity Improper Access Control
SNYK-JS-VITE-6531286
206 Proof of Concept
medium severity Information Exposure
SNYK-JS-VITE-8023174
206 Proof of Concept
medium severity Template Injection
SNYK-JS-DOMPURIFY-6474511
206 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-DOMPURIFY-8184974
206 Proof of Concept
low severity Cross-site Scripting (XSS)
SNYK-JS-VITE-8022916
206 Proof of Concept
Release notes
Package name: vuetify
  • 3.7.3 - 2024-10-17

    🔧 Bug Fixes

    • nested: convert ids to string in duplicate warning (2728a10)
    • styles: explicitly import global functions (2b22da1)
    • v-tooltip: log error instead of throwing (ae33530), closes #20564
    • v-tooltip: match provides from new vnode (6e9f2a1), closes #20564
    • VDataTable: remove page clamp on initial render (60bc70e), closes #17966 #20185

    🧪 Labs

  • 3.7.2 - 2024-09-17

    🔧 Bug Fixes

    • a11y: add aria-current="page" attribute to links (#20413) (bc647f6), closes #20399
    • nested: use reactive proxy of opened (#20438) (4e41c7e)
    • nested: Prevent infinite loops when resolving path (#20390) (970f827), closes #20389
    • v-tooltip: use textContent instead of innerHTML (ca49443)
    • v-tooltip: use default location from VTooltip (45e0c8a)
    • VDialog: add height to form in fullscreen dialog (#20417) (eb0c99e), closes #20416
    • VDialog: remove aria-expanded from activator (#20414) (1c40ed4)

    🧪 Labs

  • 3.7.1 - 2024-08-27

    🔧 Bug Fixes

    🧪 Labs

    • VNumberInput: emit model when input is a number between max & min (836087f), closes #20337
  • 3.7.0 - 2024-08-15

    🚀 Features

    • validation: add eager and invalid-input options (7e730fa)
    • VAvatar: add border prop support (9dbc30a)
    • VBtn: add support for active-color prop (aee83f0)
    • VContainer: add dimension support (14a2e8c)
    • VExpansionPanelTitle: add dimension support (784eb14)
    • VImg: add absolute prop (f842cd9)
    • VMenu: add submenu prop (#20092) (306a262), closes #19093 #20130
    • VSlideGroup: expose hasNext and hasPrev (#20050) (8ef6ff8)

    🔧 Bug Fixes

    • VAutocomplete: allow searching when menu is focused (b9ed79d), closes #17641
    • VCardActions: space children with gap instead of margin (2194403), closes #20239 #20262
    • VMenu: unregister on unmount (a456502), closes #17094
    • VSelect: update visible items when eager is set (7d3557a), closes #19765

    🔄 Reverts

    🧪 Labs


    Changes from v3.7.0-beta.1

    🚀 Features

    🔧 Bug Fixes

    🔬 Code Refactoring

    • VSpeedDial: fix type error (4077948)

    🔄 Reverts

    🧪 Labs

    • VPullToRefresh: add disabled prop (79cc227), closes #20242
    • VTreeview: add modelValue which is equivalent to selected (2336637)
  • 3.7.0-beta.1 - 2024-07-29

    🔧 Bug Fixes

    🔄 Reverts

    🧪 Labs

    • VTreeview: increase v-treeview-item--filtered specificity (39e7c64), closes #19404
  • 3.6.15 - 2024-08-15

    🔧 Bug Fixes

    🧪 Labs

  • 3.6.14 - 2024-07-31

    🔧 Bug Fixes

    • styles: support sass 1.77.7 (4fd811a), closes #20139
    • VAvatar: pass props.image as src to VImg defaults (c264ad4)
    • VBtn: allow passing custom ripple options (#20190) (0a31bf8), closes #20189
    • VFooter: useToggleScope for layout support (0bfaf12)
    • VListGroup: don't clear opened on unmount (#20215) (1e183ef), closes #20199
    • VMenu: check if element still exists before closing parent (#20249) (560362d), closes #20248
    • VSkeletonLoader: remove aria-label when loading finished (867b2ab)
    • VSnackbar: update countdown value on timeout change (3cc2763), closes #20196

    🧪 Labs

  • 3.6.13 - 2024-07-16

    🔧 Bug Fixes

    • typescript: augment GlobalComponents in multiple vue modules (#20144) (bd1f63d)
    • VAppBar: scrollBehavior type for fully-hide (040fda8)
    • VBtn: allow stacked and block props to work together (#20162) (9969ebb)
    • VDataTable: use item.raw and columns in sorting transform (#20077) (e33b951), closes #20045
    • VDataTable: support groupBy when sorting is disabled (#20047) (8ac10e4), closes #20046
    • VDatePicker: programmatic start date with multiple range (#20169) (1a0d9b7), closes #20168
    • VOtpInput: slice value with length on paste (#20164) (0f8fd5d), closes #20158

    🧪 Labs

    🔄 Reverts

    • Revert "fix(VField/VInput): centerAffix prop for underlined/plain (#20064)" (#20173) (098f802)
  • 3.6.13-3.7.0-beta.0.0 - 2024-07-10

    v3.6.13-3.7.0-beta.0.0

  • 3.6.12 - 2024-07-09
  • 3.6.11 - 2024-07-02
  • 3.6.10 - 2024-06-19
  • 3.6.9 - 2024-06-11
  • 3.6.8 - 2024-05-29
  • 3.6.7 - 2024-05-21
  • 3.6.6 - 2024-05-14
  • 3.6.5 - 2024-05-10
  • 3.6.4 - 2024-05-07
  • 3.6.3 - 2024-05-02
  • 3.6.2 - 2024-05-01
  • 3.6.1 - 2024-04-30
  • 3.6.0 - 2024-04-30
  • 3.6.0-beta.0.0 - 2024-04-23
  • 3.6.0-alpha.2 - 2024-04-16
  • 3.6.0-alpha.1 - 2024-04-11
  • 3.6.0-alpha.0 - 2024-04-10
  • 3.5.18 - 2024-04-30
  • 3.5.17 - 2024-04-23
  • 3.5.16 - 2024-04-16
  • 3.5.15 - 2024-04-09
  • 3.5.14 - 2024-04-03
  • 3.5.13 - 2024-03-28
  • 3.5.12 - 2024-03-26
  • 3.5.11 - 2024-03-20
  • 3.5.10 - 2024-03-19
  • 3.5.9 - 2024-03-12
  • 3.5.8 - 2024-03-06
  • 3.5.7 - 2024-03-01
  • 3.5.6 - 2024-02-24
  • 3.5.5 - 2024-02-21
  • 3.5.4 - 2024-02-14
  • 3.5.3 - 2024-02-07
  • 3.5.2 - 2024-01-31
  • 3.5.1 - 2024-01-20
  • 3.5.0 - 2024-01-19
  • 3.4.11 - 2024-01-18
  • 3.4.10 - 2024-01-09
  • 3.4.9 - 2023-12-28
  • 3.4.8 - 2023-12-19
  • 3.4.7 - 2023-12-13
  • 3.4.6 - 2023-12-06
  • 3.4.5 - 2023-12-05
  • 3.4.4 - 2023-11-28
  • 3.4.3 - 2023-11-21
  • 3.4.2 - 2023-11-16
  • 3.4.1 - 2023-11-14
  • 3.4.0 - 2023-11-09
  • 3.4.0-beta.1 - 2023-11-07
  • 3.4.0-beta.0 - 2023-11-04
  • 3.4.0-alpha.1 - 2023-08-30
  • 3.4.0-alpha.0 - 2023-08-18
  • 3.3.23 - 2023-10-24
  • 3.3.22 - 2023-10-17
from vuetify GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade vuetify from 3.3.22 to 3.7.3.

See this package in npm:
vuetify

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/536793cd-1ab3-4508-998a-716e592b8b15?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

google-cla bot commented Nov 16, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

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