diff --git a/build.gradle b/build.gradle index 535187ccb1..89e40b0943 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { // Top level plugins id 'com.github.kt3k.coveralls' version '2.12.2' - id 'com.github.node-gradle.node' version '7.0.2' + id 'com.github.node-gradle.node' version '7.1.0' id 'net.researchgate.release' version '3.0.2' // Records all tasks in task graph, generates `build/reports/visteg.dot` // dot file can be converted to an image using graphviz. `dot -Tsvg -O -v visteg.dot`