[Snyk] Security upgrade glob from 7.1.6 to 11.0.3#8
[Snyk] Security upgrade glob from 7.1.6 to 11.0.3#8snyk-io[bot] wants to merge 1 commit intomainfrom
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Reviewer's GuideThis PR bumps the npm dependency 'glob' from version 7.1.6 to 11.0.3 to resolve a Regular Expression Denial of Service vulnerability, updating both the manifest and lockfile to lock in the new version. Sequence Diagram: Snyk's Automated Pull Request Creation for Dependency UpgradesequenceDiagram
actor Snyk as "Snyk Security Tool"
participant GitHubRepo as "GitHub Repository"
Snyk->>GitHubRepo: Scan 'package.json' for vulnerabilities
activate GitHubRepo
GitHubRepo-->>Snyk: Report: 'glob@7.1.6' is vulnerable
deactivate GitHubRepo
Snyk->>Snyk: Determine fix: Upgrade 'glob' to '11.0.3'
Snyk->>GitHubRepo: Create Pull Request with updated 'package.json' and 'package-lock.json'
ER Diagram: 'glob' Dependency Version UpdateerDiagram
"Dependency: glob" {
string source_file "package.json"
string scope "devDependencies"
string version_before_PR "^7.1.6"
string version_after_PR "^11.0.3"
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
package.jsonpackage-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-BRACEEXPANSION-9789073
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Regular Expression Denial of Service (ReDoS)
Summary by Sourcery
Bug Fixes: