diff --git a/tools/clang-format/package-lock.json b/tools/clang-format/package-lock.json index 1a080a750eaf86..537314a7cb6727 100644 --- a/tools/clang-format/package-lock.json +++ b/tools/clang-format/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "clang-format": "^1.7.0" + "clang-format": "^1.8.0" } }, "node_modules/async": { @@ -32,9 +32,9 @@ } }, "node_modules/clang-format": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.7.0.tgz", - "integrity": "sha512-BNuK+rXAK/Fk0rOQ1DW6bpSQUAZz6tpbZHTQn6m4PsgEkE1SNr6AQ/hhFK/b4KJrl4zjcl68molP+rEaKSZRAQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.8.0.tgz", + "integrity": "sha512-pK8gzfu55/lHzIpQ1givIbWfn3eXnU7SfxqIwVgnn5jEM6j4ZJYjpFqFs4iSBPNedzRMmfjYjuQhu657WAXHXw==", "dependencies": { "async": "^3.2.3", "glob": "^7.0.0", @@ -202,9 +202,9 @@ } }, "clang-format": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.7.0.tgz", - "integrity": "sha512-BNuK+rXAK/Fk0rOQ1DW6bpSQUAZz6tpbZHTQn6m4PsgEkE1SNr6AQ/hhFK/b4KJrl4zjcl68molP+rEaKSZRAQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.8.0.tgz", + "integrity": "sha512-pK8gzfu55/lHzIpQ1givIbWfn3eXnU7SfxqIwVgnn5jEM6j4ZJYjpFqFs4iSBPNedzRMmfjYjuQhu657WAXHXw==", "requires": { "async": "^3.2.3", "glob": "^7.0.0", diff --git a/tools/clang-format/package.json b/tools/clang-format/package.json index 50454249b52c10..4ae7d36a33c90e 100644 --- a/tools/clang-format/package.json +++ b/tools/clang-format/package.json @@ -4,6 +4,6 @@ "description": "Formatting C++ files for Node.js core", "license": "MIT", "dependencies": { - "clang-format": "^1.7.0" + "clang-format": "^1.8.0" } }