Update brace-expansion, diff, fast-uri and nanoid to resolve security alerts - #8964
Merged
Raymond Zhao (rzhao271) merged 2 commits intoSep 16, 2026
Merged
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot
AI
changed the title
[WIP] Update dependencies with actionable security alerts
Update brace-expansion, diff, fast-uri and nanoid to resolve security alerts
Sep 16, 2026
Raymond Zhao (rzhao271)
approved these changes
Sep 16, 2026
Raymond Zhao (rzhao271)
marked this pull request as ready for review
September 16, 2026 17:51
Copilot started reviewing on behalf of
Raymond Zhao (rzhao271)
September 16, 2026 17:52
View session
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
Changes are limited to dependency updates, with only a minor lockfile-instruction conflict noted.
Pull request overview
Updates vulnerable transitive development dependencies and Mocha’s existing diff override.
Changes:
- Bumps the Mocha
diffoverride to8.0.3. - Refreshes affected lockfile dependency resolutions and integrity metadata.
File summaries
| File | Summary |
|---|---|
package.json |
Updates the existing Mocha diff override. |
package-lock.json |
Records the dependency upgrades; reconcile the lockfile update with repository instructions. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
TylerLeonhardt
approved these changes
Sep 16, 2026
Anthony Kim (anthonykim1)
approved these changes
Sep 16, 2026
roblourens
approved these changes
Sep 16, 2026
Raymond Zhao (rzhao271)
deleted the
copilot/update-dependencies-security-alerts
branch
September 16, 2026 18:25
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.
Dependabot flagged five dev-dependency versions with actionable security alerts. All are transitive except
diff, which is pinned through the existingoverrides.mochaentry.package.jsonoverrides.mocha.diffpin from7.0.0to8.0.3. No new override was introduced; mocha declaresdiff: ^7.0.0, so the pin is what selects the version.package-lock.jsonbrace-expansion(viaminimatch@3)brace-expansion(viaminimatch@9, 3 entries)difffast-urinanoidNotes for reviewers
--min-release-age 7; publish dates were checked against the registry, and the 2-day-oldbrace-expansion@2.1.7was deliberately avoided in favour of2.1.4.--force, no.npmrcchanges, no newoverrides/resolutionsentries.diff@8is ESM-first but still ships a CJS entry viaexports.require, so mocha'srequire('diff')and its failure-diff rendering continue to work.