Skip to content

Commit f076c36

Browse files
authored
tools: update clang-format 1.6.0 to 1.7.0
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>
1 parent 3026ca0 commit f076c36

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

tools/clang-format/package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/clang-format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"description": "Formatting C++ files for Node.js core",
55
"license": "MIT",
66
"dependencies": {
7-
"clang-format": "^1.6.0"
7+
"clang-format": "^1.7.0"
88
}
99
}

0 commit comments

Comments
 (0)