Skip to content

chore: bump braces to 3.0.3 in starter lockfile#753

Closed
mitre88 wants to merge 1 commit intomicrosoft:mainfrom
mitre88:fix/braces-3-0-3-starter-lockfile
Closed

chore: bump braces to 3.0.3 in starter lockfile#753
mitre88 wants to merge 1 commit intomicrosoft:mainfrom
mitre88:fix/braces-3-0-3-starter-lockfile

Conversation

@mitre88
Copy link

@mitre88 mitre88 commented Mar 4, 2026

Summary\n- update transitive braces entries in the starter lockfile from 3.0.2 to 3.0.3\n- update tarball URL and integrity hash to the official 3.0.3 values\n\n## Validation\n- confirmed no braces-3.0.2.tgz entries remain in the updated lockfile\n\nFixes #751

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • 3-Data-Visualization/13-meaningful-visualizations/starter/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +9014 to +9017
"node_modules/micromatch/node_modules/braces": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The packages entry for node_modules/micromatch/node_modules/braces has inconsistent indentation compared to surrounding lockfile entries (extra leading tab on the key and the dev/dependencies/engines fields). This looks like the lockfile may have been hand-edited; to keep package-lock.json stable and avoid future diff churn, please regenerate it with npm so formatting/canonicalization matches the rest of the file.

This issue also appears on line 12664 of the same file.

Suggested change
"node_modules/micromatch/node_modules/braces": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"node_modules/micromatch/node_modules/braces": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",

Copilot uses AI. Check for mistakes.
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.

3 participants