diff --git a/package-lock.json b/package-lock.json index 825be87..1ea27be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1948,9 +1948,9 @@ "dev": true }, "async": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", - "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==", "dev": true }, "async-each": { @@ -3145,12 +3145,12 @@ } }, "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.8.0", + "resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.8.0.tgz", + "integrity": "sha512-pK8gzfu55/lHzIpQ1givIbWfn3eXnU7SfxqIwVgnn5jEM6j4ZJYjpFqFs4iSBPNedzRMmfjYjuQhu657WAXHXw==", "dev": true, "requires": { - "async": "^1.5.2", + "async": "^3.2.3", "glob": "^7.0.0", "resolve": "^1.1.6" } diff --git a/package.json b/package.json index 4f6a930..d09bd74 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "babel-polyfill": "~6.26.0", "babel-preset-env": "~1.7.0", "babel-preset-es2017": "^6.24.1", - "clang-format": "~1.5.0", + "clang-format": "~1.8.0", "cross-env": "^7.0.3", "dat.gui": "^0.7.2", "eslint": "^7.32.0",