diff --git a/tools/clang-format/package-lock.json b/tools/clang-format/package-lock.json index 0ce79f803c9459..73732b9090cbee 100644 --- a/tools/clang-format/package-lock.json +++ b/tools/clang-format/package-lock.json @@ -6,25 +6,25 @@ "packages": { "": { "dependencies": { - "node-core-clang-format": "^0.0.6" + "node-core-clang-format": "^19.1.1" } }, "node_modules/node-core-clang-format": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/node-core-clang-format/-/node-core-clang-format-0.0.6.tgz", - "integrity": "sha512-oWu2MhDjfSnJUj0tZOsfO2AMT6pRCEc7g+7LP/ak7fiNs/O3ikpFQcG1v7AeuB1lrkfaW5npdl650S6Pdm1lBA==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/node-core-clang-format/-/node-core-clang-format-19.1.1.tgz", + "integrity": "sha512-gMCCUo6VA7AQ50hBjJZAL5DCbAQOZST96y/GCMbOltGBZreNOAkhiY49Urcc2bylyRvSosJ4jOg/NEAZh7km1Q==", "license": "MIT", "bin": { - "clang-format": "executable.js", + "clang-format": "src/executable.js", "git-clang-format": "binaries/git-clang-format" } } }, "dependencies": { "node-core-clang-format": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/node-core-clang-format/-/node-core-clang-format-0.0.6.tgz", - "integrity": "sha512-oWu2MhDjfSnJUj0tZOsfO2AMT6pRCEc7g+7LP/ak7fiNs/O3ikpFQcG1v7AeuB1lrkfaW5npdl650S6Pdm1lBA==" + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/node-core-clang-format/-/node-core-clang-format-19.1.1.tgz", + "integrity": "sha512-gMCCUo6VA7AQ50hBjJZAL5DCbAQOZST96y/GCMbOltGBZreNOAkhiY49Urcc2bylyRvSosJ4jOg/NEAZh7km1Q==" } } } diff --git a/tools/clang-format/package.json b/tools/clang-format/package.json index ce8a365b3771af..cc69d29589ac66 100644 --- a/tools/clang-format/package.json +++ b/tools/clang-format/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "node-core-clang-format": "^0.0.6" + "node-core-clang-format": "^19.1.1" } }