chore: bump braces to 3.0.3 in starter lockfile#753
Closed
mitre88 wants to merge 1 commit intomicrosoft:mainfrom
Closed
chore: bump braces to 3.0.3 in starter lockfile#753mitre88 wants to merge 1 commit intomicrosoft:mainfrom
mitre88 wants to merge 1 commit intomicrosoft:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
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==", |
There was a problem hiding this comment.
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==", |
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.
Summary\n- update transitive
bracesentries in the starter lockfile from3.0.2to3.0.3\n- update tarball URL and integrity hash to the official3.0.3values\n\n## Validation\n- confirmed nobraces-3.0.2.tgzentries remain in the updated lockfile\n\nFixes #751