Skip to content

Commit

Permalink
fix: tools/clang-format/package.json & tools/clang-format/package-loc…
Browse files Browse the repository at this point in the history
…k.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ASYNC-2441827
  • Loading branch information
snyk-bot committed Apr 14, 2022
1 parent ef30a22 commit 24467bb
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 24 deletions.
74 changes: 51 additions & 23 deletions tools/clang-format/package-lock.json

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

2 changes: 1 addition & 1 deletion tools/clang-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "Formatting C++ files for Node.js core",
"license": "MIT",
"dependencies": {
"clang-format": "1.2.3"
"clang-format": "1.7.0"
}
}

0 comments on commit 24467bb

Please sign in to comment.