fix: bump postcss to 8.5.25 in superbuilderclient - #98
Merged
Conversation
Contributor
There was a problem hiding this comment.
🟢 Ready to approve
The change is a straightforward lockfile-only security bump, with only a minor PR-description/version mismatch noted for cleanup.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
This PR updates the superbuilderclient npm lockfile to pull in a patched postcss version that addresses Dependabot alert #102.
Changes:
- Bumps
postcssfrom8.5.16to8.5.25insuperbuilder/src/superbuilderclient/package-lock.json. - Updates the transitive
nanoidresolution as required by the newerpostcssdependency constraints.
File summaries
| File | Description |
|---|---|
| superbuilder/src/superbuilderclient/package-lock.json | Updates locked dependency versions for postcss (and transitive deps) to remediate the reported vulnerability. |
Review details
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- superbuilder/src/superbuilderclient/package-lock.json: Generated file
- Files reviewed: 0/1 changed files
- Comments generated: 1
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
Comment on lines
+3400
to
+3402
| "version": "3.3.17", | ||
| "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.17.tgz", | ||
| "integrity": "sha512-xQLf0A3HOMlgHq0n247/LRuAOYmB7dXJ/DvAxGvsSBij45XtBSmQycu+F8ODbHwns/XyFZagyL1+J0Offw1E0g==", |
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
anoid\ 3.3.16 bump pulled in by postcss).
Test plan
pm ci\ in \superbuilder/src/superbuilderclient\
pm run build\ (or existing client CI) passes