Skip to content

Commit

Permalink
tools: update clang-format 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
This resolves `npm audit` warnings when running `make format-cpp-build`.

PR-URL: #42724
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
Trott committed Apr 14, 2022
1 parent 3026ca0 commit f076c36
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 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.6.0"
"clang-format": "^1.7.0"
}
}

0 comments on commit f076c36

Please sign in to comment.