-
Notifications
You must be signed in to change notification settings - Fork 44
Fix CVEs by updating minimatch to patched versions #659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
4924f45
139dc97
dca2328
76b85af
3caa8d5
c2467b8
611148e
dbceefb
a8420ac
3633012
e54fd7f
8183c9a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| { | ||
| "overrides": { | ||
| "glob": "10.5.0", | ||
| "tar": "^7.5.11" | ||
| "tar": "^7.5.11", | ||
| "minimatch": "^9.0.9" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "overrides": { | ||
| "minimatch": "^10.2.4" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "overrides": { | ||
| "minimatch": "^10.2.4" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "overrides": { | ||
| "minimatch": "^10.2.4" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "overrides": { | ||
| "minimatch": "^3.1.5" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "overrides": { | ||
| "minimatch": "^3.1.5" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "overrides": { | ||
| "minimatch": "^3.1.5" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| { | ||
| "overrides": { | ||
| "qs": "6.14.1", | ||
| "ajv": "6.14.0" | ||
| "ajv": "6.14.0", | ||
| "minimatch": "^3.1.5" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "overrides": { | ||
| "minimatch": "^3.1.5" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "dependencies": { | ||
| "minimatch": "^5.1.9" | ||
| } | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,8 @@ | |
| }, | ||
| "overrides": { | ||
| "glob": "10.5.0", | ||
| "tar": "^7.5.11" | ||
| "tar": "^7.5.11", | ||
| "minimatch": "^9.0.9" | ||
| }, | ||
| "scripts": {} | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,7 +53,8 @@ | |
| }, | ||
| "jsdom": { | ||
| "form-data": "3.0.4" | ||
| } | ||
| }, | ||
| "minimatch": "^3.1.5" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.