Mugetsu15 / corona

Corona incidence viewer
https://corona.maxuniverse.de
Apache License 2.0
1 stars 0 forks source link

[Snyk] Upgrade vuetify from 2.5.1 to 2.5.3 #20

Closed snyk-bot closed 3 years ago

snyk-bot commented 3 years ago

Snyk has created this PR to upgrade vuetify from 2.5.1 to 2.5.3.

merge advice :information_source: 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 fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SSRI-1246392
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SSRI-1085630
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SSRI-1246392
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SSRI-1085630
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Remote Memory Exposure
SNYK-JS-DNSPACKET-1293563
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-WS-1296835
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-POSTCSS-1255640
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-POSTCSS-1090595
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHPARSE-1077067
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ISSVG-1243891
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ISSVG-1085627
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-HOSTEDGITINFO-1088355
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-COLORSTRING-1082939
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-BROWSERSLIST-1090194
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: vuetify
  • 2.5.3 - 2021-06-02

    🔧 Bug Fixes

    • menuable: don't account for app offset in fixed context (ec8fafa), closes #13740

    🔄 Reverts

    • fix(styles): use math.div instead of / (c9c0cb7), closes #13737
  • 2.5.2 - 2021-06-01

    ⚠️ Note ⚠️

    We are aware of an issue affecting projects with custom sass variables. See #13737 for more information and workarounds.

    🔧 Bug Fixes

    BREAKING CHANGES

    • styles: requires sass@1.33.0 This has been reverted in v2.5.3
  • 2.5.1 - 2021-05-26

    Bug Fixes

    • transitions: leaveAbsolute retains relative position and size (b738de5)
    • transitions: remove absolute position after leave if leaveAbsolute (2ad4586)
    • typescript: added missing VThemeProvider export in lib.d.ts (#13642) (8652b48), closes #13578
    • v-intersect: check for IntersectionObserver support (b04dbba), closes #13644
    • v-intersect: don't unbind until the element is intersecting (#13593) (806ac63)
    • VBadge: fix icon size when using svg (#13624) (cd9a826), closes #13425
    • VData: allow group-by to be used with disable-sort (#13027) (560b52c)
    • VIcon: support fontawsome kits (1f1a07c), closes #13649
    • VProgressLinear: limit buffer width to positive numbers (1d6a916), closes #13616
    • VSelect: compare object values before emitting change (#13664) (7ddf113), closes #13658
    • VTimePickerClock: race condition between event and $refs (#13648) (a536e15)
from vuetify GitHub release notes
Commit messages
Package name: vuetify
  • 988fe04 chore(release): publish v2.5.3
  • 99a640f docs: update instructions to force sass version to ~1.32
  • c9c0cb7 revert: fix(styles): use math.div instead of `/`
  • ec8fafa fix(menuable): don't account for app offset in fixed context
  • dee0d59 chore(release): publish v2.5.2
  • f6866d4 fix(VChip): icon size based on chip size prop (#13412)
  • 1a12f12 fix(VCalendar): add support for string[] of categories (#13270)
  • 9a48b0f fix(VCalendar): display events ending at midnight (#13667)
  • 41e0311 fix(VDatePicker): prevent scroll beyond max date with touchpad (#13456)
  • 22db933 fix(VCarousel): prevent TypeError in v-if (#13669)
  • 9145a5e fix(Menuable): correctly calculate position in embedded v-app (#13670)
  • 52c98d5 fix(styles): use math.div instead of `/`
  • 603135d chore: update eslint-plugin-vuetify, fix lint errors
  • 434df3b fix(VCalendar): fix interval-style day when categoryDays > 1 (#13384)
  • bcd0379 fix(VPagination): don't show ellipsis for one item (#13560)
  • 67346db fix(VTextField): fix click dead zone when using clearable (#13576)
  • 8266872 docs(VThemeProvider): slot must include one root element (#13671)
  • 6bdbc86 fix(VSelect): don't resolve item values twice when emitting change
  • 11aa33d docs: fix GitHub format (#13717)
  • b750730 fix(VDataIterator): use itemKey instead of name for select (#13679)
  • 18c2d6c fix(VTabs): right aligned tabs in vertical mode (#13012)
Compare

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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs