diff --git a/package-lock.json b/package-lock.json index bc89414..d526000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@seadub/danger-plugin-dependencies": "^1.0.0", "@seadub/danger-plugin-junit": "^0.2.0", "@seadub/danger-plugin-titanium-module": "1.0.0", - "clang-format": "^1.5.0", + "clang-format": "^1.6.0", "commitizen": "^4.2.3", "danger": "^10.6.4", "eslint": "^7.24.0", @@ -3235,9 +3235,9 @@ } }, "node_modules/clang-format": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.5.0.tgz", - "integrity": "sha512-C1LucFX7E+ABVYcPEbBHM4PYQ2+WInXsqsLpFlQ9cmRfSbk7A7b1I06h/nE4bQ3MsyEkb31jY2gC0Dtc76b4IA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.6.0.tgz", + "integrity": "sha512-W3/L7fWkA8DoLkz9UGjrRnNi+J5a5TuS2HDLqk6WsicpOzb66MBu4eY/EcXhicHriVnAXWQVyk5/VeHWY6w4ow==", "dev": true, "dependencies": { "async": "^1.5.2", @@ -14388,9 +14388,9 @@ } }, "clang-format": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.5.0.tgz", - "integrity": "sha512-C1LucFX7E+ABVYcPEbBHM4PYQ2+WInXsqsLpFlQ9cmRfSbk7A7b1I06h/nE4bQ3MsyEkb31jY2gC0Dtc76b4IA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.6.0.tgz", + "integrity": "sha512-W3/L7fWkA8DoLkz9UGjrRnNi+J5a5TuS2HDLqk6WsicpOzb66MBu4eY/EcXhicHriVnAXWQVyk5/VeHWY6w4ow==", "dev": true, "requires": { "async": "^1.5.2", diff --git a/package.json b/package.json index 2db3453..f9e7ce7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@seadub/danger-plugin-dependencies": "^1.0.0", "@seadub/danger-plugin-junit": "^0.2.0", "@seadub/danger-plugin-titanium-module": "1.0.0", - "clang-format": "^1.5.0", + "clang-format": "^1.6.0", "commitizen": "^4.2.3", "danger": "^10.6.4", "eslint": "^7.24.0",