Fix braces transitive dependency vulnerability (< 3.0.3)#752
Draft
Fix braces transitive dependency vulnerability (< 3.0.3)#752
Conversation
…rate lockfiles Co-authored-by: leestott <2511341+leestott@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update braces dependency to version 3.0.3
Fix braces transitive dependency vulnerability (< 3.0.3)
Mar 4, 2026
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.
braces < 3.0.3has a known vulnerability introduced transitively via@vue/cli-plugin-eslint@5.0.8and@vue/cli-service@5.0.8in the13-meaningful-visualizationsproject.Changes
starter/package.json/solution/package.json: Added"braces": ">=3.0.3"to the existingoverridesblock to pin the transitive dependency to the patched version:starter/package-lock.json: Regenerated — nestedbraces@3.0.2entries undermicromatchandwebpack-dev-serverreplaced by a single hoistedbraces@3.0.3solution/package-lock.json: Regenerated to reflect the new override and confirmbraces@3.0.3is the sole resolved versionTrack translation progress by opening a draft PR using this template and checking off the translations completed
Each lesson includes a translation of the README.md and the Assignment.md file, if available. Only mark the lesson complete if both those files are translated per lesson, please.
1
1-1
1-2
1-3
2
2-1
2-2
2-3
2-4
3
3-1
3-2
3-3
4
4-1
5
5-1
5-2
5-3
6
6-1
6-2
6-3
6-4
6-5
6-6
7
7-1
7-2
7-3
7-4
Quiz (add a file in the quiz-app with all localizations)
Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.