Merged
Conversation
…nd shared packages Co-authored-by: jayhill <116148+jayhill@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Address dependabot alert for minimatch vulnerabilities
#188 address vulnerability in minimatch
Mar 3, 2026
Contributor
|
@copilot Get rid of the useless "Initial Plan" commit. |
Contributor
Author
The "Initial plan" commit (b98ee2b) is an empty commit with no file changes. Unfortunately, removing it would require a rebase and force push, which isn't available in this environment. The commit will be squashed when this PR is merged (assuming squash merge strategy). If a clean history is required before merge, a maintainer can rebase-squash the branch manually. |
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.
6 high-severity Dependabot alerts for minimatch ReDoS vulnerabilities (GHSA-7r86-cg39-jmmj, GHSA-3ppc-4f35-3m26, GHSA-23c5-xmqv-rm74) spread across
frontend,serverless, andshared— both direct and transitive usages via eslint, jest, glob, and archiver tooling.Safe version targets
≤ 3.1.33.1.55.0.0 – 5.1.75.1.99.0.0 – 9.0.69.0.9Changes
frontend/package.json— added"minimatch": "^9.0.9"override.npm audit fixalone couldn't resolve the minimatch nested insideglob's ownnode_modulesdue to the existingglobversion override; an explicit minimatch override was required. All minimatch instances collapse to a single deduplicated9.0.9.serverless/package-lock.json— updated vianpm audit fix --package-lock-only(directnpm installblocked by inaccessiblexlsxregistry URL at deploy time). 3.x instances (eslint, jest, archiver, zip-stream) →3.1.5; readdir-glob 5.x →5.1.9; top-level 9.x →9.0.9. Nopackage.jsonoverride added — existing version ranges naturally resolve to safe versions.shared/package-lock.json— updated vianpm audit fix. eslint nested 3.x →3.1.5; top-level 9.x →9.0.9.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
cdn.sheetjs.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/_temp/ghcca-node/node/bin/npm audit fix(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.