fix(deps): update dependency vue to v3 [security]#739
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Author
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
79db008 to
35f2f01
Compare
35f2f01 to
7c97fd2
Compare
7c97fd2 to
e44ef40
Compare
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
=2->=2 || =3.5.192.6.13->3.0.0GitHub Vulnerability Alerts
CVE-2024-9506
The ReDoS can be exploited through the
parseHTMLfunction in thehtml-parser.tsfile. This flaw allows attackers to slow down the application by providing specially crafted input that causes inefficient processing of regular expressions, leading to excessive resource consumption.To demonstrate this vulnerability, here's an example. In a Vue client-side application, create a new Vue instance with a template string that includes a
<script>tag but closes it incorrectly with something like</textarea>.Next, set up a basic HTML page (e.g., index.html) to load this JavaScript and mount the Vue instance:
When you visit the app in your browser at http://localhost:3000, you'll notice that the time taken to parse and mount the Vue application increases significantly due to the ReDoS vulnerability, demonstrating how the flaw can affect performance.
Release Notes
vuejs/core (vue)
v3.5.19Compare Source
Bug Fixes
__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__flag is enabled (#13777) (439e1a5), closes #13744PublicInstanceProxyHandlers.has(#13507) (d7283f3)v3.5.18Compare Source
Bug Fixes
v-pre(#12556) (21b685a)v-binddynamic argument content correctly (#12554) (d3af67e)v3.5.17Compare Source
Bug Fixes
InEntitystate (#13362) (f05a8d6)__v_skipflag toDepto prevent reactive conversion (#12804) (e8d8f5f), closes #12803vOnceandvSlot(#13343) (762fae4)v3.5.16Compare Source
Reverts
v3.5.15Compare Source
Bug Fixes
allowArbitraryExtensionson resolving type (#13301) (f7ce5ae), closes #13295$propsinComponentInstance(#12870) (f44feed), closes #12751undefinedfrom inferred prop types with default values (#13007) (5179d32), closes #13006oldValuebefore runningcbto prevent stale value (#12296) (c69c4bb), closes #12294v3.5.14Compare Source
Bug Fixes
useTemplateRefas a definite ref (#13197) (8ae1122)v-for(#13091) (3f27c58), closes #13087Features
v3.5.13Compare Source
Bug Fixes
Performance Improvements
v3.5.12Compare Source
Bug Fixes
ifNode(#12131) (cde2c06), closes vuejs/language-tools#4911undefined(#12055) (7ad289e), closes #12054this.$propstype does not includestring(#12123) (704173e), closes #12122Performance Improvements
v3.5.11Compare Source
Bug Fixes
TSSatisfiesExpressionwhen transforming props destructure (#12062) (2328b05), closes #12061nextproperty during batch processing (#12075) (d3f5e6e), closes #12072TypePropswhen it isany(#12073) (57315ab), closes #12058PublicPropswithProps(#12077) (6f85894)Refcorrectly (#12094) (c97bb84)v3.5.10Compare Source
Bug Fixes
v3.5.9Compare Source
Bug Fixes
v3.5.8Compare Source
Bug Fixes
v3.5.7Compare Source
Bug Fixes
durationsetting even when it is0(#11967) (f927a4a)Performance Improvements
v3.5.6Compare Source
Bug Fixes
onceoption should be ignored by watchEffect (#11884) (49fa673)v3.5.5Compare Source
Bug Fixes
<textarea>and<pre>(a5f3c2e), closes #11873 #11874v3.5.4Compare Source
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.