Skip to content

Commit

Permalink
[SPARK-41634][BUILD] Upgrade minimatch to 3.1.2
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Upgrade `minimatch` to 3.1.2

$ npm -v
9.1.2

$ npm install

added 118 packages, and audited 119 packages in 2s

15 packages are looking for funding
 run `npm fund` for details

found 0 vulnerabilities

### Why are the changes needed?
[CVE-2022-3517](https://nvd.nist.gov/vuln/detail/CVE-2022-3517)

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA

Closes apache#39143 from bjornjorgensen/upgrade-minimatch.

Authored-by: Bjørn <[email protected]>
Signed-off-by: Kousuke Saruta <[email protected]>
  • Loading branch information
bjornjorgensen authored and sarutak committed Dec 21, 2022
1 parent ee2e582 commit 4539260
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions dev/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"devDependencies": {
"eslint": "^7.25.0",
"ansi-regex": "^5.0.1"
"ansi-regex": "^5.0.1",
"minimatch": "^3.1.2"
}
}

0 comments on commit 4539260

Please sign in to comment.