From 758001bf175031baf83b2ecf024e2baf88bb848c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Nov 2023 21:39:25 +0000 Subject: [PATCH] fix: upgrade clang-format from 1.2.3 to 1.8.0 Snyk has created this PR to upgrade clang-format from 1.2.3 to 1.8.0. See this package in npm: https://www.npmjs.com/package/clang-format See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/eeb33271-842e-4cce-9067-ba902e564e2a?utm_source=github&utm_medium=referral&page=upgrade-pr --- tools/clang-format/package-lock.json | 14 +++++++------- tools/clang-format/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/clang-format/package-lock.json b/tools/clang-format/package-lock.json index 61f17967f0e4a5..35254c43f4e022 100644 --- a/tools/clang-format/package-lock.json +++ b/tools/clang-format/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "async": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", - "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" }, "balanced-match": { "version": "1.0.0", @@ -24,11 +24,11 @@ } }, "clang-format": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.2.3.tgz", - "integrity": "sha512-x90Hac4ERacGDcZSvHKK58Ga0STuMD+Doi5g0iG2zf7wlJef5Huvhs/3BvMRFxwRYyYSdl6mpQNrtfMxE8MQzw==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.8.0.tgz", + "integrity": "sha512-pK8gzfu55/lHzIpQ1givIbWfn3eXnU7SfxqIwVgnn5jEM6j4ZJYjpFqFs4iSBPNedzRMmfjYjuQhu657WAXHXw==", "requires": { - "async": "^1.5.2", + "async": "^3.2.3", "glob": "^7.0.0", "resolve": "^1.1.6" } diff --git a/tools/clang-format/package.json b/tools/clang-format/package.json index 8432296ed6f1fc..a0dc009d921c00 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.8.0" } }