From 295cbaa79ab49a737e2540c90004dfecf2f3b7d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Apr 2022 16:33:28 +0000 Subject: [PATCH] fix: tools/clang-format/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- tools/clang-format/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clang-format/package.json b/tools/clang-format/package.json index 8432296ed6f1fc..72db1c6158e091 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.2.3" + "clang-format": "1.7.0" } }