| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR updates the repository’s glob dependency (and its npm override) to ^13.0.6, unblocking Dependabot and allowing related dependency upgrades to proceed while keeping a single glob version resolved across the dependency tree.
Changes:
| File | Description |
|---|---|
| package.json | Updates glob version in devDependencies and in overrides to enforce the newer minimum across transitive dependencies. |
| package-lock.json | Updates the lockfile to resolve glob@13.0.6 and reflect associated dependency graph changes. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Dependabot is struggling to update glob since we have an override for it. I checked, and the override is still required since some of our dependencies transitively depend on older versions of glob. This PR bumps glob to a newer version, which allows several other dependency updates as well.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
Workflow types:
Products:
Environments:
How did/will you validate this change?
If something goes wrong after this change is released, what are the mitigation and rollback strategies?
How will you know if something goes wrong after this change is released?
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist